summaryrefslogblamecommitdiffstats
path: root/nbproject/project.xml
blob: 349af959dcecfca4e042fe3f347123dabf8a6ad4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                                               
                         

                                                                       
                          




















                                                       








                                                




















                                                 


































































































                                                                 
                           




                                                                       

















                                                           



                                                     








                                                       
                                               








                                                                               
                                                                                                   
                                                                       








                                                           
                                                                                                                                     






                                                          




                                                    


                     
<?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>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>
    </configuration>
</project>