Author: chris.laprun(a)jboss.com
Date: 2008-06-17 19:26:55 -0400 (Tue, 17 Jun 2008)
New Revision: 11069
Modified:
branches/JBoss_Portal_Branch_2_6/workflow/build.xml
Log:
- Fixed messed-up comments...
Modified: branches/JBoss_Portal_Branch_2_6/workflow/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/workflow/build.xml 2008-06-17 22:43:44 UTC (rev
11068)
+++ branches/JBoss_Portal_Branch_2_6/workflow/build.xml 2008-06-17 23:26:55 UTC (rev
11069)
@@ -45,7 +45,14 @@
<project default="main" name="JBoss Portal">
-
<!--+====================================================================+--><!--|
Setup |--><!--|
|--><!--| Include the
common build elements. |--><!--|
|--><!--| This defines several
different targets, properties and paths. |--><!--| It also sets up the basic
extention tasks amoung other things.
|--><!--+====================================================================+-->
+ <!--+====================================================================+-->
+ <!--| Setup |-->
+ <!--| |-->
+ <!--| Include the common build elements. |-->
+ <!--| |-->
+ <!--| This defines several different targets, properties and paths. |-->
+ <!--| It also sets up the basic extention tasks amoung other things. |-->
+ <!--+====================================================================+-->
&buildmagic;
&modules;
@@ -53,7 +60,9 @@
&tools;
&targets;
- <!-- ==================================================================
--><!-- Initialization
--><!-- ================================================================== -->
+ <!-- ================================================================== -->
+ <!-- Initialization -->
+ <!-- ================================================================== -->
<!--
| Initialize the build system. Must depend on '_buildmagic:init'.
@@ -63,7 +72,12 @@
<target name="init" unless="init.disable"
depends="_buildmagic:init">
</target>
-
<!--+====================================================================+--><!--|
Configuration |--><!--|
|--><!--| This target is
invoked by the Buildmagic initialization logic |--><!--| and should contain
module specific configuration elements.
|--><!--+====================================================================+-->
+ <!--+====================================================================+-->
+ <!--| Configuration |-->
+ <!--| |-->
+ <!--| This target is invoked by the Buildmagic initialization logic |-->
+ <!--| and should contain module specific configuration elements. |-->
+ <!--+====================================================================+-->
<target name="configure" unless="configure.disable">
@@ -107,13 +121,17 @@
</path>
- <!--+=======================================+--><!--| Override any default
properties here. |--><!--+=======================================+-->
+ <!--+=======================================+-->
+ <!--| Override any default properties here. |-->
+ <!--+=======================================+-->
<!-- Configure defaults & build tools -->
<call target="configure-defaults"/>
<call target="configure-tools"/>
- <!--+=======================================+--><!--| Define module
specific elements here. |--><!--+=======================================+-->
+ <!--+=======================================+-->
+ <!--| Define module specific elements here. |-->
+ <!--+=======================================+-->
<property name="javadoc.private" value="true"/>
<property name="javadoc.protected" value="false"/>
@@ -139,7 +157,13 @@
</target>
-
<!--+====================================================================+--><!--|
Compile |--><!--|
|--><!--| This target
should depend on other compile-* targets for each |--><!--| different type of
compile that needs to be performed, short of |--><!--| documentation compiles.
|--><!--+====================================================================+-->
+ <!--+====================================================================+-->
+ <!--| Compile |-->
+ <!--| |-->
+ <!--| This target should depend on other compile-* targets for each |-->
+ <!--| different type of compile that needs to be performed, short of |-->
+ <!--| documentation compiles. |-->
+ <!--+====================================================================+-->
<target name="compile"
description="Compile all source files."
@@ -149,7 +173,13 @@
<!-- Add module specific elements here. -->
</target>
-
<!--+====================================================================+--><!--|
Generate Output |--><!--|
|--><!--| Generates the
target output for this module. Target output is |--><!--| the output which is
ment to be released or used by external |--><!--| modules.
|--><!--+====================================================================+-->
+ <!--+====================================================================+-->
+ <!--| Generate Output |-->
+ <!--| |-->
+ <!--| Generates the target output for this module. Target output is |-->
+ <!--| the output which is ment to be released or used by external |-->
+ <!--| modules. |-->
+ <!--+====================================================================+-->
<target name="output"
description="Generate all target output."
@@ -208,27 +238,37 @@
depends="output">
</target>
- <!-- ==================================================================
--><!-- Cleaning
--><!-- ================================================================== -->
+ <!-- ================================================================== -->
+ <!-- Cleaning -->
+ <!-- ================================================================== -->
<!-- Clean up all build output -->
<target name="clean" depends="_default:clean">
<!-- Add module specific elements here. -->
</target>
-
<!--+====================================================================+--><!--|
Documents |--><!--|
|--><!--| Generate all
documentation for this module.
|--><!--+====================================================================+-->
+ <!--+====================================================================+-->
+ <!--| Documents |-->
+ <!--| |-->
+ <!--| Generate all documentation for this module. |-->
+ <!--+====================================================================+-->
<target name="docs" depends="_default:docs">
<!-- Add module specific elements here. -->
</target>
- <!-- ==================================================================
--><!-- Misc.
--><!-- ================================================================== -->
+ <!-- ================================================================== -->
+ <!-- Misc. -->
+ <!-- ================================================================== -->
<target name="main" depends="most"/>
<target name="all" depends="_default:all"/>
<target name="most" depends="_default:most"/>
<target name="help" depends="_default:help"/>
- <!-- ==================================================================
--><!-- Test.
--><!-- ================================================================== -->
+ <!-- ================================================================== -->
+ <!-- Test. -->
+ <!-- ================================================================== -->
<target name="tests" depends="init">
<execute-tests>
<x-test>
Show replies by date