Author: rfeng
Date: Thu Jul 31 16:19:43 2008
New Revision: 681543
URL: http://svn.apache.org/viewvc?rev=681543&view=rev
Log:
Fix the OSGi Import-Package/Export-Package headers
Modified:
tuscany/java/sca/modules/binding-atom/pom.xml
tuscany/java/sca/modules/binding-http/pom.xml
tuscany/java/sca/modules/node-manager/pom.xml
Modified: tuscany/java/sca/modules/binding-atom/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-atom/pom.xml?rev=681543&r1=681542&r2=681543&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-atom/pom.xml (original)
+++ tuscany/java/sca/modules/binding-atom/pom.xml Thu Jul 31 16:19:43 2008
@@ -72,6 +72,7 @@
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.atom</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.binding.atom*</Export-Package>
+
<Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4",
*</Import-Package>
</instructions>
</configuration>
</plugin>
Modified: tuscany/java/sca/modules/binding-http/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-http/pom.xml?rev=681543&r1=681542&r2=681543&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-http/pom.xml (original)
+++ tuscany/java/sca/modules/binding-http/pom.xml Thu Jul 31 16:19:43 2008
@@ -77,6 +77,7 @@
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.http</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.binding.http*</Export-Package>
+
<Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4",
*</Import-Package>
</instructions>
</configuration>
</plugin>
Modified: tuscany/java/sca/modules/node-manager/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/node-manager/pom.xml?rev=681543&r1=681542&r2=681543&view=diff
==============================================================================
--- tuscany/java/sca/modules/node-manager/pom.xml (original)
+++ tuscany/java/sca/modules/node-manager/pom.xml Thu Jul 31 16:19:43 2008
@@ -128,7 +128,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.node.manager</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
-
<Export-Package>org.apache.tuscany.sca.node.manager*</Export-Package>
+
<Export-Package>org.apache.tuscany.sca.implementation.node.manager*</Export-Package>
</instructions>
</configuration>
</plugin>