[jbosstools-commits] JBoss Tools SVN: r12931 - trunk/as/docs/reference/en/modules.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jan 8 11:10:31 EST 2009
Author: abogachuk
Date: 2009-01-08 11:10:31 -0500 (Thu, 08 Jan 2009)
New Revision: 12931
Modified:
trunk/as/docs/reference/en/modules/perspective.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-400
Modified: trunk/as/docs/reference/en/modules/perspective.xml
===================================================================
--- trunk/as/docs/reference/en/modules/perspective.xml 2009-01-08 14:36:16 UTC (rev 12930)
+++ trunk/as/docs/reference/en/modules/perspective.xml 2009-01-08 16:10:31 UTC (rev 12931)
@@ -598,8 +598,13 @@
<section id="Project_archivesView" role="updated">
<title>Project Archives View</title>
<para>Every application, whether Plain Old Java, J2EE, or some other language altogether,
- needs to be packaged in some way. In Java-related projects, many people use ANT.
- <property>JBoss Tools</property> comes with our own Archives tool with a bit easier
+ needs to be packaged in some way. In Java-related projects, many people use ANT. </para>
+ <note>
+ <title>Note:</title>
+ <para>Those who use ANT will appreciate how the Project Archives Ant task is now improved: it supports variables and gives more informative error/logging messages when something goes wrong.</para>
+ </note>
+
+ <para>But <property>JBoss Tools</property> comes with our own Archives tool with a bit easier
and less-verbose XML and a handy user interface. The Project Archives plugin consists
primarily of a view, that is <property>Project Archives view</property>, to set up each
packaging configuration.</para>
More information about the jbosstools-commits
mailing list