This commit is contained in:
parent
83b63757bd
commit
45684a9d0e
@ -261,7 +261,7 @@ made subject to such option by the copyright holder.
|
|||||||
<macrodef name="extend-manifest" uri="http://www.netbeans.org/ns/j2se-project/jnlp">
|
<macrodef name="extend-manifest" uri="http://www.netbeans.org/ns/j2se-project/jnlp">
|
||||||
<element name="customize"/>
|
<element name="customize"/>
|
||||||
<sequential>
|
<sequential>
|
||||||
<manifest file="${tmp.manifest.file}" mode="update">
|
<manifest file="${tmp.manifest.file}" mode="update" encoding="UTF-8">
|
||||||
<customize/>
|
<customize/>
|
||||||
</manifest>
|
</manifest>
|
||||||
</sequential>
|
</sequential>
|
||||||
@ -306,7 +306,7 @@ made subject to such option by the copyright holder.
|
|||||||
|
|
||||||
<target name="-copy-tmp-manifest" if="manifest.file">
|
<target name="-copy-tmp-manifest" if="manifest.file">
|
||||||
<property name="tmp.manifest.file" value="${build.dir}/manifest.mf"/>
|
<property name="tmp.manifest.file" value="${build.dir}/manifest.mf"/>
|
||||||
<copy file="${manifest.file}" tofile="${build.dir}/manifest.mf"/>
|
<copy file="${manifest.file}" tofile="${build.dir}/manifest.mf" encoding="${manifest.encoding}" outputencoding="UTF-8"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="-set-mixed-code-properties" depends="-check-signing-possible" if="jnlp.signed.true+signjars.task.available">
|
<target name="-set-mixed-code-properties" depends="-check-signing-possible" if="jnlp.signed.true+signjars.task.available">
|
||||||
|
@ -261,7 +261,7 @@ made subject to such option by the copyright holder.
|
|||||||
<macrodef name="extend-manifest" uri="http://www.netbeans.org/ns/j2se-project/jnlp">
|
<macrodef name="extend-manifest" uri="http://www.netbeans.org/ns/j2se-project/jnlp">
|
||||||
<element name="customize"/>
|
<element name="customize"/>
|
||||||
<sequential>
|
<sequential>
|
||||||
<manifest file="${tmp.manifest.file}" mode="update" encoding="UTF-8">
|
<manifest file="${tmp.manifest.file}" mode="update">
|
||||||
<customize/>
|
<customize/>
|
||||||
</manifest>
|
</manifest>
|
||||||
</sequential>
|
</sequential>
|
||||||
@ -306,7 +306,7 @@ made subject to such option by the copyright holder.
|
|||||||
|
|
||||||
<target name="-copy-tmp-manifest" if="manifest.file">
|
<target name="-copy-tmp-manifest" if="manifest.file">
|
||||||
<property name="tmp.manifest.file" value="${build.dir}/manifest.mf"/>
|
<property name="tmp.manifest.file" value="${build.dir}/manifest.mf"/>
|
||||||
<copy file="${manifest.file}" tofile="${build.dir}/manifest.mf" encoding="${manifest.encoding}" outputencoding="UTF-8"/>
|
<copy file="${manifest.file}" tofile="${build.dir}/manifest.mf"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="-set-mixed-code-properties" depends="-check-signing-possible" if="jnlp.signed.true+signjars.task.available">
|
<target name="-set-mixed-code-properties" depends="-check-signing-possible" if="jnlp.signed.true+signjars.task.available">
|
||||||
|
Loading…
Reference in New Issue
Block a user