You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2006/11/13 05:01:29 UTC

svn commit: r474130 - in /incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI: external_provider_external_consumer/service-engine/etc/ external_provider_external_consumer/service-unit/ external_provider_internal_consumer/service-e...

Author: ffang
Date: Sun Nov 12 20:01:28 2006
New Revision: 474130

URL: http://svn.apache.org/viewvc?view=rev&rev=474130
Log:
classpath change for JBI demo since cxf-integration-jbi.jar will be removed from cxf-incubator.jar

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-engine/etc/jbi.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-unit/build.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-engine/etc/jbi.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-engine/etc/jbi.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-unit/build.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-engine/etc/jbi.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-engine/etc/jbi.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-engine/etc/jbi.xml?view=diff&rev=474130&r1=474129&r2=474130
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-engine/etc/jbi.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-engine/etc/jbi.xml Sun Nov 12 20:01:28 2006
@@ -29,10 +29,12 @@
     </identification> 
     <component-class-name description="description">org.apache.cxf.jbi.se.CXFServiceEngine</component-class-name> 
     <component-class-path> 
+       <path-element>cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar</path-element>
       <path-element>cxf-incubator.jar</path-element> 
     </component-class-path> 
     <bootstrap-class-name>org.apache.cxf.jbi.se.CXFBootstrap</bootstrap-class-name> 
     <bootstrap-class-path> 
+      <path-element>cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar</path-element>
       <path-element>cxf-incubator.jar</path-element> 
     </bootstrap-class-path> 
   </component> 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-unit/build.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-unit/build.xml?view=diff&rev=474130&r1=474129&r2=474130
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-unit/build.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/service-unit/build.xml Sun Nov 12 20:01:28 2006
@@ -35,6 +35,7 @@
     <pathelement location="${jbi.sdk.jar}"/>
     <fileset dir="${cxf.home}/lib">
       <include name="cxf-incubator.jar"/>
+      <include name="cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar"/>
     </fileset>
   </path>
   

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-engine/etc/jbi.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-engine/etc/jbi.xml?view=diff&rev=474130&r1=474129&r2=474130
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-engine/etc/jbi.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-engine/etc/jbi.xml Sun Nov 12 20:01:28 2006
@@ -29,10 +29,12 @@
     </identification> 
     <component-class-name description="description">org.apache.cxf.jbi.se.CXFServiceEngine</component-class-name> 
     <component-class-path> 
+      <path-element>cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar</path-element>
       <path-element>cxf-incubator.jar</path-element> 
     </component-class-path> 
     <bootstrap-class-name>org.apache.cxf.jbi.se.CXFBootstrap</bootstrap-class-name> 
     <bootstrap-class-path> 
+      <path-element>cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar</path-element>
       <path-element>cxf-incubator.jar</path-element> 
     </bootstrap-class-path> 
   </component> 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml?view=diff&rev=474130&r1=474129&r2=474130
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml Sun Nov 12 20:01:28 2006
@@ -38,6 +38,7 @@
     <pathelement location="${jbi.sdk.jar}"/>
     <fileset dir="${cxf.home}/lib">
       <include name="cxf-incubator.jar"/>
+      <include name="cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar"/>
     </fileset>
   </path>
   

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-engine/etc/jbi.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-engine/etc/jbi.xml?view=diff&rev=474130&r1=474129&r2=474130
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-engine/etc/jbi.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-engine/etc/jbi.xml Sun Nov 12 20:01:28 2006
@@ -29,10 +29,12 @@
     </identification> 
     <component-class-name description="description">org.apache.cxf.jbi.se.CXFServiceEngine</component-class-name> 
     <component-class-path> 
+      <path-element>cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar</path-element>
       <path-element>cxf-incubator.jar</path-element> 
     </component-class-path> 
     <bootstrap-class-name>org.apache.cxf.jbi.se.CXFBootstrap</bootstrap-class-name> 
     <bootstrap-class-path> 
+      <path-element>cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar</path-element>
       <path-element>cxf-incubator.jar</path-element> 
     </bootstrap-class-path> 
   </component> 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-unit/build.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-unit/build.xml?view=diff&rev=474130&r1=474129&r2=474130
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-unit/build.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/service-unit/build.xml Sun Nov 12 20:01:28 2006
@@ -37,6 +37,7 @@
     <pathelement location="${jbi.sdk.jar}"/>
     <fileset dir="${cxf.home}/lib">
       <include name="cxf-incubator.jar"/>
+      <include name="cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar"/>
     </fileset>
   </path>
   

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-engine/etc/jbi.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-engine/etc/jbi.xml?view=diff&rev=474130&r1=474129&r2=474130
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-engine/etc/jbi.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-engine/etc/jbi.xml Sun Nov 12 20:01:28 2006
@@ -27,11 +27,13 @@
     </identification> 
     <component-class-name description="description">org.apache.cxf.jbi.se.CXFServiceEngine</component-class-name> 
     <component-class-path> 
-      <path-element>cxf-incubator.jar</path-element> 
+      <path-element>cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar</path-element> 
+      <path-element>cxf-incubator.jar</path-element>
     </component-class-path> 
     <bootstrap-class-name>org.apache.cxf.jbi.se.CXFBootstrap</bootstrap-class-name> 
     <bootstrap-class-path> 
-      <path-element>cxf-incubator.jar</path-element> 
+      <path-element>cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar</path-element> 
+      <path-element>cxf-incubator.jar</path-element>
     </bootstrap-class-path> 
   </component> 
 </jbi>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml?view=diff&rev=474130&r1=474129&r2=474130
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml Sun Nov 12 20:01:28 2006
@@ -36,6 +36,7 @@
     <pathelement location="${jbi.sdk.jar}"/>
     <fileset dir="${cxf.home}/lib">
       <include name="cxf-incubator.jar"/>
+      <include name="cxf-integration-jbi-2.0-incubator-M1-SNAPSHOT.jar"/>
     </fileset>
   </path>