[jboss-cvs] JBossAS SVN: r75799 - in tags/JBPAPP_4_2_0_GA_CP04: ejb3 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 14 13:46:36 EDT 2008


Author: permaine
Date: 2008-07-14 13:46:36 -0400 (Mon, 14 Jul 2008)
New Revision: 75799

Modified:
   tags/JBPAPP_4_2_0_GA_CP04/build/build.properties
   tags/JBPAPP_4_2_0_GA_CP04/ejb3/build.xml
   tags/JBPAPP_4_2_0_GA_CP04/server/build.xml
Log:
Customizing the tag for EAP 4.2.0 GA CP04

Modified: tags/JBPAPP_4_2_0_GA_CP04/build/build.properties
===================================================================
--- tags/JBPAPP_4_2_0_GA_CP04/build/build.properties	2008-07-14 17:26:37 UTC (rev 75798)
+++ tags/JBPAPP_4_2_0_GA_CP04/build/build.properties	2008-07-14 17:46:36 UTC (rev 75799)
@@ -4,7 +4,7 @@
 version.major=4
 version.minor=2
 version.revision=0
-version.tag=GA_CP02
+version.tag=GA_CP04
 version.name=EAP
 
 build.soa=false

Modified: tags/JBPAPP_4_2_0_GA_CP04/ejb3/build.xml
===================================================================
--- tags/JBPAPP_4_2_0_GA_CP04/ejb3/build.xml	2008-07-14 17:26:37 UTC (rev 75798)
+++ tags/JBPAPP_4_2_0_GA_CP04/ejb3/build.xml	2008-07-14 17:46:36 UTC (rev 75799)
@@ -275,7 +275,7 @@
          deprecation="${javac.deprecation}"
          failonerror="${javac.fail.onerror}">
          <src path="${source.java}"/>
-         <src path="${version.specific.dir}"/>
+         <!-- src path="${version.specific.dir}"/ -->
          <classpath refid="javac.classpath"/>
          <include name="${javac.includes}"/>
          <exclude name="${javac.excludes}"/>

Modified: tags/JBPAPP_4_2_0_GA_CP04/server/build.xml
===================================================================
--- tags/JBPAPP_4_2_0_GA_CP04/server/build.xml	2008-07-14 17:26:37 UTC (rev 75798)
+++ tags/JBPAPP_4_2_0_GA_CP04/server/build.xml	2008-07-14 17:46:36 UTC (rev 75799)
@@ -267,7 +267,7 @@
 
       <src path="${source.java}"/>
       <src path="${build.parsers}"/>
-      <src path="${version.specific.dir}"/>
+      <!-- src path="${version.specific.dir}"/ -->
 
       <exclude name="org/jboss/ejb/plugins/cmp/jdbc/jdbc3/*.java" unless="HAVE_JDK_1.4"/>
     </javac>




More information about the jboss-cvs-commits mailing list