git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10446 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
054458aedf
commit
ec7624e10d
@ -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.materials-impl" basedir=".."> |
<project name="com.jme3.gde.materials-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=5c252103 |
build.xml.data.CRC32=72d52e0a |
||||||
build.xml.script.CRC32=f284e28d |
build.xml.script.CRC32=f284e28d |
||||||
build.xml.stylesheet.CRC32=a56c6a5b@2.50.1 |
build.xml.stylesheet.CRC32=a56c6a5b@2.50.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=5c252103 |
nbproject/build-impl.xml.data.CRC32=72d52e0a |
||||||
nbproject/build-impl.xml.script.CRC32=56cee44d |
nbproject/build-impl.xml.script.CRC32=56cee44d |
||||||
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.50.1 |
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.50.1 |
||||||
|
@ -1,140 +1,183 @@ |
|||||||
<?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.materials</code-name-base> |
<code-name-base>com.jme3.gde.materials</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>3.0.0</specification-version> |
<specification-version>3.0.0</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>3.0.0</specification-version> |
<specification-version>3.0.0</specification-version> |
||||||
</run-dependency> |
</run-dependency> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<code-name-base>com.jme3.gde.core.libraries</code-name-base> |
<code-name-base>com.jme3.gde.core.libraries</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>3.0.0</specification-version> |
<specification-version>3.0.0</specification-version> |
||||||
</run-dependency> |
</run-dependency> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<code-name-base>org.netbeans.core.multiview</code-name-base> |
<code-name-base>org.netbeans.api.visual</code-name-base> |
||||||
<build-prerequisite/> |
<build-prerequisite/> |
||||||
<compile-dependency/> |
<compile-dependency/> |
||||||
<run-dependency> |
<run-dependency> |
||||||
<release-version>1</release-version> |
<specification-version>2.32.1</specification-version> |
||||||
<specification-version>1.29.1</specification-version> |
</run-dependency> |
||||||
</run-dependency> |
</dependency> |
||||||
</dependency> |
<dependency> |
||||||
<dependency> |
<code-name-base>org.netbeans.core.multiview</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.29.1</specification-version> |
||||||
<specification-version>1.35.1</specification-version> |
</run-dependency> |
||||||
</run-dependency> |
</dependency> |
||||||
</dependency> |
<dependency> |
||||||
<dependency> |
<code-name-base>org.netbeans.modules.editor.lib</code-name-base> |
||||||
<code-name-base>org.openide.actions</code-name-base> |
<build-prerequisite/> |
||||||
<build-prerequisite/> |
<compile-dependency/> |
||||||
<compile-dependency/> |
<run-dependency> |
||||||
<run-dependency> |
<release-version>3</release-version> |
||||||
<specification-version>6.26.1</specification-version> |
<specification-version>3.24.1.20.32</specification-version> |
||||||
</run-dependency> |
</run-dependency> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<code-name-base>org.openide.awt</code-name-base> |
<code-name-base>org.netbeans.modules.projectapi</code-name-base> |
||||||
<build-prerequisite/> |
<build-prerequisite/> |
||||||
<compile-dependency/> |
<compile-dependency/> |
||||||
<run-dependency> |
<run-dependency> |
||||||
<specification-version>7.46.1</specification-version> |
<release-version>1</release-version> |
||||||
</run-dependency> |
<specification-version>1.46.1</specification-version> |
||||||
</dependency> |
</run-dependency> |
||||||
<dependency> |
</dependency> |
||||||
<code-name-base>org.openide.dialogs</code-name-base> |
<dependency> |
||||||
<build-prerequisite/> |
<code-name-base>org.netbeans.modules.settings</code-name-base> |
||||||
<compile-dependency/> |
<build-prerequisite/> |
||||||
<run-dependency> |
<compile-dependency/> |
||||||
<specification-version>7.25.1</specification-version> |
<run-dependency> |
||||||
</run-dependency> |
<release-version>1</release-version> |
||||||
</dependency> |
<specification-version>1.35.1</specification-version> |
||||||
<dependency> |
</run-dependency> |
||||||
<code-name-base>org.openide.filesystems</code-name-base> |
</dependency> |
||||||
<build-prerequisite/> |
<dependency> |
||||||
<compile-dependency/> |
<code-name-base>org.netbeans.spi.navigator</code-name-base> |
||||||
<run-dependency> |
<build-prerequisite/> |
||||||
<specification-version>7.62.1</specification-version> |
<compile-dependency/> |
||||||
</run-dependency> |
<run-dependency> |
||||||
</dependency> |
<release-version>1</release-version> |
||||||
<dependency> |
<specification-version>1.23.1</specification-version> |
||||||
<code-name-base>org.openide.loaders</code-name-base> |
</run-dependency> |
||||||
<build-prerequisite/> |
</dependency> |
||||||
<compile-dependency/> |
<dependency> |
||||||
<run-dependency> |
<code-name-base>org.openide.actions</code-name-base> |
||||||
<specification-version>7.37.3</specification-version> |
<build-prerequisite/> |
||||||
</run-dependency> |
<compile-dependency/> |
||||||
</dependency> |
<run-dependency> |
||||||
<dependency> |
<specification-version>6.26.1</specification-version> |
||||||
<code-name-base>org.openide.nodes</code-name-base> |
</run-dependency> |
||||||
<build-prerequisite/> |
</dependency> |
||||||
<compile-dependency/> |
<dependency> |
||||||
<run-dependency> |
<code-name-base>org.openide.awt</code-name-base> |
||||||
<specification-version>7.28.1</specification-version> |
<build-prerequisite/> |
||||||
</run-dependency> |
<compile-dependency/> |
||||||
</dependency> |
<run-dependency> |
||||||
<dependency> |
<specification-version>7.46.1</specification-version> |
||||||
<code-name-base>org.openide.text</code-name-base> |
</run-dependency> |
||||||
<build-prerequisite/> |
</dependency> |
||||||
<compile-dependency/> |
<dependency> |
||||||
<run-dependency> |
<code-name-base>org.openide.dialogs</code-name-base> |
||||||
<specification-version>6.49.3</specification-version> |
<build-prerequisite/> |
||||||
</run-dependency> |
<compile-dependency/> |
||||||
</dependency> |
<run-dependency> |
||||||
<dependency> |
<specification-version>7.25.1</specification-version> |
||||||
<code-name-base>org.openide.util</code-name-base> |
</run-dependency> |
||||||
<build-prerequisite/> |
</dependency> |
||||||
<compile-dependency/> |
<dependency> |
||||||
<run-dependency> |
<code-name-base>org.openide.explorer</code-name-base> |
||||||
<specification-version>8.25.2</specification-version> |
<build-prerequisite/> |
||||||
</run-dependency> |
<compile-dependency/> |
||||||
</dependency> |
<run-dependency> |
||||||
<dependency> |
<specification-version>6.45.1</specification-version> |
||||||
<code-name-base>org.openide.util.lookup</code-name-base> |
</run-dependency> |
||||||
<build-prerequisite/> |
</dependency> |
||||||
<compile-dependency/> |
<dependency> |
||||||
<run-dependency> |
<code-name-base>org.openide.filesystems</code-name-base> |
||||||
<specification-version>8.15.2</specification-version> |
<build-prerequisite/> |
||||||
</run-dependency> |
<compile-dependency/> |
||||||
</dependency> |
<run-dependency> |
||||||
<dependency> |
<specification-version>7.62.1</specification-version> |
||||||
<code-name-base>org.openide.windows</code-name-base> |
</run-dependency> |
||||||
<build-prerequisite/> |
</dependency> |
||||||
<compile-dependency/> |
<dependency> |
||||||
<run-dependency> |
<code-name-base>org.openide.loaders</code-name-base> |
||||||
<specification-version>6.55.2</specification-version> |
<build-prerequisite/> |
||||||
</run-dependency> |
<compile-dependency/> |
||||||
</dependency> |
<run-dependency> |
||||||
</module-dependencies> |
<specification-version>7.37.3</specification-version> |
||||||
<public-packages> |
</run-dependency> |
||||||
<package>com.jme3.gde.materials</package> |
</dependency> |
||||||
</public-packages> |
<dependency> |
||||||
</data> |
<code-name-base>org.openide.nodes</code-name-base> |
||||||
</configuration> |
<build-prerequisite/> |
||||||
</project> |
<compile-dependency/> |
||||||
|
<run-dependency> |
||||||
|
<specification-version>7.28.1</specification-version> |
||||||
|
</run-dependency> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<code-name-base>org.openide.text</code-name-base> |
||||||
|
<build-prerequisite/> |
||||||
|
<compile-dependency/> |
||||||
|
<run-dependency> |
||||||
|
<specification-version>6.49.3</specification-version> |
||||||
|
</run-dependency> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<code-name-base>org.openide.util</code-name-base> |
||||||
|
<build-prerequisite/> |
||||||
|
<compile-dependency/> |
||||||
|
<run-dependency> |
||||||
|
<specification-version>8.25.2</specification-version> |
||||||
|
</run-dependency> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<code-name-base>org.openide.util.lookup</code-name-base> |
||||||
|
<build-prerequisite/> |
||||||
|
<compile-dependency/> |
||||||
|
<run-dependency> |
||||||
|
<specification-version>8.15.2</specification-version> |
||||||
|
</run-dependency> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<code-name-base>org.openide.windows</code-name-base> |
||||||
|
<build-prerequisite/> |
||||||
|
<compile-dependency/> |
||||||
|
<run-dependency> |
||||||
|
<specification-version>6.55.2</specification-version> |
||||||
|
</run-dependency> |
||||||
|
</dependency> |
||||||
|
</module-dependencies> |
||||||
|
<public-packages> |
||||||
|
<package>com.jme3.gde.materials</package> |
||||||
|
</public-packages> |
||||||
|
</data> |
||||||
|
</configuration> |
||||||
|
</project> |
||||||
|
Loading…
Reference in new issue