[jboss-svn-commits] JBL Code SVN: r36912 - in labs/jbosstm/trunk: ArjunaJTA and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Apr 13 10:36:29 EDT 2011


Author: mmusgrov
Date: 2011-04-13 10:36:28 -0400 (Wed, 13 Apr 2011)
New Revision: 36912

Removed:
   labs/jbosstm/trunk/ArjunaCore/scripts/run-tools.sh
   labs/jbosstm/trunk/atsintegration/scripts/run-tools.sh
Modified:
   labs/jbosstm/trunk/ArjunaJTA/build.xml
   labs/jbosstm/trunk/ArjunaJTS/build.xml
Log:
Remove swing tools framework. JBTM-834

Deleted: labs/jbosstm/trunk/ArjunaCore/scripts/run-tools.sh
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/scripts/run-tools.sh	2011-04-13 14:23:59 UTC (rev 36911)
+++ labs/jbosstm/trunk/ArjunaCore/scripts/run-tools.sh	2011-04-13 14:36:28 UTC (rev 36912)
@@ -1,50 +0,0 @@
-#!/bin/sh
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors.
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-
-if test "x$@HOME_DIRECTORY@" = "x"
-then
-
-	echo The environment variable @HOME_DIRECTORY@ is not set
-	exit 1
-
-fi
-
-# Find classpath separator
-
-CPS=":"
-
-case `uname -a` in
-    CYGWIN_* | Windows* )
-        CPS=";"
-    ;;
-esac
-
-# Setup the environment for the JBoss Transaction Service
-. "$@HOME_DIRECTORY@/bin/setup-env.sh"
-
-# Add ext libraries required for tools
-CLASSPATH="$CLASSPATH$CPS$@HOME_DIRECTORY@/bin/tools/ext/jfreechart-1.0.2.jar"
-CLASSPATH="$CLASSPATH$CPS$@HOME_DIRECTORY@/bin/tools/ext/jcommon-1.0.5.jar"
-
-export CLASSPATH
-
-"$JAVA_HOME/bin/java" "-Dcom.arjuna.mw.ArjunaToolsFramework.lib=$@HOME_DIRECTORY@/bin/tools" com.arjuna.ats.tools.toolsframework.ArjunaToolsFramework

Modified: labs/jbosstm/trunk/ArjunaJTA/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/build.xml	2011-04-13 14:23:59 UTC (rev 36911)
+++ labs/jbosstm/trunk/ArjunaJTA/build.xml	2011-04-13 14:36:28 UTC (rev 36912)
@@ -36,7 +36,6 @@
                 <packageset dir="../common/classes" excludes="**/internal/**"/>
                 <packageset dir="../ArjunaCore/arjuna/classes" excludes="**/internal/**"/>
                 <packageset dir="../ArjunaCore/txoj/classes" excludes="**/internal/**"/>
-                <packageset dir="../ArjunaCore/tsmx/classes" excludes="**/internal/**"/>
                 <packageset dir="jta/classes" excludes="**/internal/**"/>
                 <packageset dir="jdbc/classes" excludes="**/internal/**"/>
             </packagesets>

Modified: labs/jbosstm/trunk/ArjunaJTS/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/build.xml	2011-04-13 14:23:59 UTC (rev 36911)
+++ labs/jbosstm/trunk/ArjunaJTS/build.xml	2011-04-13 14:36:28 UTC (rev 36912)
@@ -55,7 +55,6 @@
 
                 <packageset dir="../ArjunaCore/arjuna/classes" excludes="**/internal/**"/>
                 <packageset dir="../ArjunaCore/txoj/classes" excludes="**/internal/**"/>
-                <packageset dir="../ArjunaCore/tsmx/classes" excludes="**/internal/**"/>
 
                 <packageset dir="../ArjunaJTA/jta/classes" excludes="**/internal/**"/>
                 <packageset dir="../ArjunaJTA/jdbc/classes" excludes="**/internal/**"/>

Deleted: labs/jbosstm/trunk/atsintegration/scripts/run-tools.sh
===================================================================
--- labs/jbosstm/trunk/atsintegration/scripts/run-tools.sh	2011-04-13 14:23:59 UTC (rev 36911)
+++ labs/jbosstm/trunk/atsintegration/scripts/run-tools.sh	2011-04-13 14:36:28 UTC (rev 36912)
@@ -1,64 +0,0 @@
-#!/bin/sh
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors.
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-
-if test "x$@HOME_DIRECTORY@" = "x"
-then
-
-	echo The environment variable @HOME_DIRECTORY@ is not set
-	exit 1
-
-fi
-
-if test "x$JBOSS_HOME" = "x"
-then
-
-	echo The environment variable JBOSS_HOME is not set
-	exit 1
-
-fi
-
-# Find classpath separator
-
-CPS=":"
-
-case `uname -a` in
-    CYGWIN_* | Windows* )
-        CPS=";"
-    ;;
-esac
-
-# Setup the environment for the JBoss Transaction Service
-. "$@HOME_DIRECTORY@/bin/setup-env.sh"
-
-# Setup the required JBOSS classpath
-CLASSPATH="$CLASSPATH$CPS$JBOSS_HOME/client/jbossall-client.jar"
-CLASSPATH="$CLASSPATH$CPS$JBOSS_HOME/client/jnet.jar"
-CLASSPATH="$CLASSPATH$CPS$@HOME_DIRECTORY@/lib/@PRODUCT_NAME at -integration.jar"
-
-# Add ext libraries required for tools
-CLASSPATH="$CLASSPATH$CPS$@HOME_DIRECTORY@/bin/tools/ext/jfreechart-1.0.2.jar"
-CLASSPATH="$CLASSPATH$CPS$@HOME_DIRECTORY@/bin/tools/ext/jcommon-1.0.5.jar"
-
-export CLASSPATH
-
-# Start the tools framework
-"$JAVA_HOME/bin/java" "-Dcom.arjuna.mw.ArjunaToolsFramework.lib=$@HOME_DIRECTORY@/bin/tools" com.arjuna.ats.tools.toolsframework.ArjunaToolsFramework



More information about the jboss-svn-commits mailing list