git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8133 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
e5c554e112
commit
86faa20c65
@ -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.textureeditor" default="netbeans" basedir="."> |
<project name="com.jme3.gde.textureeditor" default="netbeans" basedir="."> |
||||||
<description>Builds, tests, and runs the project com.jme3.gde.textureeditor.</description> |
<description>Builds, tests, and runs the project com.jme3.gde.textureeditor.</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.textureeditor-impl" basedir=".."> |
<project name="com.jme3.gde.textureeditor-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=4da634b7 |
build.xml.data.CRC32=edc878e6 |
||||||
build.xml.script.CRC32=8ff5ca92 |
build.xml.script.CRC32=8ff5ca92 |
||||||
build.xml.stylesheet.CRC32=a56c6a5b@2.45 |
build.xml.stylesheet.CRC32=a56c6a5b@1.46.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=4da634b7 |
nbproject/build-impl.xml.data.CRC32=edc878e6 |
||||||
nbproject/build-impl.xml.script.CRC32=512d1004 |
nbproject/build-impl.xml.script.CRC32=512d1004 |
||||||
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.45 |
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.46.1 |
||||||
|
Loading…
Reference in new issue