[jboss-cvs] JBossAS SVN: r107431 - in branches/JBPAPP_5_1/webservices/src/etc/examples: eardeployment and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 5 03:06:17 EDT 2010


Author: rsvoboda at redhat.com
Date: 2010-08-05 03:06:17 -0400 (Thu, 05 Aug 2010)
New Revision: 107431

Modified:
   branches/JBPAPP_5_1/webservices/src/etc/examples/context/build.xml
   branches/JBPAPP_5_1/webservices/src/etc/examples/eardeployment/build.xml
   branches/JBPAPP_5_1/webservices/src/etc/examples/exception/build.xml
   branches/JBPAPP_5_1/webservices/src/etc/examples/retail/build.xml
   branches/JBPAPP_5_1/webservices/src/etc/examples/securityDomain/build.xml
   branches/JBPAPP_5_1/webservices/src/etc/examples/serviceref/build.xml
   branches/JBPAPP_5_1/webservices/src/etc/examples/swaref/build.xml
   branches/JBPAPP_5_1/webservices/src/etc/examples/webservice/build.xml
   branches/JBPAPP_5_1/webservices/src/etc/examples/webserviceref/build.xml
Log:
JBPAPP-4799 -- adding jboss-javaee.jar into classpath

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/context/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/context/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/context/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/eardeployment/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/eardeployment/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/eardeployment/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/exception/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/exception/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/exception/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/retail/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/retail/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/retail/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/securityDomain/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/securityDomain/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/securityDomain/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/serviceref/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/serviceref/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/serviceref/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/swaref/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/swaref/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/swaref/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/webservice/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/webservice/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/webservice/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 

Modified: branches/JBPAPP_5_1/webservices/src/etc/examples/webserviceref/build.xml
===================================================================
--- branches/JBPAPP_5_1/webservices/src/etc/examples/webserviceref/build.xml	2010-08-05 03:09:27 UTC (rev 107430)
+++ branches/JBPAPP_5_1/webservices/src/etc/examples/webserviceref/build.xml	2010-08-05 07:06:17 UTC (rev 107431)
@@ -59,6 +59,7 @@
   <target name="cxf-stack-classpath" if="cxf-stack">
     <path id="ws.stack.classpath">
       <pathelement location="${jboss.client}/jbossws-cxf-client.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
     </path>
   </target>
 



More information about the jboss-cvs-commits mailing list