summaryrefslogtreecommitdiffstats
path: root/sandbox/sca-cloud-tutorial/cloud-google
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/sca-cloud-tutorial/cloud-google')
-rw-r--r--sandbox/sca-cloud-tutorial/cloud-google/META-INF/MANIFEST.MF9
-rw-r--r--sandbox/sca-cloud-tutorial/cloud-google/pom.xml15
2 files changed, 5 insertions, 19 deletions
diff --git a/sandbox/sca-cloud-tutorial/cloud-google/META-INF/MANIFEST.MF b/sandbox/sca-cloud-tutorial/cloud-google/META-INF/MANIFEST.MF
index 22a14da904..6e6063580b 100644
--- a/sandbox/sca-cloud-tutorial/cloud-google/META-INF/MANIFEST.MF
+++ b/sandbox/sca-cloud-tutorial/cloud-google/META-INF/MANIFEST.MF
@@ -1,5 +1,6 @@
Manifest-Version: 1.0
-Export-Package: org.apache.tuscany.sca.cloud.data.impl
+Export-Package: org.apache.tuscany.sca.cloud.data.impl,
+ org.apache.tuscany.sca.cloud.user.impl
Tool: Bnd-0.0.357
Bundle-Name: Apache Tuscany SCA Cloud API - Google Implementation
Created-By: 1.6.0_15 (Apple Inc.)
@@ -9,9 +10,9 @@ Bnd-LastModified: 1256186081729
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Cloud API
-Import-Package: org.apache.tuscany.sca.cloud.data;version="2.0",org.ap
- ache.tuscany.sca.cloud.user;version="2.0",org.apache.tuscany.sca.data
- .collection;version="2.0"
+Import-Package: org.apache.tuscany.sca.cloud.data;version="2.0.0",org.ap
+ ache.tuscany.sca.cloud.user;version="2.0.0",org.apache.tuscany.sca.data
+ .collection;version="2.0.0"
Bundle-SymbolicName: org.apache.tuscany.sca.cloud.google
Bundle-DocURL: http://www.apache.org/
diff --git a/sandbox/sca-cloud-tutorial/cloud-google/pom.xml b/sandbox/sca-cloud-tutorial/cloud-google/pom.xml
index 8e95e02356..98144b8197 100644
--- a/sandbox/sca-cloud-tutorial/cloud-google/pom.xml
+++ b/sandbox/sca-cloud-tutorial/cloud-google/pom.xml
@@ -75,21 +75,6 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>2.0.0</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.cloud.api.google</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.cloud*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
-
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>