[jboss-cvs] JBoss Messaging SVN: r7470 - branches/Branch_1_4.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 25 12:47:37 EDT 2009


Author: gaohoward
Date: 2009-06-25 12:47:37 -0400 (Thu, 25 Jun 2009)
New Revision: 7470

Modified:
   branches/Branch_1_4/.classpath
   branches/Branch_1_4/build-messaging-AS5.xml
   branches/Branch_1_4/build.properties
Log:
JBMESSAGING-1644


Modified: branches/Branch_1_4/.classpath
===================================================================
--- branches/Branch_1_4/.classpath	2009-06-25 16:40:59 UTC (rev 7469)
+++ branches/Branch_1_4/.classpath	2009-06-25 16:47:37 UTC (rev 7470)
@@ -42,7 +42,7 @@
 	<classpathentry kind="lib" path="thirdparty/retrotranslator/lib/retrotranslator-runtime.jar"/>
 	<classpathentry kind="lib" path="thirdparty/retrotranslator/lib/retrotranslator-transformer.jar"/>
 	<classpathentry kind="lib" path="thirdparty/trove/lib/trove.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/remoting/lib/jboss-remoting.jar" sourcepath="/home/howard/projects/jboss/messaging/1.4/d_cp09/thirdparty/jboss/remoting/lib/jboss-remoting-src.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/jbossts14/lib/jbossjta.jar"/>
 	<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
 	<classpathentry kind="var" path="ANT_HOME/lib/ant-junit.jar"/>

Modified: branches/Branch_1_4/build-messaging-AS5.xml
===================================================================
--- branches/Branch_1_4/build-messaging-AS5.xml	2009-06-25 16:40:59 UTC (rev 7469)
+++ branches/Branch_1_4/build-messaging-AS5.xml	2009-06-25 16:47:37 UTC (rev 7470)
@@ -95,7 +95,7 @@
 
    <target name="extra" depends="examples" description="create an example package for AS5">
       <mkdir dir="${build.lib}"/>
-      <zip destfile="${build.lib}/jbm-examples.zip">
+      <zip destfile="${build.lib}/jbm-examples-AS5-${messaging.version.major}.${messaging.version.minor}.${messaging.version.revision}.zip">
          <zipfileset dir="${release.output}/examples" prefix="extra/jbm-examples"/>
       </zip>
    </target>

Modified: branches/Branch_1_4/build.properties
===================================================================
--- branches/Branch_1_4/build.properties	2009-06-25 16:40:59 UTC (rev 7469)
+++ branches/Branch_1_4/build.properties	2009-06-25 16:47:37 UTC (rev 7470)
@@ -8,5 +8,5 @@
 # AS4 - integration against JBoss 4.x
 #############################################################################################################
 
-#integration.base=AS5
-integration.base=EAP4
+integration.base=AS5
+#integration.base=EAP4




More information about the jboss-cvs-commits mailing list