- fix terraineditor project files

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7719 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent e08dc6f6cf
commit 9790cff2c3
  1. 16
      sdk/jme3-terrain-editor/build.xml
  2. 90
      sdk/jme3-terrain-editor/nbproject/build-impl.xml
  3. 8
      sdk/jme3-terrain-editor/nbproject/genfiles.properties
  4. 252
      sdk/jme3-terrain-editor/nbproject/project.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.terraineditor" default="netbeans" basedir="."> <project name="com.jme3.gde.terraineditor" default="netbeans" basedir=".">
<description>Builds, tests, and runs the project com.jme3.gde.terraineditor.</description> <description>Builds, tests, and runs the project com.jme3.gde.terraineditor.</description>
<import file="nbproject/build-impl.xml"/> <import file="nbproject/build-impl.xml"/>
</project> </project>

@ -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.terraineditor-impl" basedir=".."> <project name="com.jme3.gde.terraineditor-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,8 @@
build.xml.data.CRC32=d0a68b25 build.xml.data.CRC32=ac4681b3
build.xml.script.CRC32=5fb89d93 build.xml.script.CRC32=5fb89d93
build.xml.stylesheet.CRC32=a56c6a5b@1.42.2 build.xml.stylesheet.CRC32=a56c6a5b@1.45.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=d0a68b25 nbproject/build-impl.xml.data.CRC32=ac4681b3
nbproject/build-impl.xml.script.CRC32=fe2b940f nbproject/build-impl.xml.script.CRC32=fe2b940f
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.42.2 nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.45.1

@ -1,122 +1,130 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1"> <project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.apisupport.project</type> <type>org.netbeans.modules.apisupport.project</type>
<configuration> <configuration>
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3"> <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
<code-name-base>com.jme3.gde.terraineditor</code-name-base> <code-name-base>com.jme3.gde.terraineditor</code-name-base>
<suite-component/> <suite-component/>
<module-dependencies> <module-dependencies>
<dependency> <dependency>
<code-name-base>com.jme3.gde.core</code-name-base> <code-name-base>com.jme3.gde.core</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<release-version>1</release-version> <release-version>1</release-version>
<specification-version>0.8</specification-version> <specification-version>0.8</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>com.jme3.gde.core.baselibs</code-name-base> <code-name-base>com.jme3.gde.core.baselibs</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<release-version>1</release-version> <release-version>1</release-version>
<specification-version>0.6</specification-version> <specification-version>0.6</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.jdesktop.beansbinding</code-name-base> <code-name-base>org.jdesktop.beansbinding</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<release-version>1</release-version> <release-version>1</release-version>
<specification-version>1.7.1.121</specification-version> <specification-version>1.7.1.121</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.netbeans.api.progress</code-name-base> <code-name-base>org.netbeans.api.progress</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<release-version>1</release-version> <release-version>1</release-version>
<specification-version>1.0</specification-version> <specification-version>1.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.netbeans.modules.settings</code-name-base> <code-name-base>org.netbeans.modules.settings</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<release-version>1</release-version> <release-version>1</release-version>
<specification-version>1.0</specification-version> <specification-version>1.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.openide.awt</code-name-base> <code-name-base>org.openide.awt</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<specification-version>7.0</specification-version> <specification-version>7.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.openide.dialogs</code-name-base> <code-name-base>org.openide.dialogs</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<specification-version>7.0</specification-version> <specification-version>7.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.openide.filesystems</code-name-base> <code-name-base>org.openide.explorer</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<specification-version>7.0</specification-version> <specification-version>6.37</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.openide.loaders</code-name-base> <code-name-base>org.openide.filesystems</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<specification-version>7.0</specification-version> <specification-version>7.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.openide.nodes</code-name-base> <code-name-base>org.openide.loaders</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<specification-version>7.0</specification-version> <specification-version>7.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.openide.util</code-name-base> <code-name-base>org.openide.nodes</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<specification-version>8.0</specification-version> <specification-version>7.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.openide.util.lookup</code-name-base> <code-name-base>org.openide.util</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<specification-version>8.0</specification-version> <specification-version>8.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
<dependency> <dependency>
<code-name-base>org.openide.windows</code-name-base> <code-name-base>org.openide.util.lookup</code-name-base>
<build-prerequisite/> <build-prerequisite/>
<compile-dependency/> <compile-dependency/>
<run-dependency> <run-dependency>
<specification-version>6.0</specification-version> <specification-version>8.0</specification-version>
</run-dependency> </run-dependency>
</dependency> </dependency>
</module-dependencies> <dependency>
<public-packages/> <code-name-base>org.openide.windows</code-name-base>
</data> <build-prerequisite/>
</configuration> <compile-dependency/>
</project> <run-dependency>
<specification-version>6.0</specification-version>
</run-dependency>
</dependency>
</module-dependencies>
<public-packages/>
</data>
</configuration>
</project>

Loading…
Cancel
Save