[jboss-cvs] JBossAS SVN: r65713 - in branches/tdiesler/Branch_4_2: webservices and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 1 10:10:44 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-01 10:10:44 -0400 (Mon, 01 Oct 2007)
New Revision: 65713

Modified:
   branches/tdiesler/Branch_4_2/build/build.xml
   branches/tdiesler/Branch_4_2/webservices/.classpath
Log:
partial commit

Modified: branches/tdiesler/Branch_4_2/build/build.xml
===================================================================
--- branches/tdiesler/Branch_4_2/build/build.xml	2007-10-01 13:54:13 UTC (rev 65712)
+++ branches/tdiesler/Branch_4_2/build/build.xml	2007-10-01 14:10:44 UTC (rev 65713)
@@ -78,7 +78,7 @@
     <!-- The group to use by default -->
     <property name="groups" value="most"/>
 
-    <condition property="build-jdk5" value="ejb3x,ejb3">
+    <condition property="build-jdk5" value="ejb3x,ejb3,webservices">
        <isset property="HAVE_JDK_1.5"/>
     </condition>
     <property name="build-jdk5" value=""/>
@@ -147,8 +147,7 @@
                           console,
                           aspects,
                           tomcat,
-                          hibernate-int,
-			              webservices
+                          hibernate-int
                           "/>
       </group>
 

Modified: branches/tdiesler/Branch_4_2/webservices/.classpath
===================================================================
--- branches/tdiesler/Branch_4_2/webservices/.classpath	2007-10-01 13:54:13 UTC (rev 65712)
+++ branches/tdiesler/Branch_4_2/webservices/.classpath	2007-10-01 14:10:44 UTC (rev 65713)
@@ -19,5 +19,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar" sourcepath="/thirdparty/jboss/common/lib/jboss-common-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list