Update of /cvsroot/jrman/drafts/nbproject
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20042/nbproject
Added Files:
project.xml
Log Message:
First test as a NetBeans project.
--- NEW FILE: project.xml ---
<?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>jrMan</name>
<properties/>
<folders>
<source-folder>
<label>src</label>
<type>java</type>
<location>src</location>
</source-folder>
</folders>
<ide-actions>
<action name="build">
<target>compile</target>
</action>
<action name="clean">
<target>clean</target>
</action>
<action name="javadoc">
<target>javadoc</target>
</action>
<action name="rebuild">
<target>clean</target>
<target>compile</target>
</action>
<action name="run">
<target>run</target>
</action>
</ide-actions>
<view>
<items>
<source-folder style="packages">
<label>src</label>
<location>src</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="rebuild"/>
<ide-action name="run"/>
<action>
<label>clean</label>
<target>clean</target>
</action>
</context-menu>
</view>
<subprojects/>
</general-data>
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
<compilation-unit>
<package-root>src</package-root>
<classpath mode="compile">lib/commons-cli-1.0.jar:lib/forms-1.0.3.jar:lib/looks-1.2.0.jar:lib/vecmath.jar</classpath>
<source-level>1.4</source-level>
</compilation-unit>
</java-data>
</configuration>
</project>
|