< prev index next >

make/netbeans/jconsole/build.xml

Print this page
rev 1501 : 7017818: NLS: JConsoleResources.java cannot be handled by translation team
Reviewed-by: mchung, mfang

@@ -48,10 +48,11 @@
         <jar destfile="${dist.dir}/lib/jconsole.jar"
              manifest="${classes.dir}/sun/tools/jconsole/manifest">
             <fileset dir="${classes.dir}">
                 <include name="sun/tools/jconsole/**/*.class"/>
                 <include name="com/sun/tools/jconsole/**/*.class"/>
+                <include name="sun/tools/jconsole/resources/*.properties"/>
                 <include name="sun/tools/jconsole/resources/*.gif"/>
                 <include name="sun/tools/jconsole/resources/*.png"/>
             </fileset>
         </jar>
         <copy file="${dist.dir}/lib/jconsole.jar" todir="${build.dir}/lib"/>
< prev index next >