[jboss-cvs] JBossAS SVN: r59102 - in tags/EJB3_RC9_Patch_1/ejb3: . src/etc
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Dec 18 18:16:19 EST 2006
Author: bdecoste
Date: 2006-12-18 18:16:17 -0500 (Mon, 18 Dec 2006)
New Revision: 59102
Modified:
tags/EJB3_RC9_Patch_1/ejb3/build.xml
tags/EJB3_RC9_Patch_1/ejb3/src/etc/component-info.xml
Log:
1.0.0.CR9.1-4.0.5
Modified: tags/EJB3_RC9_Patch_1/ejb3/build.xml
===================================================================
--- tags/EJB3_RC9_Patch_1/ejb3/build.xml 2006-12-18 23:14:08 UTC (rev 59101)
+++ tags/EJB3_RC9_Patch_1/ejb3/build.xml 2006-12-18 23:16:17 UTC (rev 59102)
@@ -484,14 +484,14 @@
<target name="repository-zip" depends="jars"
description="Create the repository.jboss.com jboss/ejb3 component contents">
<!-- The binary component version -->
- <property name="comp-version" value="1.0.0.CR7-jboss4" />
+ <property name="comp-version" value="1.0.0.CR9.1-4.0.5" />
<!-- Pack the ejb3.deployer -->
<zip destfile="${build.lib}/ejb3-deployer.zip">
<zipfileset dir="${build.lib}">
<include name="ejb3.deployer/**" />
</zipfileset>
</zip>
- <!-- Create a zip file with the 1.0.0.CR7-jboss4 component structure -->
+ <!-- Create a zip file with the 1.0.0.CR9.1-4.0.5 component structure -->
<zip destfile="${build.lib}/jboss-ejb3-repo.zip">
<!-- The component-info.xml -->
<zipfileset dir="${build.etc}" prefix="${comp-version}">
Modified: tags/EJB3_RC9_Patch_1/ejb3/src/etc/component-info.xml
===================================================================
--- tags/EJB3_RC9_Patch_1/ejb3/src/etc/component-info.xml 2006-12-18 23:14:08 UTC (rev 59101)
+++ tags/EJB3_RC9_Patch_1/ejb3/src/etc/component-info.xml 2006-12-18 23:16:17 UTC (rev 59102)
@@ -2,7 +2,7 @@
<component id="jboss/ejb3"
licenseType="lgpl"
- version="1.0.0.CR7-jboss4"
+ version="1.0.0.CR9.1-4.0.5"
description="The EJB3 deployer for integration with jboss-4.0.x">
<artifact id="ejb3-clustered-sfsbcache-service.xml"/>
More information about the jboss-cvs-commits
mailing list