[jboss-cvs] JBossAS SVN: r92524 - projects/jboss-jca/trunk/doc/developerguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 18 08:31:42 EDT 2009


Author: jesper.pedersen
Date: 2009-08-18 08:31:42 -0400 (Tue, 18 Aug 2009)
New Revision: 92524

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en/modules/building.xml
Log:
Added release and clean-cache to the list of Ant tasks

Modified: projects/jboss-jca/trunk/doc/developerguide/en/modules/building.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en/modules/building.xml	2009-08-18 12:31:11 UTC (rev 92523)
+++ projects/jboss-jca/trunk/doc/developerguide/en/modules/building.xml	2009-08-18 12:31:42 UTC (rev 92524)
@@ -16,6 +16,9 @@
          <listitem>
             <para>Sun JDK 1.6.x</para>
          </listitem>
+         <listitem>
+            <para>Sun JDK 1.7.x</para>
+         </listitem>
       </itemizedlist>
 
       <para>Remember to ensure that "javac" and "java" are in your path (or symlinked).</para>
@@ -136,9 +139,17 @@
         <para>Builds the standalone environment using JBoss JCA/SJC.</para>
       </listitem>
       <listitem>
+        <para>release</para>
+        <para>Builds a release of the project.</para>
+      </listitem>
+      <listitem>
         <para>clean</para>
         <para>Cleans the project of temporary files.</para>
       </listitem>
+      <listitem>
+        <para>clean-cache</para>
+        <para>Cleans the Apache Ivy repository.</para>
+      </listitem>
     </itemizedlist>
     <para>See the full list of targets in the main build.xml file.</para>
 




More information about the jboss-cvs-commits mailing list