summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/databinding-json/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 03:59:52 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 03:59:52 +0000
commit8c6ae9d1e8cf186e86eb52a3d0f15573ff1c0361 (patch)
tree6162051fd2437cc147c05ce1803e735d5d039383 /java/sca/modules/databinding-json/pom.xml
parentd7631af7383601b96eba9da4a4c90c43fa2a9a33 (diff)
Adding generated JSON Databinding manifest to source control and removing generation from project pom
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/databinding-json/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/java/sca/modules/databinding-json/pom.xml b/java/sca/modules/databinding-json/pom.xml
index 41c3b6abbb..8ac5b7c773 100644
--- a/java/sca/modules/databinding-json/pom.xml
+++ b/java/sca/modules/databinding-json/pom.xml
@@ -113,24 +113,4 @@
</exclusions>
</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.databinding.json</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.databinding.json*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>