summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-20 22:17:12 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-20 22:17:12 +0000
commit7e8ce7aaf9efc7491415b1ab6ba3b82ca74570d1 (patch)
treedb872ad1dd90ed6a2daa1a9b113446688f51eb77 /branches/sca-equinox
parent9282424311843256b023c345562feec0e6ed0cb0 (diff)
Change the symbolic names
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox')
-rw-r--r--branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml2
-rw-r--r--branches/sca-equinox/modules/binding-gdata2/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml b/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml
index 91d16d99c6..0badf7a17c 100644
--- a/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml
+++ b/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml
@@ -170,7 +170,7 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.binding.gdata.runtime</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.binding.gdata2.runtime</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.binding.gdata.collection</Export-Package>
</instructions>
diff --git a/branches/sca-equinox/modules/binding-gdata2/pom.xml b/branches/sca-equinox/modules/binding-gdata2/pom.xml
index 578fd8b575..2090850c9b 100644
--- a/branches/sca-equinox/modules/binding-gdata2/pom.xml
+++ b/branches/sca-equinox/modules/binding-gdata2/pom.xml
@@ -61,7 +61,7 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.binding.gdata</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.binding.gdata2</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.binding.gdata</Export-Package>
</instructions>