summaryrefslogtreecommitdiffstats
path: root/nbproject/project.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nbproject/project.xml')
-rwxr-xr-xnbproject/project.xml246
1 files changed, 17 insertions, 229 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml
index 349af95..289b995 100755
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -1,235 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
- <type>org.netbeans.modules.ant.freeform</type>
+ <type>org.netbeans.modules.java.j2seproject</type>
<configuration>
- <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
- <!-- Do not use Project Properties customizer when editing this file manually. -->
+ <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>svg-salamander-core</name>
- <properties>
- <property name="src.main.dir">src/main/java</property>
- <property name="src.test.dir">src/test/java</property>
- </properties>
- <folders>
- <source-folder>
- <label>src\main\java</label>
- <type>java</type>
- <location>src/main/java</location>
- </source-folder>
- <source-folder>
- <label>src\main\res</label>
- <type>java</type>
- <location>src/main/res</location>
- </source-folder>
- <source-folder>
- <label>src\test\java</label>
- <type>java</type>
- <location>src/test/java</location>
- </source-folder>
- <source-folder>
- <label>src\test\res</label>
- <type>java</type>
- <location>src/test/res</location>
- </source-folder>
- <source-folder>
- <label>..\www</label>
- <type>java</type>
- <location>../www</location>
- </source-folder>
- <source-folder>
- <label>..\www</label>
- <location>../www</location>
- </source-folder>
- </folders>
- <ide-actions>
- <action name="build">
- <target>build</target>
- </action>
- <action name="clean">
- <target>clean</target>
- </action>
- <action name="javadoc">
- <target>javadoc</target>
- </action>
- <action name="run">
- <target>run</target>
- </action>
- <action name="test">
- <target>checkintest</target>
- </action>
- <action name="rebuild">
- <target>clean</target>
- <target>build</target>
- </action>
- <action name="debug">
- <target>debug</target>
- </action>
- <action name="compile.single">
- <target>compile-selected-files</target>
- <context>
- <property>files</property>
- <folder>${src.main.dir}</folder>
- <pattern>\.java$</pattern>
- <format>relative-path</format>
- <arity>
- <separated-files>,</separated-files>
- </arity>
- </context>
- </action>
- <action name="compile.single">
- <target>compile-selected-files-test</target>
- <context>
- <property>files</property>
- <folder>${src.test.dir}</folder>
- <pattern>\.java$</pattern>
- <format>relative-path</format>
- <arity>
- <separated-files>,</separated-files>
- </arity>
- </context>
- </action>
- <action name="run.single">
- <target>run-selected-files</target>
- <context>
- <property>classname</property>
- <folder>${src.main.dir}</folder>
- <pattern>\.java$</pattern>
- <format>java-name</format>
- <arity>
- <one-file-only/>
- </arity>
- </context>
- </action>
- <action name="run.single">
- <target>run-selected-files-test</target>
- <context>
- <property>classname</property>
- <folder>${src.test.dir}</folder>
- <pattern>\.java$</pattern>
- <format>java-name</format>
- <arity>
- <one-file-only/>
- </arity>
- </context>
- </action>
- <action name="debug.single">
- <target>debug-selected-files</target>
- <context>
- <property>classname</property>
- <folder>${src.main.dir}</folder>
- <pattern>\.java$</pattern>
- <format>java-name</format>
- <arity>
- <one-file-only/>
- </arity>
- </context>
- </action>
- <action name="debug.single">
- <target>debug-selected-files-test</target>
- <context>
- <property>classname</property>
- <folder>${src.test.dir}</folder>
- <pattern>\.java$</pattern>
- <format>java-name</format>
- <arity>
- <one-file-only/>
- </arity>
- </context>
- </action>
- <action name="debug.fix">
- <target>debug-fix</target>
- <context>
- <property>fix.file</property>
- <folder>${src.main.dir}</folder>
- <pattern>\.java$</pattern>
- <format>relative-path-noext</format>
- <arity>
- <one-file-only/>
- </arity>
- </context>
- </action>
- <action name="test.single">
- <target>test-selected-files</target>
- <context>
- <property>classname</property>
- <folder>${src.main.dir}</folder>
- <pattern>\.java$</pattern>
- <format>java-name</format>
- <arity>
- <one-file-only/>
- </arity>
- </context>
- </action>
- </ide-actions>
- <export>
- <type>jar</type>
- <location>build/jar/svg-salamander-core.jar</location>
- <build-target>build</build-target>
- </export>
- <view>
- <items>
- <source-folder style="packages">
- <label>src\main\java</label>
- <location>src/main/java</location>
- </source-folder>
- <source-folder style="packages">
- <label>src\main\res</label>
- <location>src/main/res</location>
- </source-folder>
- <source-folder style="packages">
- <label>src\test\java</label>
- <location>src/test/java</location>
- </source-folder>
- <source-folder style="packages">
- <label>src\test\res</label>
- <location>src/test/res</location>
- </source-folder>
- <source-folder style="packages">
- <label>..\www</label>
- <location>../www</location>
- </source-folder>
- <source-file>
- <location>build.xml</location>
- </source-file>
- </items>
- <context-menu>
- <ide-action name="build"/>
- <ide-action name="clean"/>
- <ide-action name="javadoc"/>
- <ide-action name="run"/>
- <ide-action name="debug"/>
- <ide-action name="test"/>
- <ide-action name="rebuild"/>
- </context-menu>
- </view>
- <subprojects/>
- </general-data>
- <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
- <compilation-unit>
- <package-root>src/main/java</package-root>
- <classpath mode="compile">lib/library/javacc.jar;lib/library/junit.jar</classpath>
- <built-to>build/jar/svg-salamander-core.jar</built-to>
- <source-level>1.5</source-level>
- </compilation-unit>
- <compilation-unit>
- <package-root>src/main/res</package-root>
- <source-level>1.5</source-level>
- </compilation-unit>
- <compilation-unit>
- <package-root>src/test/java</package-root>
- <unit-tests/>
- <classpath mode="compile">lib/library/javacc.jar;lib/library/junit.jar;build/jar/svg-salamander-core.jar</classpath>
- <source-level>1.5</source-level>
- </compilation-unit>
- <compilation-unit>
- <package-root>src/test/res</package-root>
- <unit-tests/>
- <source-level>1.5</source-level>
- </compilation-unit>
- <compilation-unit>
- <package-root>../www</package-root>
- <unit-tests/>
- <source-level>1.5</source-level>
- </compilation-unit>
- </java-data>
+ <minimum-ant-version>1.6.5</minimum-ant-version>
+ <source-roots>
+ <root id="src.dir"/>
+ <root id="src.java.dir" name="Generated Source"/>
+ <root id="src.res.dir"/>
+ <root id="res.dir"/>
+ </source-roots>
+ <test-roots>
+ <root id="test.src.dir"/>
+ <root id="test.res.dir"/>
+ </test-roots>
+ </data>
+ <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
+ <definitions>..\libraries\nblibraries.properties</definitions>
+ </libraries>
</configuration>
</project>