aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSam Berlin <sameb@google.com>2013-12-07 13:23:58 -0500
committerSam Berlin <sameb@google.com>2013-12-07 13:23:58 -0500
commit1047e98e4081bd874488a99b3e5d6975e38626f8 (patch)
treef16b831bf247d62273e23a946c91ed86ab84061d /build.xml
parente8120035bb4b7472bf855ad33e8fda38c94fbbbc (diff)
downloadguice-1047e98e4081bd874488a99b3e5d6975e38626f8.tar.gz
Fix no_aop build (make it easier to replace the cglib tokens in the ant build files).
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index d4a25588..148b3e72 100644
--- a/build.xml
+++ b/build.xml
@@ -256,10 +256,7 @@
<replacetoken><![CDATA[<zipfileset src="${common.basedir}/lib/build/cglib-3.1.jar"/>]]></replacetoken>
</replace>
<replace file="build/no_aop/common.xml" value="">
- <replacetoken><![CDATA[<zipfileset src="${common.basedir}/lib/build/cglib-3.1.jar">
- <include name="LICENSE"/>
- <include name="NOTICE"/>
- </zipfileset>]]></replacetoken>
+ <replacetoken><![CDATA[<zipfileset src="${common.basedir}/lib/build/cglib-3.1.jar"><include name="LICENSE"/><include name="NOTICE"/></zipfileset>]]></replacetoken>
</replace>
<replace file="build/no_aop/common.xml" value='Bundle-Name" value="$${ant.project.name} (no_aop)'>
<replacetoken><![CDATA[Bundle-Name" value="${ant.project.name}]]></replacetoken>