[Jboss-cvs] JBossAS SVN: r55106 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 07:44:01 EDT 2006


Author: thomas.diesler at jboss.com
Date: 2006-08-03 07:43:59 -0400 (Thu, 03 Aug 2006)
New Revision: 55106

Modified:
   trunk/build/build-distr.xml
Log:
install jaxb in client

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-08-03 11:43:03 UTC (rev 55105)
+++ trunk/build/build-distr.xml	2006-08-03 11:43:59 UTC (rev 55106)
@@ -1323,6 +1323,10 @@
       <fileset dir="${sun.javamail.lib}">
         <include name="mail.jar"/>
       </fileset>
+      <fileset dir="${sun.jaxb.lib}">
+        <include name="jaxb-api.jar"/>
+        <include name="jaxb-impl.jar"/>
+      </fileset>
     </copy>
 
     <copy todir="${install.all.lib}" filtering="no">
@@ -1337,20 +1341,6 @@
       </fileset>
     </copy>
 
-    <!-- Copy the DTDs 
-    <mkdir dir="${install.dtd}"/>
-    <copy todir="${install.dtd}" filtering="no">
-      <fileset dir="${project.root}/${_module.name}/src/resources/dtd" />
-    </copy>
-    -->
-
-    <!-- Copy the XML Schemas 
-    <mkdir dir="${install.schema}"/>
-    <copy todir="${install.schema}" filtering="no">
-      <fileset dir="${project.root}/${_module.name}/src/resources/schema" />
-    </copy>
-    -->
-    
    </target>
 
   <target name="module-webservice14" unless="HAVE_JDK_1.5">




More information about the jboss-cvs-commits mailing list