You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.9 KiB
72 lines
2.9 KiB
<?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>jMonkeyEngine3 - Android</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>jMonkeyEngine3 - Android</name>
|
|
<properties>
|
|
<property name="ant.script">../../build.xml</property>
|
|
</properties>
|
|
<folders>
|
|
<source-folder>
|
|
<label>Source Packages</label>
|
|
<type>java</type>
|
|
<location>.</location>
|
|
<encoding>MacRoman</encoding>
|
|
</source-folder>
|
|
</folders>
|
|
<ide-actions>
|
|
<action name="build">
|
|
<script>${ant.script}</script>
|
|
<target>jar</target>
|
|
</action>
|
|
<action name="clean">
|
|
<script>${ant.script}</script>
|
|
<target>clean</target>
|
|
</action>
|
|
<action name="javadoc">
|
|
<script>${ant.script}</script>
|
|
<target>javadoc</target>
|
|
</action>
|
|
<action name="run">
|
|
<script>${ant.script}</script>
|
|
<target>run</target>
|
|
</action>
|
|
<action name="rebuild">
|
|
<script>${ant.script}</script>
|
|
<target>clean</target>
|
|
<target>jar</target>
|
|
</action>
|
|
</ide-actions>
|
|
<view>
|
|
<items>
|
|
<source-folder style="packages">
|
|
<label>Source Packages</label>
|
|
<location>.</location>
|
|
</source-folder>
|
|
<source-file>
|
|
<location>${ant.script}</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"/>
|
|
</context-menu>
|
|
</view>
|
|
</general-data>
|
|
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
|
|
<compilation-unit>
|
|
<package-root>.</package-root>
|
|
<classpath mode="compile">../../lib/android/android.jar:../../dist/jMonkeyEngine3.jar</classpath>
|
|
<source-level>1.5</source-level>
|
|
</compilation-unit>
|
|
</java-data>
|
|
</configuration>
|
|
</project>
|
|
|