summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-atom-runtime/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 06:15:13 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 06:15:13 +0000
commitc8193035e843e6f259613e325812fa2bac3b5881 (patch)
treed807991ba5b8c8b5d016a18999a9410fd12b0c5c /java/sca/modules/binding-atom-runtime/pom.xml
parentac4c7a1c801049c68b13275ba876f3bbc7d551ef (diff)
Adding generated Atom Binding OSGi Manifests to source control
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-atom-runtime/pom.xml')
-rw-r--r--java/sca/modules/binding-atom-runtime/pom.xml32
1 files changed, 6 insertions, 26 deletions
diff --git a/java/sca/modules/binding-atom-runtime/pom.xml b/java/sca/modules/binding-atom-runtime/pom.xml
index 48fd0e7376..6fc07583f2 100644
--- a/java/sca/modules/binding-atom-runtime/pom.xml
+++ b/java/sca/modules/binding-atom-runtime/pom.xml
@@ -98,6 +98,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-impl</artifactId>
+ <version>1.2.7</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.abdera</groupId>
<artifactId>abdera-core</artifactId>
<version>0.4.0-incubating</version>
@@ -128,12 +134,6 @@
</exclusion>
</exclusions>
</dependency>
-
- <dependency>
- <groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-impl</artifactId>
- <version>1.2.7</version>
- </dependency>
<dependency>
<groupId>org.apache.abdera</groupId>
@@ -209,24 +209,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.binding.atom.abdera</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.atom*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>