openesb-components/maven-archtype-v2/maven-archetype-service-eng.../src/main/resources/archetype-resources/nbproject/project.xml

21 lines
758 B
XML

#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.jbi.apisupport.project.jbicomponent</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/jbi-component-project/1">
<name>${artifactId}</name>
<component-type>service-engine</component-type>
<minimum-ant-version>1.6.5</minimum-ant-version>
<source-roots>
<root id="src.dir"/>
</source-roots>
<test-roots>
<root id="test.src.dir"/>
</test-roots>
</data>
</configuration>
</project>