txw2.nbproject.project.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> <!--Do not use Project Properties customizer when editing this file manually.--> <name>txw2</name> <properties> <property name="project.dir">src</property> </properties> <folders> <source-folder> <label>src</label> <location>${project.dir}</location> </source-folder> <source-folder> <label>compiler</label> <type>java</type> <location>${project.dir}/compiler</location> </source-folder> <source-folder> <label>runtime</label> <type>java</type> <location>${project.dir}/runtime</location> </source-folder> </folders> <ide-actions> <action name="build"> <target>jar</target> </action> <action name="rebuild"> <target>clean</target> <target>jar</target> </action> <action name="clean"> <target>clean</target> </action> <action name="javadoc"> <target>javadoc</target> </action> <action name="test"> <target>test</target> </action> </ide-actions> <view> <items> <source-folder style="packages"> <label>compiler</label> <location>${project.dir}/compiler</location> </source-folder> <source-folder style="packages"> <label>runtime</label> <location>${project.dir}/runtime</location> </source-folder> <source-file> <location>build.xml</location> </source-file> </items> <context-menu> <ide-action name="build"/> <ide-action name="rebuild"/> <ide-action name="clean"/> <ide-action name="javadoc"/> <ide-action name="test"/> </context-menu> </view> <subprojects/> </general-data> <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> <compilation-unit> <package-root>${project.dir}/compiler</package-root> <classpath mode="compile">${project.dir}/compiler</classpath> <source-level>1.5</source-level> </compilation-unit> <compilation-unit> <package-root>${project.dir}/runtime</package-root> <classpath mode="compile">C:\kohsuke\Sun\txw2\lib\runtime\jsr173_1.0_api.jar</classpath> <source-level>1.5</source-level> </compilation-unit> </java-data> </configuration> </project>