openesb-components/contrib-fort/rules4jbi/nbproject/project.xml

164 lines
6.8 KiB
XML
Executable File

<?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>rules4jbi</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>rules4jbi</name>
<properties/>
<folders>
<source-folder>
<label>rules4jbi</label>
<location>.</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>Main Sources</label>
<type>java</type>
<location>src/main</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>Unit Tests</label>
<type>java</type>
<location>src/test</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>Functional Tests</label>
<type>java</type>
<location>src/test4rules</location>
<encoding>UTF-8</encoding>
</source-folder>
</folders>
<ide-actions>
<action name="build">
<target>default</target>
</action>
<action name="clean">
<target>clean</target>
</action>
<action name="javadoc">
<target>javadoc</target>
</action>
<action name="test">
<target>test</target>
</action>
<action name="rebuild">
<target>clean</target>
<target>default</target>
</action>
<action name="run.single">
<target>run-single</target>
<context>
<property>run.class</property>
<folder>src/main</folder>
<pattern>\.java$</pattern>
<format>java-name</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
<action name="run">
<target>default</target>
</action>
<action name="run.single">
<target>run-single</target>
<context>
<property>run.class</property>
<folder>src/test4rules</folder>
<pattern>\.java$</pattern>
<format>java-name</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
<action name="debug">
<target>debug</target>
</action>
</ide-actions>
<export>
<type>folder</type>
<location>build/classes</location>
<build-target>default</build-target>
</export>
<export>
<type>folder</type>
<location>build/classes</location>
<build-target>default</build-target>
</export>
<view>
<items>
<source-folder style="tree">
<label>Data</label>
<location>data</location>
</source-folder>
<source-folder style="packages">
<label>Main Sources</label>
<location>src/main</location>
</source-folder>
<source-folder style="packages">
<label>Unit Tests</label>
<location>src/test</location>
</source-folder>
<source-folder style="packages">
<label>Functional Tests</label>
<location>src/test4rules</location>
</source-folder>
<source-file>
<location>build.xml</location>
</source-file>
<source-file>
<location>etc/checkstyle.xml</location>
</source-file>
<source-file>
<location>src/config/META-INF/jbi.xml</location>
</source-file>
<source-file>
<location>src/config/META-INF/test.jbi.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="run"/>
<ide-action name="test"/>
<ide-action name="debug"/>
</context-menu>
</view>
<subprojects/>
</general-data>
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
<compilation-unit>
<package-root>src/main</package-root>
<classpath mode="compile">lib/jcip-annotations.jar:lib/xom-1.1.jar:lib/asm-3.1.jar:lib/wsdl4j-1.6.2.jar:lib/aopalliance.jar:lib/guice-1.0.jar:lib/jsr94-1.1.jar:lib/jbi.jar</classpath>
<built-to>build/classes</built-to>
<source-level>1.5</source-level>
</compilation-unit>
<compilation-unit>
<package-root>src/test</package-root>
<unit-tests/>
<classpath mode="compile">src/main:lib/xom-1.1.jar:lib/jbi.jar:lib/junit-4.4.jar:lib/wsdl4j-1.6.2.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
<compilation-unit>
<package-root>src/test4rules</package-root>
<classpath mode="compile">lib/xom-1.1.jar:lib/jbi.jar:src/main</classpath>
<built-to>build/classes</built-to>
<source-level>1.5</source-level>
</compilation-unit>
<compilation-unit>
<package-root>src/config</package-root>
<source-level>1.5</source-level>
</compilation-unit>
</java-data>
</configuration>
</project>