notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
svn commit: r2573 - in development/laboratory/users/mcconnell/mgr: . main plugins/home plugins/magic plugins/metro plugins/transit
- From: mcconnell AT dpml.net
- To: notify-dpml AT lists.ibiblio.org
- Subject: svn commit: r2573 - in development/laboratory/users/mcconnell/mgr: . main plugins/home plugins/magic plugins/metro plugins/transit
- Date: Mon, 16 May 2005 23:04:25 +0000
Author: mcconnell AT dpml.net
Date: Mon May 16 23:04:23 2005
New Revision: 2573
Modified:
development/laboratory/users/mcconnell/mgr/ (props changed)
development/laboratory/users/mcconnell/mgr/build.xml
development/laboratory/users/mcconnell/mgr/index.xml
development/laboratory/users/mcconnell/mgr/main/ (props changed)
development/laboratory/users/mcconnell/mgr/main/build.xml
development/laboratory/users/mcconnell/mgr/module.xml
development/laboratory/users/mcconnell/mgr/plugins/home/ (props changed)
development/laboratory/users/mcconnell/mgr/plugins/home/build.xml
development/laboratory/users/mcconnell/mgr/plugins/magic/ (props changed)
development/laboratory/users/mcconnell/mgr/plugins/magic/build.xml
development/laboratory/users/mcconnell/mgr/plugins/metro/ (props changed)
development/laboratory/users/mcconnell/mgr/plugins/metro/build.xml
development/laboratory/users/mcconnell/mgr/plugins/transit/ (props
changed)
development/laboratory/users/mcconnell/mgr/plugins/transit/build.xml
Log:
fix build procedure
Modified: development/laboratory/users/mcconnell/mgr/build.xml
==============================================================================
--- development/laboratory/users/mcconnell/mgr/build.xml (original)
+++ development/laboratory/users/mcconnell/mgr/build.xml Mon May 16
23:04:23 2005
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<project name="dpml-mgr" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic">
+ xmlns:transit="antlib:net.dpml.transit">
- <magic:import uri="artifact:template:dpml/magic/reactor"/>
+ <transit:import uri="artifact:template:dpml/magic/reactor"/>
</project>
Modified: development/laboratory/users/mcconnell/mgr/index.xml
==============================================================================
--- development/laboratory/users/mcconnell/mgr/index.xml (original)
+++ development/laboratory/users/mcconnell/mgr/index.xml Mon May 16
23:04:23 2005
@@ -19,7 +19,7 @@
-->
-<index>
+<index key="dpml-mgr">
<import uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT"/>
@@ -32,9 +32,6 @@
<status>SNAPSHOT</status>
<type>module</type>
</info>
- <plugins>
- <include key="dpml-magic-checkstyle"/>
- </plugins>
</project>
<project basedir="main">
Modified: development/laboratory/users/mcconnell/mgr/main/build.xml
==============================================================================
--- development/laboratory/users/mcconnell/mgr/main/build.xml (original)
+++ development/laboratory/users/mcconnell/mgr/main/build.xml Mon May 16
23:04:23 2005
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<project name="dpml-mgr-main" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+<project name="dpml-mgr-main" default="install" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="plugin:dpml/magic/dpml-magic-core" >
- <magic:import uri="artifact:template:dpml/magic/standard"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
<target name="init" depends="standard.init">
<x:filter feature="plugin" key="dpml-mgr-home" token="DPML-HOME-URI"/>
Modified: development/laboratory/users/mcconnell/mgr/module.xml
==============================================================================
--- development/laboratory/users/mcconnell/mgr/module.xml (original)
+++ development/laboratory/users/mcconnell/mgr/module.xml Mon May 16
23:04:23 2005
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<project name="dpml-mgr" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic"
+ xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core">
- <magic:import uri="artifact:template:dpml/magic/standard"/>
- <magic:import uri="artifact:template:dpml/magic/checkstyle"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
<target name="build" depends="standard.build">
<x:module index="index.xml"/>
@@ -13,7 +12,7 @@
<target name="install" depends="standard.install,docs"/>
- <target name="docs" depends="standard.install,junit-report,checkstyle">
+ <target name="docs" depends="standard.install,junit-report">
<x:javadoc overview="overview.html" title="DPML MGR API -
${project.version}">
<link href="http://java.sun.com/j2se/1.4/docs/api"/>
</x:javadoc>
Modified: development/laboratory/users/mcconnell/mgr/plugins/home/build.xml
==============================================================================
--- development/laboratory/users/mcconnell/mgr/plugins/home/build.xml
(original)
+++ development/laboratory/users/mcconnell/mgr/plugins/home/build.xml Mon
May 16 23:04:23 2005
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<project name="dpml-mgr-home" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+<project name="dpml-mgr-home" default="install" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="plugin:dpml/magic/dpml-magic-core" >
- <magic:import uri="artifact:template:dpml/magic/standard"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
<target name="build" depends="standard.build">
<x:export class="net.dpml.mgr.home.HomeComponent"/>
Modified: development/laboratory/users/mcconnell/mgr/plugins/magic/build.xml
==============================================================================
--- development/laboratory/users/mcconnell/mgr/plugins/magic/build.xml
(original)
+++ development/laboratory/users/mcconnell/mgr/plugins/magic/build.xml Mon
May 16 23:04:23 2005
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<project name="dpml-mgr-magic" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+<project name="dpml-mgr-magic" default="install" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="plugin:dpml/magic/dpml-magic-core" >
- <magic:import uri="artifact:template:dpml/magic/standard"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
<target name="build" depends="standard.build">
<x:export class="net.dpml.mgr.magic.MagicComponent"/>
Modified: development/laboratory/users/mcconnell/mgr/plugins/metro/build.xml
==============================================================================
--- development/laboratory/users/mcconnell/mgr/plugins/metro/build.xml
(original)
+++ development/laboratory/users/mcconnell/mgr/plugins/metro/build.xml Mon
May 16 23:04:23 2005
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<project name="dpml-mgr-metro" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+<project name="dpml-mgr-metro" default="install" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="plugin:dpml/magic/dpml-magic-core" >
- <magic:import uri="artifact:template:dpml/magic/standard"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
<target name="build" depends="standard.build">
<x:export class="net.dpml.mgr.metro.MetroComponent"/>
Modified: development/laboratory/users/mcconnell/mgr/plugins/transit/build.xml
==============================================================================
--- development/laboratory/users/mcconnell/mgr/plugins/transit/build.xml
(original)
+++ development/laboratory/users/mcconnell/mgr/plugins/transit/build.xml
Mon May 16 23:04:23 2005
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<project name="dpml-mgr-transit" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+<project name="dpml-mgr-transit" default="install" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="plugin:dpml/magic/dpml-magic-core" >
- <magic:import uri="artifact:template:dpml/magic/standard"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
<target name="build" depends="standard.build">
<x:export class="net.dpml.mgr.transit.TransitComponent"/>
- svn commit: r2573 - in development/laboratory/users/mcconnell/mgr: . main plugins/home plugins/magic plugins/metro plugins/transit, mcconnell, 05/16/2005
Archive powered by MHonArc 2.6.24.