commit
23a0800e1d
@ -1,7 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<!-- |
|
||||||
To change this template, choose Tools | Templates |
|
||||||
and open the template in the editor. |
|
||||||
--> |
|
||||||
<!DOCTYPE helpsetref PUBLIC "-//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN" "http://www.netbeans.org/dtds/helpsetref-1_0.dtd"> |
|
||||||
<helpsetref url="nbdocs:/com/jme3/gde/core/docs/core-hs.xml"/> |
|
@ -1,8 +1,8 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<!-- You may freely edit this file. See harness/README in the NetBeans platform --> |
<!-- You may freely edit this file. See harness/README in the NetBeans platform --> |
||||||
<!-- for some information on what you could do (e.g. targets to override). --> |
<!-- for some information on what you could do (e.g. targets to override). --> |
||||||
<!-- If you delete this file and reopen the project it will be recreated. --> |
<!-- If you delete this file and reopen the project it will be recreated. --> |
||||||
<project name="com.jme3.gde.gui" default="netbeans" basedir="."> |
<project name="com.jme3.gde.gui" default="netbeans" basedir="."> |
||||||
<description>Builds, tests, and runs the project com.jme3.gde.gui.</description> |
<description>Builds, tests, and runs the project com.jme3.gde.gui.</description> |
||||||
<import file="nbproject/build-impl.xml"/> |
<import file="nbproject/build-impl.xml"/> |
||||||
</project> |
</project> |
||||||
|
@ -1,6 +1,6 @@ |
|||||||
Manifest-Version: 1.0 |
Manifest-Version: 1.0 |
||||||
OpenIDE-Module: com.jme3.gde.gui/3 |
OpenIDE-Module: com.jme3.gde.gui/3 |
||||||
OpenIDE-Module-Implementation-Version: 0 |
OpenIDE-Module-Implementation-Version: 0 |
||||||
OpenIDE-Module-Layer: com/jme3/gde/gui/layer.xml |
OpenIDE-Module-Layer: com/jme3/gde/gui/layer.xml |
||||||
OpenIDE-Module-Localizing-Bundle: com/jme3/gde/gui/Bundle.properties |
OpenIDE-Module-Localizing-Bundle: com/jme3/gde/gui/Bundle.properties |
||||||
|
|
||||||
|
@ -1,45 +1,45 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<!-- |
<!-- |
||||||
*** GENERATED FROM project.xml - DO NOT EDIT *** |
*** GENERATED FROM project.xml - DO NOT EDIT *** |
||||||
*** EDIT ../build.xml INSTEAD *** |
*** EDIT ../build.xml INSTEAD *** |
||||||
--> |
--> |
||||||
<project name="com.jme3.gde.gui-impl" basedir=".."> |
<project name="com.jme3.gde.gui-impl" basedir=".."> |
||||||
<fail message="Please build using Ant 1.7.1 or higher."> |
<fail message="Please build using Ant 1.7.1 or higher."> |
||||||
<condition> |
<condition> |
||||||
<not> |
<not> |
||||||
<antversion atleast="1.7.1"/> |
<antversion atleast="1.7.1"/> |
||||||
</not> |
</not> |
||||||
</condition> |
</condition> |
||||||
</fail> |
</fail> |
||||||
<property file="nbproject/private/suite-private.properties"/> |
<property file="nbproject/private/suite-private.properties"/> |
||||||
<property file="nbproject/suite.properties"/> |
<property file="nbproject/suite.properties"/> |
||||||
<fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail> |
<fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail> |
||||||
<property file="${suite.dir}/nbproject/private/platform-private.properties"/> |
<property file="${suite.dir}/nbproject/private/platform-private.properties"/> |
||||||
<property file="${suite.dir}/nbproject/platform.properties"/> |
<property file="${suite.dir}/nbproject/platform.properties"/> |
||||||
<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2"> |
<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2"> |
||||||
<attribute name="name"/> |
<attribute name="name"/> |
||||||
<attribute name="value"/> |
<attribute name="value"/> |
||||||
<sequential> |
<sequential> |
||||||
<property name="@{name}" value="${@{value}}"/> |
<property name="@{name}" value="${@{value}}"/> |
||||||
</sequential> |
</sequential> |
||||||
</macrodef> |
</macrodef> |
||||||
<macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2"> |
<macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2"> |
||||||
<attribute name="property"/> |
<attribute name="property"/> |
||||||
<attribute name="value"/> |
<attribute name="value"/> |
||||||
<sequential> |
<sequential> |
||||||
<property name="@{property}" value="@{value}"/> |
<property name="@{property}" value="@{value}"/> |
||||||
</sequential> |
</sequential> |
||||||
</macrodef> |
</macrodef> |
||||||
<property file="${user.properties.file}"/> |
<property file="${user.properties.file}"/> |
||||||
<nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> |
<nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> |
||||||
<nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> |
<nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> |
||||||
<nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> |
<nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/> |
||||||
<fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness)."> |
<fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness)."> |
||||||
<condition> |
<condition> |
||||||
<not> |
<not> |
||||||
<contains string="${cluster.path.evaluated}" substring="platform"/> |
<contains string="${cluster.path.evaluated}" substring="platform"/> |
||||||
</not> |
</not> |
||||||
</condition> |
</condition> |
||||||
</fail> |
</fail> |
||||||
<import file="${harness.dir}/build.xml"/> |
<import file="${harness.dir}/build.xml"/> |
||||||
</project> |
</project> |
||||||
|
@ -1,8 +1,19 @@ |
|||||||
|
file.reference.beansbinding-1.2.1.jar=release/modules/ext/beansbinding-1.2.1.jar |
||||||
|
file.reference.guava-16.0.1.jar=release/modules/ext/guava-16.0.1.jar |
||||||
|
file.reference.javassist.jar=release/modules/ext/javassist.jar |
||||||
|
file.reference.jTatoo.jar=release/modules/ext/jTatoo.jar |
||||||
|
file.reference.Nifty-Editor0.5.7.jar=release/modules/ext/Nifty-Editor0.5.7.jar |
||||||
|
file.reference.nifty-java2d-renderer-1.4.0-SNAPSHOT.jar=release/modules/ext/nifty-java2d-renderer-1.4.0-SNAPSHOT.jar |
||||||
|
file.reference.reflections-0.9.9-RC1.jar=release/modules/ext/reflections-0.9.9-RC1.jar |
||||||
|
file.reference.relaxngDatatype-1.5.jar=release/modules/ext/relaxngDatatype-1.5.jar |
||||||
|
file.reference.slf4j-simple-1.7.7.jar=release/modules/ext/slf4j-simple-1.7.7.jar |
||||||
|
file.reference.swingtonifty.jar=release/modules/ext/swingtonifty.jar |
||||||
|
file.reference.xsom-20110101-SNAPSHOT.jar=release/modules/ext/xsom-20110101-SNAPSHOT.jar |
||||||
#Thu, 25 Aug 2011 20:26:49 +0200 |
#Thu, 25 Aug 2011 20:26:49 +0200 |
||||||
javac.source=1.5 |
javac.source=1.5 |
||||||
javac.compilerargs=-Xlint -Xlint\:-serial |
javac.compilerargs=-Xlint -Xlint:-serial |
||||||
license.file=../license-jme.txt |
license.file=../license-jme.txt |
||||||
nbm.homepage=http\://www.jmonkeyengine.com |
nbm.homepage=http://www.jmonkeyengine.com |
||||||
nbm.module.author=Normen Hansen |
nbm.module.author=Relucri |
||||||
nbm.needs.restart=true |
nbm.needs.restart=true |
||||||
spec.version.base=3.1.0 |
spec.version.base=3.1.0 |
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue