diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-12-13 03:11:11 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-12-13 03:11:11 +0000 |
commit | faddbd09a499a3ce515dd15f04bd075746b6b7ef (patch) | |
tree | f7a8aedc56c3731e335828595246fc3c94648920 /BuildAll/nbproject/build-impl.xml | |
parent | e37ab86c9bf80fcd5fb755e14963cf79638297b4 (diff) | |
download | Essentials-faddbd09a499a3ce515dd15f04bd075746b6b7ef.tar Essentials-faddbd09a499a3ce515dd15f04bd075746b6b7ef.tar.gz Essentials-faddbd09a499a3ce515dd15f04bd075746b6b7ef.tar.lz Essentials-faddbd09a499a3ce515dd15f04bd075746b6b7ef.tar.xz Essentials-faddbd09a499a3ce515dd15f04bd075746b6b7ef.zip |
Update copylibs.
Diffstat (limited to 'BuildAll/nbproject/build-impl.xml')
-rw-r--r-- | BuildAll/nbproject/build-impl.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/BuildAll/nbproject/build-impl.xml b/BuildAll/nbproject/build-impl.xml index 34bc10d88..7c88bb114 100644 --- a/BuildAll/nbproject/build-impl.xml +++ b/BuildAll/nbproject/build-impl.xml @@ -20,10 +20,10 @@ is divided into following sections: --> <project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="BuildAll-impl"> - <fail message="Please build using Ant 1.7.1 or higher."> + <fail message="Please build using Ant 1.8.0 or higher."> <condition> <not> - <antversion atleast="1.7.1"/> + <antversion atleast="1.8.0"/> </not> </condition> </fail> @@ -223,6 +223,7 @@ is divided into following sections: <property name="javac.fork" value="${jdkBug6558476}"/> <property name="jar.index" value="false"/> <property name="jar.index.metainf" value="${jar.index}"/> + <property name="copylibs.rebase" value="true"/> <available file="${meta.inf.dir}/persistence.xml" property="has.persistence.xml"/> </target> <target name="-post-init"> @@ -409,6 +410,7 @@ is divided into following sections: <property environment="env"/> <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/> <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}"> + <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> <jvmarg value="${profiler.info.jvmargs.agent}"/> <jvmarg line="${profiler.info.jvmargs}"/> <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/> @@ -539,7 +541,7 @@ is divided into following sections: </chainedmapper> </pathconvert> <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/> - <copylibs compress="${jar.compress}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" runtimeclasspath="${run.classpath.without.build.classes.dir}"> + <copylibs compress="${jar.compress}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" rebase="${copylibs.rebase}" runtimeclasspath="${run.classpath.without.build.classes.dir}"> <fileset dir="${build.classes.dir}"/> <manifest> <attribute name="Class-Path" value="${jar.classpath}"/> |