You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
1.2 KiB
Diff
23 lines
1.2 KiB
Diff
--- build.xml.orig 2013-04-24 19:23:59.000000000 -0500
|
|
+++ build.xml 2016-11-26 07:09:28.000000000 -0600
|
|
@@ -214,7 +214,7 @@
|
|
</target>
|
|
|
|
|
|
- <target name="compile-core" depends="prepare, compile-jaxen"
|
|
+ <target name="compile-core" depends="prepare"
|
|
description="Compile the source code">
|
|
<javac srcdir="${build.src}"
|
|
destdir="${build.dest}"
|
|
@@ -331,10 +331,6 @@
|
|
includes="nu/xom/* nu/xom/xslt/* nu/xom/xinclude/* nu/xom/converters/* nu/xom/canonical/* nu/xom/tests/XOMTestCase.class"
|
|
excludes="nu/xom/samples/* nu/xom/benchmarks/* nu/xom/pantry/* nu/xom/tools/*">
|
|
|
|
- <fileset dir="${jaxen.dir}"
|
|
- excludes="**Demo.class **/package.html org/jaxen/xom/** org/jaxen/XPathTestBase.class org/jaxen/jdom/** org/jaxen/dom4j/** org/jaxen/javabean/** org/jaxen/dom/** org/jaxen/**Test.class org/jaxen/saxpath/base/**Test.class org/jaxen/saxpath/helpers/**Test.class org/jaxen/saxpath/helpers/**Test.class org/jaxen/pattern/** org/jaxen/saxpath/SAXPathParseException.class org/w3c/dom/UserDataHandler.class org/jaxen/pattern/PriorityTest.class">
|
|
- </fileset>
|
|
-
|
|
<rule pattern="org.jaxen.**" result="nu.xom.jaxen.@1"/>
|
|
|
|
<manifest>
|