]> git.mxchange.org Git - jshop-receipt-core.git/blobdiff - nbproject/build-impl.xml
project cleanups
[jshop-receipt-core.git] / nbproject / build-impl.xml
index 013d731c94b9b77556ce0e0ee297c9dd272c0dc6..f90426c3084c5d8ca500a40a7a3f114af8e5b60b 100644 (file)
@@ -196,15 +196,6 @@ is divided into following sections:
                <condition property="do.depend.true">
                        <istrue value="${do.depend}"/>
                </condition>
-               <path id="endorsed.classpath.path" path="${endorsed.classpath}"/>
-               <condition else="" property="endorsed.classpath.cmd.line.arg" value="-Xbootclasspath/p:'${toString:endorsed.classpath.path}'">
-                       <and>
-                               <isset property="endorsed.classpath"/>
-                               <not>
-                                       <equals arg1="${endorsed.classpath}" arg2="" trim="true"/>
-                               </not>
-                       </and>
-               </condition>
                <condition else="" property="javac.profile.cmd.line.arg" value="-profile ${javac.profile}">
                        <isset property="profile.available"/>
                </condition>
@@ -294,7 +285,6 @@ is divided into following sections:
                                        <classpath>
                                                <path path="@{classpath}"/>
                                        </classpath>
-                                       <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
                                        <compilerarg line="${javac.profile.cmd.line.arg}"/>
                                        <compilerarg line="${javac.compilerargs}"/>
                                        <compilerarg value="-processorpath"/>
@@ -334,7 +324,6 @@ is divided into following sections:
                                        <classpath>
                                                <path path="@{classpath}"/>
                                        </classpath>
-                                       <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
                                        <compilerarg line="${javac.profile.cmd.line.arg}"/>
                                        <compilerarg line="${javac.compilerargs}"/>
                                        <customize/>
@@ -531,7 +520,6 @@ is divided into following sections:
                                                <classpath>
                                                        <path path="${run.test.classpath}"/>
                                                </classpath>
-                                               <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
                                                <jvmarg line="${run.jvmargs}"/>
                                                <jvmarg line="${run.jvmargs.ide}"/>
                                        </customize>
@@ -663,7 +651,6 @@ is divided into following sections:
                                                <classpath>
                                                        <path path="${run.test.classpath}"/>
                                                </classpath>
-                                               <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
                                                <jvmarg line="${run.jvmargs}"/>
                                                <jvmarg line="${run.jvmargs.ide}"/>
                                        </customize>
@@ -719,7 +706,6 @@ 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}"/>
@@ -794,7 +780,6 @@ is divided into following sections:
                        <element name="customize" optional="true"/>
                        <sequential>
                                <java classname="@{classname}" dir="${work.dir}" fork="true">
-                                       <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
                                        <jvmarg line="${debug-args-line}"/>
                                        <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
                                        <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
@@ -821,7 +806,6 @@ is divided into following sections:
                        <element name="customize" optional="true"/>
                        <sequential>
                                <java classname="@{classname}" dir="${work.dir}" fork="true">
-                                       <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
                                        <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
                                        <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
                                        <jvmarg line="${run.jvmargs}"/>
@@ -1219,14 +1203,6 @@ is divided into following sections:
        -->
        <target depends="init" if="have.sources" name="-javadoc-build">
                <mkdir dir="${dist.javadoc.dir}"/>
-               <condition else="" property="javadoc.endorsed.classpath.cmd.line.arg" value="-J${endorsed.classpath.cmd.line.arg}">
-                       <and>
-                               <isset property="endorsed.classpath.cmd.line.arg"/>
-                               <not>
-                                       <equals arg1="${endorsed.classpath.cmd.line.arg}" arg2=""/>
-                               </not>
-                       </and>
-               </condition>
                <condition else="" property="bug5101868workaround" value="*.java">
                        <matches pattern="1\.[56](\..*)?" string="${java.version}"/>
                </condition>
@@ -1241,7 +1217,6 @@ is divided into following sections:
                                <include name="**/*.java"/>
                                <exclude name="*.java"/>
                        </fileset>
-                       <arg line="${javadoc.endorsed.classpath.cmd.line.arg}"/>
                </javadoc>
                <copy todir="${dist.javadoc.dir}">
                        <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">