<?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"> <name>GlueGen</name> </general-data> <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> <!-- Do not use Project Properties customizer when editing this file manually. --> <name>GlueGen</name> <properties> <property name="ant.script">make/build.xml</property> </properties> <folders> <source-folder> <label>GlueGen</label> <location>.</location> <encoding>UTF-8</encoding> </source-folder> <source-folder> <label>src/java</label> <type>java</type> <location>src/java</location> <encoding>UTF-8</encoding> </source-folder> <source-folder> <label>build/gensrc/java</label> <type>java</type> <location>build/gensrc/java</location> <encoding>UTF-8</encoding> </source-folder> <source-folder> <label>test/junit</label> <type>java</type> <location>test/junit</location> <encoding>UTF-8</encoding> </source-folder> <source-folder> <label>build/test</label> <type>java</type> <location>build/test</location> <encoding>UTF-8</encoding> </source-folder> <source-folder> <label>build/test/gensrc/java</label> <type>java</type> <location>build/test/gensrc/java</location> <encoding>UTF-8</encoding> </source-folder> <source-folder> <label>src/junit</label> <type>java</type> <location>src/junit</location> <encoding>UTF-8</encoding> </source-folder> </folders> <ide-actions> <action name="build"> <script>${ant.script}</script> <target>all</target> </action> <action name="clean"> <script>${ant.script}</script> <target>clean</target> </action> <action name="rebuild"> <script>${ant.script}</script> <target>clean</target> <target>all</target> </action> <action name="run.single"> <script>nbproject/ide-file-targets.xml</script> <target>run-selected-file-in-junit</target> <context> <property>run.class</property> <folder>test/junit</folder> <pattern>\.java$</pattern> <format>java-name</format> <arity> <one-file-only/> </arity> </context> </action> <action name="test.single"> <script>nbproject/ide-file-targets.xml</script> <target>test-selected-file-in-junit</target> <context> <property>run.class</property> <folder>test/junit</folder> <pattern>\.java$</pattern> <format>java-name</format> <arity> <one-file-only/> </arity> </context> </action> <action name="debug.test.single"> <script>nbproject/ide-file-targets.xml</script> <target>debug-selected-file-in-junit</target> <context> <property>run.class</property> <folder>test/junit</folder> <pattern>\.java$</pattern> <format>java-name</format> <arity> <one-file-only/> </arity> </context> </action> <action name="compile.single"> <script>nbproject/ide-file-targets.xml</script> <target>compile-selected-files-in-junit</target> <context> <property>files</property> <folder>test/junit</folder> <pattern>\.java$</pattern> <format>relative-path</format> <arity> <separated-files>,</separated-files> </arity> </context> </action> <action name="debug.single"> <script>nbproject/ide-file-targets.xml</script> <target>debug-selected-file-in-junit</target> <context> <property>debug.class</property> <folder>test/junit</folder> <pattern>\.java$</pattern> <format>java-name</format> <arity> <one-file-only/> </arity> </context> </action> <action name="test"> <script>${ant.script}</script> <target>junit.run</target> </action> <action name="run.single"> <script>nbproject/ide-file-targets.xml</script> <target>run-selected-file-in-java</target> <context> <property>run.class</property> <folder>src/java</folder> <pattern>\.java$</pattern> <format>java-name</format> <arity> <one-file-only/> </arity> </context> </action> <action name="compile.single"> <script>nbproject/ide-file-targets.xml</script> <target>compile-selected-files-in-java</target> <context> <property>files</property> <folder>src/java</folder> <pattern>\.java$</pattern> <format>relative-path</format> <arity> <separated-files>,</separated-files> </arity> </context> </action> </ide-actions> <export> <type>folder</type> <location>build/classes</location> <script>${ant.script}</script> <build-target>all</build-target> </export> <export> <type>folder</type> <location>build/classes</location> <script>${ant.script}</script> <build-target>all</build-target> </export> <export> <type>folder</type> <location>build/classes</location> <script>${ant.script}</script> <build-target>all</build-target> </export> <view> <items> <source-folder style="packages"> <label>src/java</label> <location>src/java</location> </source-folder> <source-folder style="packages"> <label>build/gensrc/java</label> <location>build/gensrc/java</location> </source-folder> <source-folder style="packages"> <label>test/junit</label> <location>test/junit</location> </source-folder> <source-folder style="packages"> <label>build/test</label> <location>build/test</location> </source-folder> <source-folder style="packages"> <label>build/test/gensrc/java</label> <location>build/test/gensrc/java</location> </source-folder> <source-folder style="packages"> <label>src/junit</label> <location>src/junit</location> </source-folder> <source-file> <location>${ant.script}</location> </source-file> </items> <context-menu> <ide-action name="build"/> <ide-action name="rebuild"/> <ide-action name="clean"/> <ide-action name="test"/> </context-menu> </view> <subprojects/> </general-data> <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2"> <compilation-unit> <package-root>src/java</package-root> <classpath mode="compile">build/classes:${jdk.home}/lib/tools.jar:/usr/share/ant/lib/ant.jar:/home/mbien/netbeans68/java3/ant/lib/ant.jar:make/lib/antlr.jar</classpath> <built-to>build/classes</built-to> <source-level>1.5</source-level> </compilation-unit> <compilation-unit> <package-root>build/gensrc/java</package-root> <classpath mode="compile">build/classes:make/lib/antlr.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}</classpath> <built-to>build/classes</built-to> <source-level>1.5</source-level> </compilation-unit> <compilation-unit> <package-root>test/junit</package-root> <unit-tests/> <classpath mode="compile">build/classes:build/test/build/classes:make/lib/antlr.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:make/lib/junit.jar</classpath> <built-to>build/classes</built-to> <source-level>1.5</source-level> </compilation-unit> <compilation-unit> <package-root>build/test</package-root> <source-level>1.5</source-level> </compilation-unit> <compilation-unit> <package-root>build/test/gensrc/java</package-root> <unit-tests/> <source-level>1.5</source-level> </compilation-unit> <compilation-unit> <package-root>src/junit</package-root> <unit-tests/> <classpath mode="compile">build/classes:build/test/build/classes:make/lib/antlr.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:make/lib/junit.jar</classpath> <source-level>1.5</source-level> </compilation-unit> </java-data> <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1"> <module name="org-netbeans-modules-editor-indent"/> </preferences> </configuration> </project>