* better threading git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7760 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
d9c3df086d
commit
4df19663dd
@ -1,49 +1,49 @@ |
|||||||
<?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="jme-gde-impl" basedir=".." xmlns:sproject="http://www.netbeans.org/ns/nb-module-suite-project/1"> |
<project name="jme-gde-impl" basedir=".." xmlns:sproject="http://www.netbeans.org/ns/nb-module-suite-project/1"> |
||||||
<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/platform-private.properties"/> |
<property file="nbproject/private/platform-private.properties"/> |
||||||
<property file="nbproject/platform.properties"/> |
<property file="nbproject/platform.properties"/> |
||||||
<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-suite-project/1"> |
<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-suite-project/1"> |
||||||
<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-suite-project/1"> |
<macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-suite-project/1"> |
||||||
<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}"/> |
||||||
<sproject:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir"/> |
<sproject:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir"/> |
||||||
<sproject:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir"/> |
<sproject:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir"/> |
||||||
<sproject:evalprops property="cluster.path.evaluated" value="${cluster.path}"/> |
<sproject:evalprops property="cluster.path.evaluated" value="${cluster.path}"/> |
||||||
<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> |
||||||
<fail message="Cannot find NetBeans build harness. ${line.separator}Check that nbplatform.${nbplatform.active}.netbeans.dest.dir and nbplatform.${nbplatform.active}.harness.dir are defined. ${line.separator}On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties ${line.separator}but for automated builds you should pass these properties to Ant explicitly."> |
<fail message="Cannot find NetBeans build harness. ${line.separator}Check that nbplatform.${nbplatform.active}.netbeans.dest.dir and nbplatform.${nbplatform.active}.harness.dir are defined. ${line.separator}On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties ${line.separator}but for automated builds you should pass these properties to Ant explicitly."> |
||||||
<condition> |
<condition> |
||||||
<not> |
<not> |
||||||
<available type="dir" file="${harness.dir}"/> |
<available type="dir" file="${harness.dir}"/> |
||||||
</not> |
</not> |
||||||
</condition> |
</condition> |
||||||
</fail> |
</fail> |
||||||
<import file="${harness.dir}/suite.xml"/> |
<import file="${harness.dir}/suite.xml"/> |
||||||
</project> |
</project> |
||||||
|
@ -1,8 +1,8 @@ |
|||||||
build.xml.data.CRC32=cbef27ca |
build.xml.data.CRC32=cbef27ca |
||||||
build.xml.script.CRC32=7efad5da |
build.xml.script.CRC32=7efad5da |
||||||
build.xml.stylesheet.CRC32=531c622b@1.31.1.7 |
build.xml.stylesheet.CRC32=531c622b@1.31.1.7 |
||||||
# 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=cbef27ca |
nbproject/build-impl.xml.data.CRC32=cbef27ca |
||||||
nbproject/build-impl.xml.script.CRC32=ce1d717c |
nbproject/build-impl.xml.script.CRC32=ce1d717c |
||||||
nbproject/build-impl.xml.stylesheet.CRC32=183e6ef3@1.42.1 |
nbproject/build-impl.xml.stylesheet.CRC32=183e6ef3@1.42.2 |
||||||
|
@ -1,83 +1,78 @@ |
|||||||
cluster.path=\ |
cluster.path=\ |
||||||
${nbplatform.active.dir}/extra:\ |
${nbplatform.active.dir}/extra:\ |
||||||
${nbplatform.active.dir}/harness:\ |
${nbplatform.active.dir}/harness:\ |
||||||
${nbplatform.active.dir}/ide:\ |
${nbplatform.active.dir}/ide:\ |
||||||
${nbplatform.active.dir}/java:\ |
${nbplatform.active.dir}/java:\ |
||||||
${nbplatform.active.dir}/platform |
${nbplatform.active.dir}/platform |
||||||
disabled.modules=\ |
disabled.modules=\ |
||||||
org.netbeans.libs.bugtracking,\ |
org.netbeans.libs.bugtracking,\ |
||||||
org.netbeans.libs.bugzilla,\ |
org.netbeans.libs.bugzilla,\ |
||||||
org.netbeans.libs.jsr223,\ |
org.netbeans.libs.jsr223,\ |
||||||
org.netbeans.libs.smack,\ |
org.netbeans.libs.smack,\ |
||||||
org.netbeans.libs.springframework,\ |
org.netbeans.libs.springframework,\ |
||||||
org.netbeans.libs.swingx,\ |
org.netbeans.libs.swingx,\ |
||||||
org.netbeans.modules.apisupport.apidocs,\ |
org.netbeans.modules.apisupport.apidocs,\ |
||||||
org.netbeans.modules.bugtracking,\ |
org.netbeans.modules.bugtracking,\ |
||||||
org.netbeans.modules.bugtracking.bridge,\ |
org.netbeans.modules.bugtracking.bridge,\ |
||||||
org.netbeans.modules.bugzilla,\ |
org.netbeans.modules.bugzilla,\ |
||||||
org.netbeans.modules.db,\ |
org.netbeans.modules.db,\ |
||||||
org.netbeans.modules.db.core,\ |
org.netbeans.modules.db.core,\ |
||||||
org.netbeans.modules.db.dataview,\ |
org.netbeans.modules.db.dataview,\ |
||||||
org.netbeans.modules.db.drivers,\ |
org.netbeans.modules.db.drivers,\ |
||||||
org.netbeans.modules.db.kit,\ |
org.netbeans.modules.db.kit,\ |
||||||
org.netbeans.modules.db.metadata.model,\ |
org.netbeans.modules.db.metadata.model,\ |
||||||
org.netbeans.modules.db.mysql,\ |
org.netbeans.modules.db.mysql,\ |
||||||
org.netbeans.modules.db.sql.editor,\ |
org.netbeans.modules.db.sql.editor,\ |
||||||
org.netbeans.modules.db.sql.visualeditor,\ |
org.netbeans.modules.db.sql.visualeditor,\ |
||||||
org.netbeans.modules.dbapi,\ |
org.netbeans.modules.dbapi,\ |
||||||
org.netbeans.modules.dbschema,\ |
org.netbeans.modules.dbschema,\ |
||||||
org.netbeans.modules.derby,\ |
org.netbeans.modules.derby,\ |
||||||
org.netbeans.modules.form,\ |
org.netbeans.modules.form,\ |
||||||
org.netbeans.modules.form.j2ee,\ |
org.netbeans.modules.form.j2ee,\ |
||||||
org.netbeans.modules.form.kit,\ |
org.netbeans.modules.form.kit,\ |
||||||
org.netbeans.modules.glassfish.common,\ |
org.netbeans.modules.glassfish.common,\ |
||||||
org.netbeans.modules.hibernate,\ |
org.netbeans.modules.hibernate,\ |
||||||
org.netbeans.modules.hibernatelib,\ |
org.netbeans.modules.hibernatelib,\ |
||||||
org.netbeans.modules.hudson,\ |
org.netbeans.modules.hudson,\ |
||||||
org.netbeans.modules.hudson.ant,\ |
org.netbeans.modules.hudson.ant,\ |
||||||
org.netbeans.modules.hudson.maven,\ |
org.netbeans.modules.hudson.maven,\ |
||||||
org.netbeans.modules.hudson.mercurial,\ |
org.netbeans.modules.hudson.mercurial,\ |
||||||
org.netbeans.modules.hudson.subversion,\ |
org.netbeans.modules.hudson.subversion,\ |
||||||
org.netbeans.modules.i18n.form,\ |
org.netbeans.modules.i18n.form,\ |
||||||
org.netbeans.modules.j2ee.core.utilities,\ |
org.netbeans.modules.j2ee.core.utilities,\ |
||||||
org.netbeans.modules.j2ee.jpa.refactoring,\ |
org.netbeans.modules.j2ee.jpa.refactoring,\ |
||||||
org.netbeans.modules.j2ee.jpa.verification,\ |
org.netbeans.modules.j2ee.jpa.verification,\ |
||||||
org.netbeans.modules.j2ee.persistence,\ |
org.netbeans.modules.j2ee.persistence,\ |
||||||
org.netbeans.modules.j2ee.persistence.kit,\ |
org.netbeans.modules.j2ee.persistence.kit,\ |
||||||
org.netbeans.modules.j2ee.toplinklib,\ |
org.netbeans.modules.j2ee.toplinklib,\ |
||||||
org.netbeans.modules.jellytools,\ |
org.netbeans.modules.jellytools,\ |
||||||
org.netbeans.modules.jellytools.ide,\ |
org.netbeans.modules.jellytools.ide,\ |
||||||
org.netbeans.modules.jellytools.java,\ |
org.netbeans.modules.jellytools.java,\ |
||||||
org.netbeans.modules.jellytools.platform,\ |
org.netbeans.modules.jellytools.platform,\ |
||||||
org.netbeans.modules.jemmy,\ |
org.netbeans.modules.jemmy,\ |
||||||
org.netbeans.modules.languages,\ |
org.netbeans.modules.languages,\ |
||||||
org.netbeans.modules.maven,\ |
org.netbeans.modules.maven.grammar,\ |
||||||
org.netbeans.modules.maven.embedder,\ |
org.netbeans.modules.maven.graph,\ |
||||||
org.netbeans.modules.maven.grammar,\ |
org.netbeans.modules.maven.hints,\ |
||||||
org.netbeans.modules.maven.graph,\ |
org.netbeans.modules.maven.junit,\ |
||||||
org.netbeans.modules.maven.hints,\ |
org.netbeans.modules.maven.kit,\ |
||||||
org.netbeans.modules.maven.indexer,\ |
org.netbeans.modules.maven.osgi,\ |
||||||
org.netbeans.modules.maven.junit,\ |
org.netbeans.modules.maven.persistence,\ |
||||||
org.netbeans.modules.maven.kit,\ |
org.netbeans.modules.maven.repository,\ |
||||||
org.netbeans.modules.maven.model,\ |
org.netbeans.modules.maven.search,\ |
||||||
org.netbeans.modules.maven.osgi,\ |
org.netbeans.modules.maven.spring,\ |
||||||
org.netbeans.modules.maven.persistence,\ |
org.netbeans.modules.server,\ |
||||||
org.netbeans.modules.maven.repository,\ |
org.netbeans.modules.spellchecker,\ |
||||||
org.netbeans.modules.maven.search,\ |
org.netbeans.modules.spellchecker.bindings.htmlxml,\ |
||||||
org.netbeans.modules.maven.spring,\ |
org.netbeans.modules.spellchecker.bindings.properties,\ |
||||||
org.netbeans.modules.server,\ |
org.netbeans.modules.spellchecker.dictionary_en,\ |
||||||
org.netbeans.modules.spellchecker,\ |
org.netbeans.modules.spellchecker.kit,\ |
||||||
org.netbeans.modules.spellchecker.bindings.htmlxml,\ |
org.netbeans.modules.spring.beans,\ |
||||||
org.netbeans.modules.spellchecker.bindings.properties,\ |
org.netbeans.modules.swingapp,\ |
||||||
org.netbeans.modules.spellchecker.dictionary_en,\ |
org.netbeans.modules.websvc.saas.codegen.java,\ |
||||||
org.netbeans.modules.spellchecker.kit,\ |
org.netbeans.modules.xml.wsdl.model,\ |
||||||
org.netbeans.modules.spring.beans,\ |
org.openide.compat,\ |
||||||
org.netbeans.modules.swing.validation,\ |
org.openide.options,\ |
||||||
org.netbeans.modules.swingapp,\ |
org.openide.util.enumerations |
||||||
org.netbeans.modules.websvc.saas.codegen.java,\ |
nbjdk.active=default |
||||||
org.netbeans.modules.xml.wsdl.model,\ |
nbplatform.active=default |
||||||
org.openide.compat,\ |
|
||||||
org.openide.options,\ |
|
||||||
org.openide.util.enumerations |
|
||||||
nbjdk.active=default |
|
||||||
nbplatform.active=default |
|
||||||
|
Loading…
Reference in new issue