You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rs...@apache.org on 2008/04/15 22:00:14 UTC

svn commit: r648396 - in /incubator/tuscany/java/sca: itest/osgi-implementation/src/main/resources/osgi/sdo/ds/ modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/

Author: rsivaram
Date: Tue Apr 15 13:00:10 2008
New Revision: 648396

URL: http://svn.apache.org/viewvc?rev=648396&view=rev
Log:
Export/import additional EMF package required for implementation.osgi itests

Modified:
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf
    incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf
    incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/FelixRuntime.java

Modified: incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf?rev=648396&r1=648395&r2=648396&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf (original)
+++ incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf Tue Apr 15 13:00:10 2008
@@ -8,7 +8,7 @@
  org.osoa.sca, org.osoa.sca.annotations,
  commonj.sdo, commonj.sdo.helper, 
  org.apache.tuscany.sdo.helper, org.apache.tuscany.sdo.impl, org.apache.tuscany.sdo.model, org.apache.tuscany.sdo.model.impl,
- org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl,
+ org.eclipse.emf.ecore, org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl,
  helloworld.sdo
 Export-Package: helloworld.sdo.client
 Service-Component: osgi/sdo/ds/HelloWorldClient.xml

Modified: incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf?rev=648396&r1=648395&r2=648396&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf (original)
+++ incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf Tue Apr 15 13:00:10 2008
@@ -8,6 +8,6 @@
  org.osoa.sca, org.osoa.sca.annotations,
  commonj.sdo, commonj.sdo.helper, 
  org.apache.tuscany.sdo.helper, org.apache.tuscany.sdo.impl, org.apache.tuscany.sdo.model, org.apache.tuscany.sdo.model.impl,
- org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl
+ org.eclipse.emf.ecore, org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl
 Export-Package: helloworld.sdo
 Service-Component: osgi/sdo/ds/HelloWorldService.xml

Modified: incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/FelixRuntime.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/FelixRuntime.java?rev=648396&r1=648395&r2=648396&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/FelixRuntime.java (original)
+++ incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/FelixRuntime.java Tue Apr 15 13:00:10 2008
@@ -122,7 +122,7 @@
         if (!tuscanyRunningInOSGiContainer) {
             systemPackages = systemPackages + ", org.osoa.sca.annotations, org.osoa.sca";
             systemPackages = systemPackages + ", commonj.sdo, commonj.sdo.helper, org.apache.tuscany.sdo.helper, org.apache.tuscany.sdo.impl, org.apache.tuscany.sdo.model, org.apache.tuscany.sdo.model.impl";
-            systemPackages = systemPackages + ", org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl";
+            systemPackages = systemPackages + ", org.eclipse.emf.ecore, org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl";
         }
         props.put("org.osgi.framework.system.packages", systemPackages);
         



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org