1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<project xmlns="http://www.netbeans.org/ns/project/1"> 3*cdf0e10cSrcweir <type>org.netbeans.modules.ant.freeform</type> 4*cdf0e10cSrcweir <configuration> 5*cdf0e10cSrcweir <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> 6*cdf0e10cSrcweir <!-- Do not use Project Properties customizer when editing this file manually. --> 7*cdf0e10cSrcweir <name>javainstaller2</name> 8*cdf0e10cSrcweir <properties/> 9*cdf0e10cSrcweir <folders> 10*cdf0e10cSrcweir <source-folder> 11*cdf0e10cSrcweir <label>src\JavaSetup</label> 12*cdf0e10cSrcweir <type>java</type> 13*cdf0e10cSrcweir <location>src/JavaSetup</location> 14*cdf0e10cSrcweir </source-folder> 15*cdf0e10cSrcweir </folders> 16*cdf0e10cSrcweir <ide-actions> 17*cdf0e10cSrcweir <action name="build"> 18*cdf0e10cSrcweir <target>build</target> 19*cdf0e10cSrcweir </action> 20*cdf0e10cSrcweir <action name="clean"> 21*cdf0e10cSrcweir <target>clean</target> 22*cdf0e10cSrcweir </action> 23*cdf0e10cSrcweir <action name="run"> 24*cdf0e10cSrcweir <target>run</target> 25*cdf0e10cSrcweir </action> 26*cdf0e10cSrcweir <action name="rebuild"> 27*cdf0e10cSrcweir <target>clean</target> 28*cdf0e10cSrcweir <target>build</target> 29*cdf0e10cSrcweir </action> 30*cdf0e10cSrcweir </ide-actions> 31*cdf0e10cSrcweir <view> 32*cdf0e10cSrcweir <items> 33*cdf0e10cSrcweir <source-folder style="packages"> 34*cdf0e10cSrcweir <label>src\JavaSetup</label> 35*cdf0e10cSrcweir <location>src/JavaSetup</location> 36*cdf0e10cSrcweir </source-folder> 37*cdf0e10cSrcweir <source-file> 38*cdf0e10cSrcweir <location>build.xml</location> 39*cdf0e10cSrcweir </source-file> 40*cdf0e10cSrcweir </items> 41*cdf0e10cSrcweir <context-menu> 42*cdf0e10cSrcweir <ide-action name="build"/> 43*cdf0e10cSrcweir <ide-action name="clean"/> 44*cdf0e10cSrcweir <ide-action name="run"/> 45*cdf0e10cSrcweir <ide-action name="rebuild"/> 46*cdf0e10cSrcweir </context-menu> 47*cdf0e10cSrcweir </view> 48*cdf0e10cSrcweir </general-data> 49*cdf0e10cSrcweir <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> 50*cdf0e10cSrcweir <compilation-unit> 51*cdf0e10cSrcweir <package-root>src/JavaSetup</package-root> 52*cdf0e10cSrcweir <source-level>1.5</source-level> 53*cdf0e10cSrcweir </compilation-unit> 54*cdf0e10cSrcweir </java-data> 55*cdf0e10cSrcweir </configuration> 56*cdf0e10cSrcweir</project> 57