17 lines
614 B
XML
17 lines
614 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.j2ee.ejbjarproject</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
|
|
<name>bank-ejb</name>
|
|
<minimum-ant-version>1.6.5</minimum-ant-version>
|
|
<source-roots>
|
|
<root id="src.dir" name="Source Packages"/>
|
|
</source-roots>
|
|
<test-roots>
|
|
<root id="test.src.dir" name="Test Packages"/>
|
|
</test-roots>
|
|
</data>
|
|
</configuration>
|
|
</project>
|