aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSam Berlin <sameb@google.com>2013-12-06 17:07:07 -0500
committerSam Berlin <sameb@google.com>2013-12-06 17:34:24 -0500
commit32a8f2490a92a12dca4f4c6c51ceccec1f7135bb (patch)
treedf51ab18ca206af15cdfdd996b213fba84fb9e1b /build.xml
parenta4c16e8b45261e23e1c35d5fdce9b57357b16d1f (diff)
downloadguice-32a8f2490a92a12dca4f4c6c51ceccec1f7135bb.tar.gz
Fix issue 720 -- minor build fixes, from the issue:
* Add macros to append no_aop to the Bundle-(Symbolic)Name to help disambiguate these bundles in OSGi * Fix some broken links in the Maven POM (The API version was already incremented.) Patch from Stuart McCulloch, thanks Stuart! ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=57798649
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 81ed3ee5..22e25681 100644
--- a/build.xml
+++ b/build.xml
@@ -264,6 +264,9 @@
<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>
+ </replace>
</target>
<target name="clean.all"