Re: svn commit: r520602 - in /jakarta/commons/proper/transaction/trunk: ./ lib/

2007-04-13 Thread Joerg Heinicke
Niall Pemberton niall.pemberton at gmail.com writes:

 Can't remember if I did or not - anyway I've added a download target
 to the ant build
 
 http://svn.apache.org/viewvc?view=revrevision=521856

Hi Niall,

missed that one completely up to now. Thanks very much. I'm going to drop the
jars from SVN now.

Regards,
Joerg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r520602 - in /jakarta/commons/proper/transaction/trunk: ./ lib/

2007-03-23 Thread Niall Pemberton

On 3/20/07, Joerg Heinicke [EMAIL PROTECTED] wrote:

 Author: joerg
 Date: Tue Mar 20 14:15:48 2007
 New Revision: 520602

 URL: http://svn.apache.org/viewvc?view=revrev=520602
 Log:
 replace the geronimo spec jars compiled by me at least with the now officially
 released ones
 (this is only a temporary solution as long as we don't have an Ant build
 fetching the jars itself)

Somebody offered some time ago to help with converting the Ant build fetching
the jars itself or even did it on another Jakarta Commons project. Is he or she
still willing to help? ;) What's the best way to do it in Ant?


Can't remember if I did or not - anyway I've added a download target
to the ant build

http://svn.apache.org/viewvc?view=revrevision=521856

Niall


Regards
Joerg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r520602 - in /jakarta/commons/proper/transaction/trunk: ./ lib/

2007-03-20 Thread joerg
Author: joerg
Date: Tue Mar 20 14:15:48 2007
New Revision: 520602

URL: http://svn.apache.org/viewvc?view=revrev=520602
Log:
replace the geronimo spec jars compiled by me at least with the now officially 
released ones
(this is only a temporary solution as long as we don't have an Ant build 
fetching the jars itself)

Added:

jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.1.jar
   (with props)

jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.1.jar 
  (with props)

jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.1.jar
   (with props)
Removed:

jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.jar

jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom

jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.jar

jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom

jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.jar

jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom
Modified:
jakarta/commons/proper/transaction/trunk/build.xml

Modified: jakarta/commons/proper/transaction/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/build.xml?view=diffrev=520602r1=520601r2=520602
==
--- jakarta/commons/proper/transaction/trunk/build.xml (original)
+++ jakarta/commons/proper/transaction/trunk/build.xml Tue Mar 20 14:15:48 2007
@@ -36,7 +36,7 @@
   property name=compile.deprecation value=true /
   property name=compile.optimize value=true /
 
-  property name=version value=1.2-rc4/
+  property name=version value=1.3-dev/
   property name=name value=commons-transaction /
   property name=title value=Commons Transaction /
   property name=package value=org.apache.commons.transaction /
@@ -74,9 +74,9 @@
   property name=dist.lib value=${dist.dir}/lib/
   property name=dist.deploy value=${dist.dir}/deploy/
 
-  property name=jta.jar 
value=${lib.dir}/geronimo-jta_1.0.1B_spec-1.1.jar/
-  property name=jca.jar 
value=${lib.dir}/geronimo-j2ee-connector_1.5_spec-1.1.jar/
-  property name=servlet.jar 
value=${lib.dir}/geronimo-servlet_2.4_spec-1.1.jar/
+  property name=jta.jar 
value=${lib.dir}/geronimo-jta_1.0.1B_spec-1.1.1.jar/
+  property name=jca.jar 
value=${lib.dir}/geronimo-j2ee-connector_1.5_spec-1.1.1.jar/
+  property name=servlet.jar 
value=${lib.dir}/geronimo-servlet_2.4_spec-1.1.1.jar/
 
   path id=classpath
 pathelement location=${build.classes} /

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.1.jar?view=autorev=520602
==
Binary file - no diff available.

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.1.jar
--
svn:mime-type = application/octet-stream

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.1.jar?view=autorev=520602
==
Binary file - no diff available.

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.1.jar
--
svn:mime-type = application/octet-stream

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.1.jar?view=autorev=520602
==
Binary file - no diff available.

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.1.jar
--
svn:mime-type = application/octet-stream



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r520602 - in /jakarta/commons/proper/transaction/trunk: ./ lib/

2007-03-20 Thread Joerg Heinicke
 Author: joerg
 Date: Tue Mar 20 14:15:48 2007
 New Revision: 520602
 
 URL: http://svn.apache.org/viewvc?view=revrev=520602
 Log:
 replace the geronimo spec jars compiled by me at least with the now officially
 released ones
 (this is only a temporary solution as long as we don't have an Ant build
 fetching the jars itself)

Somebody offered some time ago to help with converting the Ant build fetching
the jars itself or even did it on another Jakarta Commons project. Is he or she
still willing to help? ;) What's the best way to do it in Ant?

Regards
Joerg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]