docs
[mirrors/Programs.git] / java / swing-gui / NetBeans_Swing_GUI_Build-HOWTO.txt
CommitLineData
84aff5c8
H
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.153057 seconds and 4 git commands to generate.