docs
[mirrors/Programs.git] / java / swing-gui / NetBeans_Swing_GUI_Build-HOWTO.txt
1 <!-- Add this at end of build.xml -->
2
3 <target name="-post-jar">
4 <jar update="true" destfile="${dist.jar}">
5 <zipfileset src="${libs.swing-layout.classpath}"/>
6 </jar>
7 </target>
8
9 </project><!-- Before this line -->
This page took 0.264944 seconds and 4 git commands to generate.