Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1765 - development/laboratory/planet/components/tx

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: r1765 - development/laboratory/planet/components/tx
  • Date: Sun, 13 Feb 2005 09:35:18 +0100

Author: niclas
Date: Sun Feb 13 09:35:18 2005
New Revision: 1765

Added:
development/laboratory/planet/components/tx/build.xml (contents, props
changed)
development/laboratory/planet/components/tx/index.xml (contents, props
changed)
Log:
First cut at an JTA implementation, to be crafted to fit the Metro platform.

Added: development/laboratory/planet/components/tx/build.xml
==============================================================================
--- (empty file)
+++ development/laboratory/planet/components/tx/build.xml Sun Feb 13
09:35:18 2005
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Copyright 2004 Niclas Hedhman
+
+ 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="dpml-tx" default="default" basedir="."
+ xmlns:transit="antlib:net.dpml.transit">
+
+ <transit:import uri="artifact:template:dpml/magic/reactor"/>
+
+</project>

Added: development/laboratory/planet/components/tx/index.xml
==============================================================================
--- (empty file)
+++ development/laboratory/planet/components/tx/index.xml Sun Feb 13
09:35:18 2005
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2004 Stephen J McConnell
+ Copyright 2004 Niclas Hedhman
+
+ 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.
+-->
+
+<index key="dpml-tx">
+ <import uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT"/>
+ <import uri="artifact:module:dpml/magic/dpml-magic#SNAPSHOT"/>
+ <import uri="artifact:module:dpml/transit/dpml-transit#SNAPSHOT"/>
+
+ <resource>
+ <info>
+ <group>sun/java/jta</group>
+ <name>jta-spec</name>
+ <version>1.0.1B</version>
+ </info>
+ </resource>
+
+ <project basedir="impl">
+ <info>
+ <group>dpml/components/tx</group>
+ <name>dpml-tx-impl</name>
+ <version>1.0.0</version>
+ </info>
+ <dependencies>
+ <include key="jta-spec" />
+ <include key="dpml-transit-main" />
+ </dependencies>
+ <plugins>
+ <include key="dpml-meta-tools"/>
+ </plugins>
+ </project>
+
+</index>



  • svn commit: r1765 - development/laboratory/planet/components/tx, niclas, 02/13/2005

Archive powered by MHonArc 2.6.24.

Top of Page