[jboss-cvs] JBossAS SVN: r59732 - branches/Branch_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 17 19:44:07 EST 2007


Author: kabir.khan at jboss.com
Date: 2007-01-17 19:44:07 -0500 (Wed, 17 Jan 2007)
New Revision: 59732

Modified:
   branches/Branch_4_2/build/build-thirdparty.xml
Log:
JBoss AOP is 1.5.3.GA

Modified: branches/Branch_4_2/build/build-thirdparty.xml
===================================================================
--- branches/Branch_4_2/build/build-thirdparty.xml	2007-01-18 00:40:54 UTC (rev 59731)
+++ branches/Branch_4_2/build/build-thirdparty.xml	2007-01-18 00:44:07 UTC (rev 59732)
@@ -1,12 +1,12 @@
 <?xml version="1.0"?>
 <!-- $Id$ -->
 <project name="main.build" default="synchronize" basedir=".">
-  
+
   <!-- Property File definitions -->
   <property file="local.properties"/>
   <property file="synchronize.properties"/>
   <property environment="env"/>
-  
+
   <!-- Allow jbossbuild.repository to be set from (in order or priority)
   + Command line -Djbossbuild.repository=...
   + synchronize.properties jbossbuild.repository setting
@@ -17,35 +17,35 @@
   </condition>
   <!-- Fall back to default -->
   <property name="jbossbuild.repository" value="http://repository.jboss.com"/>
-  
+
   <!-- Property Definitions -->
   <property name="generatedLibrariesFiles" value="../thirdparty/libraries.ent"/>
-  
+
   <!-- File Imports -->
   <import file="../tools/etc/jbossbuild/tasks.xml"/>
-  
+
   <!-- Proxy Configuration for HTTP get operations
   <setproxy proxyhost="<your.proxy.host>" proxyport="<your.proxy.port>"/>
   -->
-  
+
   <!-- Main Definition of dependencies -->
-  <build 
-    id="jbossas-thirdparty" 
-    impltitle="JBossAS" 
-    implversion="4.2.0" 
-    implvendor="JBoss Inc." 
-    implurl="http://www.jboss.org" 
+  <build
+    id="jbossas-thirdparty"
+    impltitle="JBossAS"
+    implversion="4.2.0"
+    implvendor="JBoss Inc."
+    implurl="http://www.jboss.org"
     description="JBoss Application Server"
-    cvsroot="${cvs.prefix}@cvs.forge.jboss.com:/cvsroot/jboss" 
-    thirdpartypath="../thirdparty/" 
-    location="${jbossbuild.repository}" 
+    cvsroot="${cvs.prefix}@cvs.forge.jboss.com:/cvsroot/jboss"
+    thirdpartypath="../thirdparty/"
+    location="${jbossbuild.repository}"
     targetdefs="targets">
-    
+
     <!--
     The repository is in CVS under the module repository.jboss.com whose contents
     are pushed to the http://repository.jboss.com site.
     -->
-    
+
     <componentref name="antlr" version="2.7.6.ga"/>
     <componentref name="apache-addressing" version="cvsbuild-7-19"/>
     <componentref name="apache-avalon" version="4.1.5"/>
@@ -85,7 +85,7 @@
     <componentref name="jacorb" version="2.2.4jboss.patch1"/>
     <componentref name="javassist" version="3.4.GA"/>
     <componentref name="jaxen" version="1.1-beta-9"/>
-    <componentref name="jboss/aop" version="1.5.3.beta1"/>
+    <componentref name="jboss/aop" version="1.5.3.GA"/>
     <componentref name="jboss/backport-concurrent" version="2.1.0.GA"/>
     <componentref name="jboss/cache" version="1.4.1.GA"/>
     <componentref name="jboss/common" version="1.0.0.GA"/>
@@ -119,17 +119,17 @@
     <componentref name="wutka-dtdparser" version="1.2.1"/>
     <componentref name="xdoclet" version="1.2b3"/>
     <componentref name="xml-sax" version="2.0.x"/>
-    
+
   </build>
-  
+
   <synchronizeinfo/>
-  
+
   <!-- Generate the targets -->
   <generate generate="jbossas-thirdparty"/>
-  
+
   <target name="generate-lib-file" description="generate libraries.ent and thirdparty license info" depends="synchronize">
     <gen-lib-file filename="${generatedLibrariesFiles}"/>
     <visit-componentref-graph componentVisitor="org.jboss.ant.util.graph.ComponentRefGraphLicenseVisitor"/>
   </target>
-  
+
 </project>




More information about the jboss-cvs-commits mailing list