Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1744 - in development/main/planet/components/fsm: . api basic demo demo/trafficlight docs

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1744 - in development/main/planet/components/fsm: . api basic demo demo/trafficlight docs
  • Date: Sun, 06 Feb 2005 08:45:41 +0100

Author: niclas
Date: Sun Feb 6 08:45:41 2005
New Revision: 1744

Added:
development/main/planet/components/fsm/
- copied from r1673, development/laboratory/planet/components/fsm/
development/main/planet/components/fsm/api/
- copied from r1742, development/laboratory/planet/components/fsm/api/
development/main/planet/components/fsm/basic/
- copied from r1742, development/laboratory/planet/components/fsm/basic/
development/main/planet/components/fsm/build.xml
- copied, changed from r1742,
development/laboratory/planet/components/fsm/build.xml
development/main/planet/components/fsm/demo/
- copied from r1742, development/laboratory/planet/components/fsm/demo/
development/main/planet/components/fsm/docs/
- copied from r1742, development/laboratory/planet/components/fsm/docs/
development/main/planet/components/fsm/index.xml
- copied, changed from r1742,
development/laboratory/planet/components/fsm/index.xml
development/main/planet/components/fsm/module.xml
- copied, changed from r1742,
development/laboratory/planet/components/fsm/module.xml
Modified:
development/main/planet/components/fsm/api/build.xml
development/main/planet/components/fsm/basic/build.xml
development/main/planet/components/fsm/demo/build.xml
development/main/planet/components/fsm/demo/trafficlight/build.xml
Log:
Move the statemachine over from the laboratory.

Modified: development/main/planet/components/fsm/api/build.xml
==============================================================================
--- development/laboratory/planet/components/fsm/api/build.xml (original)
+++ development/main/planet/components/fsm/api/build.xml Sun Feb 6
08:45:41 2005
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="dpml-fsm-api" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic">
+ xmlns:transit="antlib:net.dpml.transit">

- <magic:import uri="artifact:template:dpml/magic/standard"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>

</project>

Modified: development/main/planet/components/fsm/basic/build.xml
==============================================================================
--- development/laboratory/planet/components/fsm/basic/build.xml
(original)
+++ development/main/planet/components/fsm/basic/build.xml Sun Feb 6
08:45:41 2005
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="dpml-fsm-basic" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic">
+ xmlns:transit="antlib:net.dpml.transit">

- <magic:import uri="artifact:template:dpml/magic/standard"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>

</project>

Copied: development/main/planet/components/fsm/build.xml (from r1742,
development/laboratory/planet/components/fsm/build.xml)
==============================================================================
--- development/laboratory/planet/components/fsm/build.xml (original)
+++ development/main/planet/components/fsm/build.xml Sun Feb 6 08:45:41
2005
@@ -18,8 +18,8 @@
-->

<project name="dpml-fsm" default="default" 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/main/planet/components/fsm/demo/build.xml
==============================================================================
--- development/laboratory/planet/components/fsm/demo/build.xml (original)
+++ development/main/planet/components/fsm/demo/build.xml Sun Feb 6
08:45:41 2005
@@ -19,8 +19,8 @@
-->

<project name="dpml-fsm" default="default" 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/main/planet/components/fsm/demo/trafficlight/build.xml
==============================================================================
--- development/laboratory/planet/components/fsm/demo/trafficlight/build.xml
(original)
+++ development/main/planet/components/fsm/demo/trafficlight/build.xml Sun
Feb 6 08:45:41 2005
@@ -4,11 +4,11 @@
name="dpml-trafficlight"
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"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>

<target name="build" depends="standard.build" >
<x:block name="trafficlight" >

Copied: development/main/planet/components/fsm/index.xml (from r1742,
development/laboratory/planet/components/fsm/index.xml)
==============================================================================
--- development/laboratory/planet/components/fsm/index.xml (original)
+++ development/main/planet/components/fsm/index.xml Sun Feb 6 08:45:41
2005
@@ -30,9 +30,6 @@
<version>1.0.0</version>
<type>module</type>
</info>
- <plugins>
- <include key="dpml-magic-checkstyle"/>
- </plugins>
<dependencies>
<include key="dpml-metro"/>
<include key="dpml-magic"/>

Copied: development/main/planet/components/fsm/module.xml (from r1742,
development/laboratory/planet/components/fsm/module.xml)
==============================================================================
--- development/laboratory/planet/components/fsm/module.xml (original)
+++ development/main/planet/components/fsm/module.xml Sun Feb 6 08:45:41
2005
@@ -19,11 +19,10 @@
-->

<project name="dpml-fsm" default="docs" 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">



  • svn commit: r1744 - in development/main/planet/components/fsm: . api basic demo demo/trafficlight docs, niclas, 02/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page