summaryrefslogtreecommitdiffstats
path: root/branches/sca-android/modules/tracing-aspectj/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-15 06:01:45 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-15 06:01:45 +0000
commitdc79a3d21e67c8560e2c35451f2b2c58b675f02a (patch)
tree5513fc5f02890d1f365aa22f52c458fa38cc7a00 /branches/sca-android/modules/tracing-aspectj/pom.xml
parentd5f1d093fe6fa491cdec392dca7137639e98d149 (diff)
Applied changes from sca-equinox branch.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-android/modules/tracing-aspectj/pom.xml')
-rw-r--r--branches/sca-android/modules/tracing-aspectj/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/branches/sca-android/modules/tracing-aspectj/pom.xml b/branches/sca-android/modules/tracing-aspectj/pom.xml
index 6172b2a445..00790ed621 100644
--- a/branches/sca-android/modules/tracing-aspectj/pom.xml
+++ b/branches/sca-android/modules/tracing-aspectj/pom.xml
@@ -93,6 +93,18 @@
<argLine>-ea -Xmx128m -javaagent:target/dependency/aspectjweaver-1.6.1.jar</argLine>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <Bundle-Version>1.4</Bundle-Version>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.tracing.aspect</Bundle-SymbolicName>
+ <Bundle-Description>${pom.description}</Bundle-Description>
+ <Export-Package></Export-Package>
+ </instructions>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project> \ No newline at end of file