[jboss-cvs] JBossAS SVN: r64766 - in branches/tdiesler/webservices: src and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 22 05:43:46 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-22 05:43:46 -0400 (Wed, 22 Aug 2007)
New Revision: 64766

Added:
   branches/tdiesler/webservices/src/etc/
   branches/tdiesler/webservices/src/main/org/
   branches/tdiesler/webservices/src/resources/
Removed:
   branches/tdiesler/webservices/src/main/etc/
   branches/tdiesler/webservices/src/main/java/org/
   branches/tdiesler/webservices/src/main/resources/
Modified:
   branches/tdiesler/webservices/build.xml
Log:
partial commit

Modified: branches/tdiesler/webservices/build.xml
===================================================================
--- branches/tdiesler/webservices/build.xml	2007-08-22 08:42:54 UTC (rev 64765)
+++ branches/tdiesler/webservices/build.xml	2007-08-22 09:43:46 UTC (rev 64766)
@@ -17,7 +17,7 @@
 
 <!-- $Id$ -->
 
-<project default="main" name="JBoss/System">
+<project default="main" name="JBoss/Webservices">
 
   <!-- ================================================================== -->
   <!-- Setup                                                              -->
@@ -55,8 +55,8 @@
     <!-- =================== -->
 
     <!-- Module name(s) & version -->
-    <property name="module.name" value="system"/>
-    <property name="module.Name" value="JBoss System"/>
+    <property name="module.name" value="webservices"/>
+    <property name="module.Name" value="JBossWS Container Integration"/>
     <property name="module.version" value="DEV"/>
 
     <!-- ========= -->
@@ -67,43 +67,43 @@
 
     <!-- The combined library classpath -->
     <path id="library.classpath">
-      <path refid="junit.junit.classpath"/>
-      <path refid="gnu.getopt.classpath"/>
       <path refid="apache.xerces.classpath"/>
-      <path refid="oswego.concurrent.classpath"/>
       <path refid="dom4j.dom4j.classpath"/>
       <path refid="jboss.aop.classpath"/>
-      <path refid="jboss.jbossxb.classpath"/>
-      <path refid="jboss.microcontainer.classpath"/>
-      <path refid="jboss.jboss.vfs.classpath"/>
       <path refid="jboss.common.core.classpath"/>
       <path refid="jboss.common.logging.spi.classpath"/>
-      <!-- TEMP for the temporary AOP Deployer -->
-      <path refid="javassist.javassist.classpath"/>
+      <path refid="jboss.jboss.javaee.classpath"/>
+      <path refid="jboss.jboss.security.spi.classpath"/>
+      <path refid="jboss.jboss.vfs.classpath"/>
+      <path refid="jboss.jbosssx.classpath"/>
+      <path refid="jboss.jbossws.classpath"/>
+      <path refid="jboss.jbossws.common.classpath"/>
+      <path refid="jboss.jbossws.spi.classpath"/>
+      <path refid="jboss.jbossxb.classpath"/>
+      <path refid="jboss.microcontainer.classpath"/>
+      <path refid="sun.servlet.classpath"/>
     </path>
 
     &modules;
 
     <!-- The combined dependant module classpath -->
     <path id="dependentmodule.classpath">
-      <path refid="jboss.main.classpath"/>
-      <path refid="jboss.bootstrap.classpath"/>
+      <path refid="jboss.j2se.classpath"/>
+      <path refid="jboss.jmx.classpath"/>
+      <path refid="jboss.server.classpath"/>
+      <path refid="jboss.system.classpath"/>
+      <path refid="jboss.systemjmx.classpath"/>
+      <path refid="jboss.ejb3.classpath"/>
+      <path refid="jboss.tomcat.classpath"/>
     </path>
 
     <!-- ===== -->
     <!-- Tasks -->
     <!-- ===== -->
 
-    <property name="jar.prefix" value="jboss-system"/>
+    <property name="jar.prefix" value="jbossws-jboss50"/>
     <property name="javac.target" value="1.5"/>
     <property name="javac.source" value="1.5"/>
-    <property name="jar.client.includes" 
-              value="org/jboss/deployment/DeploymentException*,
-                     org/jboss/deployment/IncompleteDeploymentException*,
-                     org/jboss/deployment/Deployer*,
-                     org/jboss/system/Service.class,
-                     **/*MBean.class"
-    />
 
     <call target="_default:task-init"/>
 
@@ -136,21 +136,16 @@
 
   <!-- 
      |  Build all jar files.
-    -->
+  -->
   <target name="module-jars" >
 
-    <!-- -->
-    <jar jarfile="${build.lib}/jboss-system.jar" manifest="${build.etc}/default.mf">
+    <jar jarfile="${build.lib}/jbossws-jboss50.jar" manifest="${build.etc}/default.mf">
       <fileset dir="${build.classes}" />
       <fileset dir="${build.resources}">
         <include name="dtd/**"/>
       </fileset>
     </jar>
 
-    <jar jarfile="${build.lib}/${jar.client.name}" manifest="${build.etc}/default.mf">
-       <fileset dir="${build.classes}" includes="${jar.client.includes}"/>
-    </jar>
-
   </target>
 
 </project>

Copied: branches/tdiesler/webservices/src/etc (from rev 64765, branches/tdiesler/webservices/src/main/etc)

Copied: branches/tdiesler/webservices/src/main/org (from rev 64765, branches/tdiesler/webservices/src/main/java/org)

Copied: branches/tdiesler/webservices/src/resources (from rev 64765, branches/tdiesler/webservices/src/main/resources)




More information about the jboss-cvs-commits mailing list