[jboss-cvs] JBoss Profiler SVN: r581 - in branches/JBossProfiler2: doc/developerguide/en/modules and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 22 12:41:41 EDT 2010


Author: jesper.pedersen
Date: 2010-07-22 12:41:40 -0400 (Thu, 22 Jul 2010)
New Revision: 581

Modified:
   branches/JBossProfiler2/build.xml
   branches/JBossProfiler2/doc/developerguide/en/modules/building.xml
   branches/JBossProfiler2/lib/
Log:
Downgrade to Javassist 3.12.0.GA

Modified: branches/JBossProfiler2/build.xml
===================================================================
--- branches/JBossProfiler2/build.xml	2010-07-22 15:46:48 UTC (rev 580)
+++ branches/JBossProfiler2/build.xml	2010-07-22 16:41:40 UTC (rev 581)
@@ -47,7 +47,7 @@
     <!--  ================================= -->
     <!--   Version                          -->
     <!--  ================================= -->
-    <property name="version.javassist" value="3.12.1.GA"/>
+    <property name="version.javassist" value="3.12.0.GA"/>
     <property name="version.jboss.remoting" value="2.5.3"/>
     <property name="version.concurrent" value="1.3.4"/>
     <property name="version.apache-log4j" value="1.2.16"/>

Modified: branches/JBossProfiler2/doc/developerguide/en/modules/building.xml
===================================================================
--- branches/JBossProfiler2/doc/developerguide/en/modules/building.xml	2010-07-22 15:46:48 UTC (rev 580)
+++ branches/JBossProfiler2/doc/developerguide/en/modules/building.xml	2010-07-22 16:41:40 UTC (rev 581)
@@ -32,7 +32,7 @@
 
     <section id="ant">
       <title>Apache Ant</title>
-      <para>You must have Apache Ant 1.7.1+ installed on your system.</para>
+      <para>You must have Apache Ant 1.8.1+ installed on your system.</para>
       <para>Remember to ensure that "ant" are in your path (or symlinked).</para>
 
       <programlisting>
@@ -43,6 +43,8 @@
 export PATH
       </programlisting>
 
+      <para>The build environment will automatically install Apache Ivy to manage the project dependencies.</para>
+
     </section>
 
     <section id="subversion">


Property changes on: branches/JBossProfiler2/lib
___________________________________________________________________
Name: svn:ignore
   + core
test





More information about the jboss-cvs-commits mailing list