M build.xml A netbeans/build.xml A netbeans/manifest.mf A netbeans/webclient.properties A netbeans/nbproject/build-impl.xml A netbeans/nbproject/build.properties A netbeans/nbproject/genfiles.properties A netbeans/nbproject/project.properties A netbeans/nbproject/project.xml - the default dist will include a netbeans project that builds the test browser and runs the unit tests. git-svn-id: svn://10.0.0.236/trunk@220551 18797224-902f-48f8-a5cc-f745e15eee43
17 lines
563 B
XML
Executable File
17 lines
563 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.java.j2seproject</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
|
<name>webclient</name>
|
|
<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>
|