- add project for editing native bullet
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7425 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
52e3da57f8
commit
5a2e0ee197
65
engine/src/bullet/nbproject/project.xml
Normal file
65
engine/src/bullet/nbproject/project.xml
Normal file
@ -0,0 +1,65 @@
|
||||
<?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>Bullet Native</name>
|
||||
<properties>
|
||||
<property name="ant.script">../../build.xml</property>
|
||||
</properties>
|
||||
<folders>
|
||||
<source-folder>
|
||||
<label>Source Packages</label>
|
||||
<location>.</location>
|
||||
</source-folder>
|
||||
<source-folder>
|
||||
<label>Source Packages</label>
|
||||
<type>java</type>
|
||||
<location>.</location>
|
||||
</source-folder>
|
||||
</folders>
|
||||
<ide-actions>
|
||||
<action name="build">
|
||||
<script>${ant.script}</script>
|
||||
<target>jar</target>
|
||||
<target>build-bullet-natives</target>
|
||||
</action>
|
||||
<action name="clean">
|
||||
<script>${ant.script}</script>
|
||||
<target>clean</target>
|
||||
</action>
|
||||
<action name="rebuild">
|
||||
<script>${ant.script}</script>
|
||||
<target>clean</target>
|
||||
<target>jar</target>
|
||||
<target>build-bullet-natives</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"/>
|
||||
</context-menu>
|
||||
</view>
|
||||
<subprojects/>
|
||||
</general-data>
|
||||
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
|
||||
<compilation-unit>
|
||||
<package-root>.</package-root>
|
||||
<classpath mode="compile">../../dist/jMonkeyEngine3.jar</classpath>
|
||||
<source-level>1.5</source-level>
|
||||
</compilation-unit>
|
||||
</java-data>
|
||||
</configuration>
|
||||
</project>
|
Loading…
x
Reference in New Issue
Block a user