|
a/tool/nbproject/build-impl.xml |
|
b/tool/nbproject/build-impl.xml |
|
... |
|
... |
835 |
</filtermapper>
|
835 |
</filtermapper>
|
836 |
<globmapper from="*" to="lib/*"/>
|
836 |
<globmapper from="*" to="lib/*"/>
|
837 |
</chainedmapper>
|
837 |
</chainedmapper>
|
838 |
</pathconvert>
|
838 |
</pathconvert>
|
839 |
<taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
|
839 |
<taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
|
840 |
<copylibs compress="${jar.compress}" excludeFromCopy="${copylibs.excludes}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" rebase="${copylibs.rebase}" runtimeclasspath="${run.classpath.without.build.classes.dir}">
|
840 |
<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}">
|
841 |
<fileset dir="${build.classes.dir}" excludes="${dist.archive.excludes}"/>
|
841 |
<fileset dir="${build.classes.dir}" excludes="${dist.archive.excludes}"/>
|
842 |
<manifest>
|
842 |
<manifest>
|
843 |
<attribute name="Class-Path" value="${jar.classpath}"/>
|
843 |
<attribute name="Class-Path" value="${jar.classpath}"/>
|
844 |
<customize/>
|
844 |
<customize/>
|
845 |
</manifest>
|
845 |
</manifest>
|