- Update genfiles to latest platform git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10217 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
dc21825615
commit
0179665e4b
@ -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.welcome" default="netbeans" basedir="."> |
<project name="com.jme3.gde.welcome" default="netbeans" basedir="."> |
||||||
<description>Builds, tests, and runs the project com.jme3.gde.welcome.</description> |
<description>Builds, tests, and runs the project com.jme3.gde.welcome.</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.welcome-impl" basedir=".."> |
<project name="com.jme3.gde.welcome-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> |
||||||
|
Loading…
Reference in new issue