Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjenkinson committed Jan 5, 2012
1 parent 85b3179 commit bc9a366
Show file tree
Hide file tree
Showing 5,229 changed files with 730,556 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions ArjunaCore/Readme.txt
@@ -0,0 +1,4 @@
If you are going to use the ExecProcessId implementation to obtain a pid, rather than one of the other implementations,
then you need to download getpids.exe if you are also running on Windows.

Download from http://www.scheibli.com/projects/getpids/ and place it within your classpath.
23 changes: 23 additions & 0 deletions ArjunaCore/arjuna/README/README.ObjectStore
@@ -0,0 +1,23 @@
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.
Arjuna requires a minimum object store to save/load the states of
transaction logs. The default location for this is the root of the
Arjuna installation (the system will automatically create an
ObjectStore subdirectory). For further details, see the
Administator's Guide.
22 changes: 22 additions & 0 deletions ArjunaCore/arjuna/README/README.properties
@@ -0,0 +1,22 @@
#
# 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.
#
An example properties file is included in the etc directory of the
installation. Please examine and change this where required.
98 changes: 98 additions & 0 deletions ArjunaCore/arjuna/Readme.txt
@@ -0,0 +1,98 @@
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.
-> Configuration properties

The Ant properties that can be set (and their defaults and possible values)
are :

Property Values

com.hp.mw.ts.properties product.properties **
(property file to load properties (any filename)
from)

com.hp.mw.ts.date YYYY/MM/DD hh:mm **
(date of build) (any string)

com.hp.mw.ts.installationdirectory install **
(installation directory) (any directory) [1]

com.hp.mw.ts.sourceid unknown **
(source identifier) (any string)

com.hp.mw.ts.version unknown **
(product version) (any string)

com.hp.mw.ts.builder Hewlett Packard [user] (OS) **
(product builder) (any string)

com.hp.mw.ts.notes <empty> **
(any notes) (any string)

com.hp.mw.ts.arjuna.objectstore.cloudscape36.compile
(add Cloudscape 3.6 support) no **
yes

com.hp.mw.ts.arjuna.objectstore.sequelink51.compile
(add Sequelink 5.1 support) yes **
no

com.hp.mw.ts.arjuna.objectstore.oracle81.compile
(add Oracle 8.1 support) no **
yes

com.hp.mw.ts.arjuna.objectstore.oracle81.compile
(add Oracle 9.0 support) no **
yes

com.hp.mw.ts.arjuna.tests.compile no **
(compile tests) yes

com.hp.mw.ts.arjuna.tests.install no **
(install tests) yes

com.hp.mw.ts.arjuna.utilities.compile yes **
(compile utilities) no

com.hp.mw.ts.arjuna.utilities.install yes **
(install utilities) no


-> Build targets

The arjuna 'build.xml' file contains the targets :

Long name Short name

com.hp.mw.ts.arjuna.compile compile
(compile java classes)

com.hp.mw.ts.arjuna.jar jar **
(generate module jar file)

com.hp.mw.ts.arjuna.install install
(install module)

com.hp.mw.ts.arjuna.clean clean
(clean generated files)


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

$Id: Readme.txt 2342 2006-03-30 13:06:17Z $

0 comments on commit bc9a366

Please sign in to comment.