aboutsummaryrefslogtreecommitdiffstats
path: root/p2gen
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-05-22 09:19:18 -0700
committerSiva Velusamy <vsiva@google.com>2014-05-22 09:21:13 -0700
commit04870a62cc907138ba748e88c8fcb3494c1837cc (patch)
tree52fb107bc0d96e498b9e52d2da46d7efd2bd7392 /p2gen
parenta5e81bdae26d22f812995e103bbceb536f7a3e8a (diff)
downloadsdk-04870a62cc907138ba748e88c8fcb3494c1837cc.zip
sdk-04870a62cc907138ba748e88c8fcb3494c1837cc.tar.gz
sdk-04870a62cc907138ba748e88c8fcb3494c1837cc.tar.bz2
Override freemarker manifest
Rewrite freemarker manifest to override the incorrect execution environments specified in its existing manifest. Change-Id: I2cc78ca2a12fe2b1b310f57a75e1c9dac9c713ca
Diffstat (limited to 'p2gen')
-rw-r--r--p2gen/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/p2gen/pom.xml b/p2gen/pom.xml
index 255ad57..16e72ab 100644
--- a/p2gen/pom.xml
+++ b/p2gen/pom.xml
@@ -113,7 +113,15 @@
<artifact> <id>org.apache.httpcomponents:httpclient:4.1.1</id> </artifact>
<artifact> <id>org.apache.httpcomponents:httpcore:4.1</id> </artifact>
<artifact> <id>org.apache.httpcomponents:httpmime:4.1</id> </artifact>
- <artifact> <id>org.freemarker:freemarker:2.3.20</id> </artifact>
+ <artifact>
+ <id>org.freemarker:freemarker:2.3.20</id>
+ <!--
+ freemarker 2.3.20 bundles an OSGI manifest..except that manifest is
+ incorrect. http://sourceforge.net/p/freemarker/bugs/411/
+ This rule rewrites the OSGI manifest.
+ -->
+ <override>true</override>
+ </artifact>
<artifact> <id>org.ow2.asm:asm-analysis:4.0</id> </artifact>
<artifact> <id>org.ow2.asm:asm-tree:4.0</id> </artifact>
<artifact> <id>org.ow2.asm:asm:4.0</id> </artifact>