Skip to Content.
Sympa Menu

notify-dpml - r1376 - in trunk/main: central/src/docs/depot/tools/templates depot/tools/builder/etc/prefs/templates external

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1376 - in trunk/main: central/src/docs/depot/tools/templates depot/tools/builder/etc/prefs/templates external
  • Date: Fri, 14 Apr 2006 13:06:19 +0200

Author: mcconnell
Date: 2006-04-14 13:05:50 +0200 (Fri, 14 Apr 2006)
New Revision: 1376

Removed:
trunk/main/depot/tools/builder/etc/prefs/templates/reactor.template
Modified:
trunk/main/central/src/docs/depot/tools/templates/index.xml
trunk/main/external/build.xml
Log:
removal of the reactor template (functionality covered by the build command)

Modified: trunk/main/central/src/docs/depot/tools/templates/index.xml
===================================================================
--- trunk/main/central/src/docs/depot/tools/templates/index.xml 2006-04-14
09:35:15 UTC (rev 1375)
+++ trunk/main/central/src/docs/depot/tools/templates/index.xml 2006-04-14
11:05:50 UTC (rev 1376)
@@ -43,12 +43,15 @@

<table>
<tr>
+ <td>name</td>
<td>standard</td>
</tr>
<tr>
+ <td>url</td>
<td><tt>local:template:dpml/tools/standard</tt></td>
</tr>
<tr>
+ <td>desription</td>
<td>
Defines a set of standard targets which are used
primarily to fire build events which in turn are handled
@@ -112,11 +115,7 @@
<p>
Currently the standard template includes a <tt>checkstyle</tt>
tasks. This
should be considered as temporary pending development of the builder
- configuration to support site wide common targets. In addition to
the
- standard template, another template named <tt>reactor</tt> is
available
- which handles multi-project builds driven by ant. Please note that
the
- reactor template is largely redundant due to the support for
multi-project
- builds covered by the <tt>build</tt> tool.
+ configuration to support site wide common targets.
</p>

</subsection>

Deleted: trunk/main/depot/tools/builder/etc/prefs/templates/reactor.template
===================================================================
--- trunk/main/depot/tools/builder/etc/prefs/templates/reactor.template
2006-04-14 09:35:15 UTC (rev 1375)
+++ trunk/main/depot/tools/builder/etc/prefs/templates/reactor.template
2006-04-14 11:05:50 UTC (rev 1376)
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
- Copyright 2004 Apache Software Foundation
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied.
-
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<project name="reactor" default="default"
- xmlns:transit="antlib:net.dpml.transit"
- xmlns:x="dpml:depot" >
-
- <transit:plugin uri="@PROJECT-URI@">
- <antlib urn="dpml:depot" resource="net/dpml/tools/tasks/antlib.xml"/>
- </transit:plugin>
-
- <target name="default">
- <x:reactor target="default"/>
- </target>
-
- <target name="install">
- <x:reactor target="install"/>
- </target>
-
- <target name="clean">
- <x:reactor target="clean"/>
- </target>
-
-</project>
-

Modified: trunk/main/external/build.xml
===================================================================
--- trunk/main/external/build.xml 2006-04-14 09:35:15 UTC (rev 1375)
+++ trunk/main/external/build.xml 2006-04-14 11:05:50 UTC (rev 1376)
@@ -1,8 +1,23 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="external" default="install" basedir="."
- xmlns:transit="antlib:net.dpml.transit" >
+ xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="dpml:depot" >

- <transit:import uri="local:template:dpml/tools/reactor"/>
+ <transit:plugin uri="link:part:dpml/depot/dpml-tools-builder">
+ <antlib urn="dpml:depot" resource="net/dpml/tools/tasks/antlib.xml"/>
+ </transit:plugin>

+ <target name="default">
+ <x:reactor target="default"/>
+ </target>
+
+ <target name="install">
+ <x:reactor target="install"/>
+ </target>
+
+ <target name="clean">
+ <x:reactor target="clean"/>
+ </target>
+
</project>




  • r1376 - in trunk/main: central/src/docs/depot/tools/templates depot/tools/builder/etc/prefs/templates external, mcconnell at BerliOS, 04/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page