Mail Archive Home | gotm-commits List | June 2005 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Tuesday, June 28, 2005 @ 10:07:19
Author: rouvoy
Path: /cvsroot/gotm/gotm-explorer
Added: src/xml/GoTM.xml
Modified: .cvsignore build.xml
Removed: src/cfg/GoTM.xml
* moving explorer configurations into the src/xml directory.
* updating the ant build.xml file.
------------------+
.cvsignore | 3 +
build.xml | 77 +++++++++++++++++++++++++++------
src/cfg/GoTM.xml | 121 -----------------------------------------------------
src/xml/GoTM.xml | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 187 insertions(+), 135 deletions(-)
Index: gotm-explorer/.cvsignore
diff -u gotm-explorer/.cvsignore:1.2 gotm-explorer/.cvsignore:1.3
--- gotm-explorer/.cvsignore:1.2 Wed Feb 23 18:39:29 2005
+++ gotm-explorer/.cvsignore Tue Jun 28 10:07:19 2005
@@ -1,2 +1,5 @@
build
output
+alias.xml
+build.properties
+alias.properties
Index: gotm-explorer/build.xml
diff -u gotm-explorer/build.xml:1.6 gotm-explorer/build.xml:1.7
--- gotm-explorer/build.xml:1.6 Mon Mar 14 13:42:03 2005
+++ gotm-explorer/build.xml Tue Jun 28 10:07:19 2005
@@ -21,7 +21,7 @@
<!-- Initial developer(s): Romain Rouvoy. -->
<!-- Contributor(s): ______________________________________. -->
-<!-- $Id: build.xml,v 1.6 2005/03/14 12:42:03 rouvoy Exp $ -->
+<!-- $Id: build.xml,v 1.7 2005/06/28 08:07:19 rouvoy Exp $ -->
<!-- ==================================================================== -->
<project name="GoTM Explorer" default="all">
@@ -35,22 +35,53 @@
<property name="explorer.dist" value="GoTM-Explorer"/>
<property name="explorer.version" value="0.2"/>
+ <property name="dist-src" value="${explorer.dist}-${explorer.version}-src"
/>
+ <property name="dist-bin" value="${explorer.dist}-${explorer.version}-bin"
/>
+
+ <property name="dist-src.dir" value="${dist.dir}/${dist-src}" />
+ <property name="dist-bin.dir" value="${dist.dir}/${dist-bin}" />
+
+
<!-- ================ -->
<!-- PATH DEFINITIONS -->
<!-- ================ -->
- <path id="classpath">
- <fileset dir="${build.dir}/${lib.dir}" includes="**/*.jar"/>
- </path>
-
- <!-- ================== -->
- <!-- TARGET DEFINITIONS -->
- <!-- ================== -->
- <target name="all" description="clean + import">
- <antcall target="clean"/>
- <antcall target="import"/>
- </target>
+ <path id="classpath">
+ <fileset dir="${basedir}" includes="${lib.dir}/**/*.jar"/>
+ <fileset dir="${build.dir}" includes="${lib.dir}/**/*.jar"/>
+ </path>
- <target name="-explorer-prepare" depends="-gotm,-fractal.explorer"/>
+
+ <!-- ======================= -->
+ <!-- MAIN TARGET DEFINITIONS -->
+ <!-- ======================= -->
+
+ <target name="all" description="clean + import">
+ <antcall target="clean" />
+ <antcall target="import" />
+ </target>
+
+ <target name="import" depends="explorer-build,clear"
+ description="Imports the GoTM JTS module."/>
+
+ <target name="export" depends="-explorer-prepare"
+ description="Exports the module into the ${dist.dir} directory">
+ <mkdir dir="${dist-src.dir}" />
+ <copy todir="${dist-src.dir}">
+ <fileset dir="${basedir}" includes="**/*.*" excludes="output/**"/>
+ <fileset dir="${build.dir}" includes="**/*.*"/>
+ </copy>
+ </target>
+
+ <target name="distrib"
+ depends="explorer-dist-src,explorer-dist-bin"
+ description="build all distributions" />
+
+
+ <!-- ====================== -->
+ <!-- SUB TARGET DEFINITIONS -->
+ <!-- ====================== -->
+
+ <target name="-explorer-prepare"
depends="copy-alias,-gotm,-fractal.explorer"/>
<target name="explorer-compile" depends="-explorer-prepare">
<mkdir dir="${build.dir}/${class.dir}"/>
@@ -71,5 +102,23 @@
</jar>
</target>
- <target name="import" depends="explorer-build,clear"/>
+ <target name="explorer-jdoc"
+ depends="-explorer-prepare"
+ description="Generates the javadoc.">
+ <java.doc/>
+ </target>
+
+ <target name="explorer-dist-src" depends="export">
+ <archive dir="${dist.dir}" includes="${dist-src}"/>
+ </target>
+
+ <target name="explorer-dist-bin"
+ depends="explorer-build,explorer-jdoc">
+ <mkdir dir="${dist-bin.dir}" />
+ <copy todir="${dist-bin.dir}">
+ <fileset dir="${build.dir}" includes="${doc.dir}/**/*" />
+ <fileset dir="${build.dir}" includes="${lib.dir}/**/*" />
+ </copy>
+ <archive dir="${dist.dir}" includes="${dist-bin}"/>
+ </target>
</project>
Index: gotm-explorer/src/cfg/GoTM.xml
diff -u gotm-explorer/src/cfg/GoTM.xml:1.1
gotm-explorer/src/cfg/GoTM.xml:removed
--- gotm-explorer/src/cfg/GoTM.xml:1.1 Wed Mar 2 16:25:20 2005
+++ gotm-explorer/src/cfg/GoTM.xml Tue Jun 28 10:07:19 2005
@@ -1,121 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<browser>
- <include url="fractalProperties.xml"/>
- <!--
- <node type-name="java.lang.Object">
- <menu>
- <item label="Type">
-
<code>org.objectweb.util.browser.plugin.java.InheritClassesAction</code>
- </item>
- </menu>
- </node>
- -->
- <!-- ================================================================= -->
- <!-- Default Icons for Features and States -->
- <!-- ================================================================= -->
- <node type-name="org.objectweb.transaction.api.Feature">
- <icon>
- <icon-file url="feature.png"/>
- </icon>
- </node>
- <node type-name="org.objectweb.transaction.api.State">
- <icon>
- <icon-file url="state.png"/>
- </icon>
- </node>
- <!-- ================================================================= -->
- <!-- Component Factory Feature -->
- <!-- ================================================================= -->
- <node type-name="org.objectweb.gotm.api.utils.FactoryFeature">
- <menu>
- <item label="Create">
- <code>
-
org.objectweb.gotm.browser.ComponentFactoryFeatureCreateAction</code>
- </item>
- </menu>
- </node>
- <node type-name="org.objectweb.gotm.api.utils.StringFactoryFeature">
- <menu>
- <item label="Create">
- <code>
-
org.objectweb.gotm.browser.ComponentStringFactoryFeatureCreateAction</code>
- </item>
- </menu>
- </node>
- <node type-name="org.objectweb.gotm.api.utils.ComponentPool">
- <wrapper type-name="org.objectweb.gotm.browser.ComponentPoolContext" />
- <menu>
- <item label="Remove from Pool" tree-child-visible="true">
- <code>org.objectweb.gotm.browser.ComponentPoolRemoveAction</code>
- </item>
- </menu>
- </node>
- <!-- ================================================================= -->
- <!-- Transaction Activation Feature -->
- <!-- ================================================================= -->
- <node
-
type-name="org.objectweb.transaction.api.transaction.TransactionActivationFeature">
- <menu>
- <item label="Begin">
- <code>
-
org.objectweb.gotm.browser.transaction.TransactionActivationFeatureBeginAction</code>
- </item>
- </menu>
- </node>
-
- <node
type-name="org.objectweb.transaction.api.coordination.CoordinationFeature">
- <menu>
- <item label="Process">
- <code>
-
org.objectweb.gotm.browser.coordination.CoordinationProcessAction</code>
- </item>
- </menu>
- </node>
- <!-- ================================================================= -->
- <!-- Transaction Interruption Feature -->
- <!-- ================================================================= -->
- <node
-
type-name="org.objectweb.transaction.api.transaction.TransactionInterruptionFeature">
- <menu>
- <item label="Suspend">
- <code>
-
org.objectweb.gotm.browser.transaction.TransactionInterruptionFeatureSuspendAction</code>
- </item>
- <item label="Resume">
- <code>
-
org.objectweb.gotm.browser.transaction.TransactionInterruptionFeatureResumeAction</code>
- </item>
- </menu>
- </node>
- <!-- ================================================================= -->
- <!-- Transaction Status Feature -->
- <!-- ================================================================= -->
- <node
-
type-name="org.objectweb.transaction.api.transaction.TransactionStatusFeature">
- <icon>
- <code>
-
org.objectweb.gotm.browser.transaction.TransactionStatusFeatureIconProvider</code>
- </icon>
- </node>
- <node
type-name="org.objectweb.transaction.api.transaction.TransactionState">
- <panel>
-
<code>org.objectweb.gotm.browser.transaction.TransactionStatePanel</code>
- </panel>
- </node>
- <!-- ================================================================= -->
- <!-- XID Status Feature -->
- <!-- ================================================================= -->
- <node type-name="org.objectweb.transaction.api.xid.XidState">
- <panel>
- <code>org.objectweb.gotm.browser.xid.XidStatePanel</code>
- </panel>
- </node>
- <!-- ================================================================= -->
- <!-- Event Listener Feature -->
- <!-- ================================================================= -->
- <node type-name="org.objectweb.transaction.api.event.EventListenerFeature">
- <wrapper
-
type-name="org.objectweb.gotm.browser.event.EventListenerFeatureContext"
- />
- </node>
-</browser>
\ No newline at end of file
Index: gotm-explorer/src/xml/GoTM.xml
diff -u /dev/null gotm-explorer/src/xml/GoTM.xml:1.1
--- /dev/null Tue Jun 28 10:07:19 2005
+++ gotm-explorer/src/xml/GoTM.xml Tue Jun 28 10:07:19 2005
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<browser>
+ <include url="fractalProperties.xml"/>
+ <!--
+ <node type-name="java.lang.Object">
+ <menu>
+ <item label="Type">
+
<code>org.objectweb.util.browser.plugin.java.InheritClassesAction</code>
+ </item>
+ </menu>
+ </node>
+ -->
+ <!-- ================================================================= -->
+ <!-- Default Icons for Features and States -->
+ <!-- ================================================================= -->
+ <node type-name="org.objectweb.transaction.api.Feature">
+ <icon>
+ <icon-file url="feature.png"/>
+ </icon>
+ </node>
+ <node type-name="org.objectweb.transaction.api.State">
+ <icon>
+ <icon-file url="state.png"/>
+ </icon>
+ </node>
+ <!-- ================================================================= -->
+ <!-- Component Factory Feature -->
+ <!-- ================================================================= -->
+ <node type-name="org.objectweb.gotm.api.utils.FactoryFeature">
+ <menu>
+ <item label="Create">
+ <code>
+
org.objectweb.gotm.browser.ComponentFactoryFeatureCreateAction</code>
+ </item>
+ </menu>
+ </node>
+ <node type-name="org.objectweb.gotm.api.utils.StringFactoryFeature">
+ <menu>
+ <item label="Create">
+ <code>
+
org.objectweb.gotm.browser.ComponentStringFactoryFeatureCreateAction</code>
+ </item>
+ </menu>
+ </node>
+ <node type-name="org.objectweb.gotm.api.utils.ComponentPool">
+ <wrapper type-name="org.objectweb.gotm.browser.ComponentPoolContext" />
+ <menu>
+ <item label="Remove from Pool" tree-child-visible="true">
+ <code>org.objectweb.gotm.browser.ComponentPoolRemoveAction</code>
+ </item>
+ </menu>
+ </node>
+ <!-- ================================================================= -->
+ <!-- Transaction Activation Feature -->
+ <!-- ================================================================= -->
+ <node
+
type-name="org.objectweb.transaction.api.transaction.TransactionActivationFeature">
+ <menu>
+ <item label="Begin">
+ <code>
+
org.objectweb.gotm.browser.transaction.TransactionActivationFeatureBeginAction</code>
+ </item>
+ </menu>
+ </node>
+
+ <node
type-name="org.objectweb.transaction.api.coordination.CoordinationFeature">
+ <menu>
+ <item label="Process">
+ <code>
+
org.objectweb.gotm.browser.coordination.CoordinationProcessAction</code>
+ </item>
+ </menu>
+ </node>
+ <!-- ================================================================= -->
+ <!-- Transaction Interruption Feature -->
+ <!-- ================================================================= -->
+ <node
+
type-name="org.objectweb.transaction.api.transaction.TransactionInterruptionFeature">
+ <menu>
+ <item label="Suspend">
+ <code>
+
org.objectweb.gotm.browser.transaction.TransactionInterruptionFeatureSuspendAction</code>
+ </item>
+ <item label="Resume">
+ <code>
+
org.objectweb.gotm.browser.transaction.TransactionInterruptionFeatureResumeAction</code>
+ </item>
+ </menu>
+ </node>
+ <!-- ================================================================= -->
+ <!-- Transaction Status Feature -->
+ <!-- ================================================================= -->
+ <node
+
type-name="org.objectweb.transaction.api.transaction.TransactionStatusFeature">
+ <icon>
+ <code>
+
org.objectweb.gotm.browser.transaction.TransactionStatusFeatureIconProvider</code>
+ </icon>
+ </node>
+ <node
type-name="org.objectweb.transaction.api.transaction.TransactionState">
+ <panel>
+
<code>org.objectweb.gotm.browser.transaction.TransactionStatePanel</code>
+ </panel>
+ </node>
+ <!-- ================================================================= -->
+ <!-- XID Status Feature -->
+ <!-- ================================================================= -->
+ <node type-name="org.objectweb.transaction.api.xid.XidState">
+ <panel>
+ <code>org.objectweb.gotm.browser.xid.XidStatePanel</code>
+ </panel>
+ </node>
+ <!-- ================================================================= -->
+ <!-- Event Listener Feature -->
+ <!-- ================================================================= -->
+ <node type-name="org.objectweb.transaction.api.event.EventListenerFeature">
+ <wrapper
+
type-name="org.objectweb.gotm.browser.event.EventListenerFeatureContext"
+ />
+ </node>
+</browser>
\ No newline at end of file
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.