You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/10/16 00:19:18 UTC

svn commit: r705080 - in /tuscany/branches/sca-equinox/modules/data-api: pom.xml src/main/java/org/apache/tuscany/sca/implementation/data/collection/

Author: rfeng
Date: Wed Oct 15 15:19:17 2008
New Revision: 705080

URL: http://svn.apache.org/viewvc?rev=705080&view=rev
Log:
Remove deprecated classes

Removed:
    tuscany/branches/sca-equinox/modules/data-api/src/main/java/org/apache/tuscany/sca/implementation/data/collection/
Modified:
    tuscany/branches/sca-equinox/modules/data-api/pom.xml

Modified: tuscany/branches/sca-equinox/modules/data-api/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/data-api/pom.xml?rev=705080&r1=705079&r2=705080&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/data-api/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/data-api/pom.xml Wed Oct 15 15:19:17 2008
@@ -48,7 +48,7 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         <Bundle-SymbolicName>org.apache.tuscany.sca.data.api</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>org.apache.tuscany.sca.data*</Export-Package>
+                        <Export-Package>org.apache.tuscany.sca.data.collection</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>