diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-12 23:16:29 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-12 23:16:29 +0000 |
commit | d2a83b38f01df375dc1bb288b59c595e832c682a (patch) | |
tree | c1d521176e0e78895cefb401264d173a2dd5bcfc /java/sca/modules | |
parent | 0802754b54c8f79030e2f040a11544de88523e2d (diff) |
Add the OSGi headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694840 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/tracing-aspectj/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/sca/modules/tracing-aspectj/pom.xml b/java/sca/modules/tracing-aspectj/pom.xml index 6172b2a445..00790ed621 100644 --- a/java/sca/modules/tracing-aspectj/pom.xml +++ b/java/sca/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 |