You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jo...@apache.org on 2007/01/07 02:42:50 UTC

svn commit: r493628 [1/2] - in /jakarta/commons/proper/transaction/trunk: ./ example/mapConnector/src/conf/ example/mapConnector/src/java/connector/ lib/ src/conf/connector/map/ src/conf/connector/map/jboss/ src/java/org/apache/commons/transaction/file...

Author: joerg
Date: Sat Jan  6 17:42:48 2007
New Revision: 493628

URL: http://svn.apache.org/viewvc?view=rev&rev=493628
Log:
unified header (without some old cvs path in them) for all files (especially java),
added header to all source files were missing

Modified:
    jakarta/commons/proper/transaction/trunk/   (props changed)
    jakarta/commons/proper/transaction/trunk/build.properties.sample
    jakarta/commons/proper/transaction/trunk/build.xml
    jakarta/commons/proper/transaction/trunk/doap_transaction.rdf
    jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/jboss-web.xml
    jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/web.xml
    jakarta/commons/proper/transaction/trunk/example/mapConnector/src/java/connector/TestServlet.java
    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.pom
    jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom
    jakarta/commons/proper/transaction/trunk/maven.xml
    jakarta/commons/proper/transaction/trunk/project.properties
    jakarta/commons/proper/transaction/trunk/project.xml
    jakarta/commons/proper/transaction/trunk/src/conf/connector/map/jboss/map-connector-ds.xml
    jakarta/commons/proper/transaction/trunk/src/conf/connector/map/ra.xml
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileResourceManager.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileSequence.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceIdToPathMapper.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerErrorCodes.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerException.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerSystemException.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/TransactionIdToPathMapper.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/URLEncodeIdMapper.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLock.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLockManager.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockException.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager2.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock2.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLock.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLockManager.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLock.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLockManager.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/ConflictException.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashMapFactory.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashSetFactory.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/LockException.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/MapFactory.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/OptimisticMapWrapper.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/PessimisticMapWrapper.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/SetFactory.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/TransactionalMapWrapper.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/FileHelper.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/Log4jLogger.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/LoggerFacade.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/PrintWriterLogger.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/RendezvousBarrier.java
    jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/file/JDK14URLEncodeIdMapper.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnection.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionFactory.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionSpec.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapLocalTransaction.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnection.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnectionFactory.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapXAResource.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MemoryMapResourceManager.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/Jdk14Logger.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractTransactionalResource.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractXAResource.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/TransactionalResource.java
    jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/XidWrapper.java
    jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/file/FileResourceManagerTest.java
    jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/GenericLockTest.java
    jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/LockTestRepeatableReads.java
    jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/MapWrapperTest.java
    jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/OptimisticMapWrapperTest.java
    jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/PessimisticMapWrapperTest.java
    jakarta/commons/proper/transaction/trunk/xdocs/cvs-usage.xml
    jakarta/commons/proper/transaction/trunk/xdocs/file/index.xml
    jakarta/commons/proper/transaction/trunk/xdocs/index.xml
    jakarta/commons/proper/transaction/trunk/xdocs/issue-tracking.xml
    jakarta/commons/proper/transaction/trunk/xdocs/locks/concepts.xml
    jakarta/commons/proper/transaction/trunk/xdocs/locks/deadlock.xml
    jakarta/commons/proper/transaction/trunk/xdocs/locks/index.xml
    jakarta/commons/proper/transaction/trunk/xdocs/locks/preference.xml
    jakarta/commons/proper/transaction/trunk/xdocs/locks/tutorial.xml
    jakarta/commons/proper/transaction/trunk/xdocs/maps/index.xml
    jakarta/commons/proper/transaction/trunk/xdocs/maps/wrappers-comparision.xml
    jakarta/commons/proper/transaction/trunk/xdocs/navigation.xml
    jakarta/commons/proper/transaction/trunk/xdocs/releases.xml
    jakarta/commons/proper/transaction/trunk/xdocs/style/project.css

Propchange: jakarta/commons/proper/transaction/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Jan  6 17:42:48 2007
@@ -1,9 +1,13 @@
-build.properties
-dist
-.classpath
-.project
-.checkstyle
-target
-maven.log
-velocity.log
-eclipse_classes
+build.properties
+dist
+.classpath
+.project
+.checkstyle
+target
+maven.log
+velocity.log
+eclipse_classes
+build
+.settings
+tmp
+eclipse

Modified: jakarta/commons/proper/transaction/trunk/build.properties.sample
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/build.properties.sample?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
Binary files - no diff available.

Modified: jakarta/commons/proper/transaction/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/build.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/build.xml (original)
+++ jakarta/commons/proper/transaction/trunk/build.xml Sat Jan  6 17:42:48 2007
@@ -1,5 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <!-- 
   =======================================================================
   Commons Transaction build file

Modified: jakarta/commons/proper/transaction/trunk/doap_transaction.rdf
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/doap_transaction.rdf?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/doap_transaction.rdf (original)
+++ jakarta/commons/proper/transaction/trunk/doap_transaction.rdf Sat Jan  6 17:42:48 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
   <Project rdf:about="http://jakarta.apache.org/commons/transaction/">
     <name>Apache Jakarta Commons Transaction</name>

Modified: jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/jboss-web.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/jboss-web.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/jboss-web.xml (original)
+++ jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/jboss-web.xml Sat Jan  6 17:42:48 2007
@@ -1,6 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <jboss-web>
 
    <!-- Resource references -->

Modified: jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/web.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/web.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/web.xml (original)
+++ jakarta/commons/proper/transaction/trunk/example/mapConnector/src/conf/web.xml Sat Jan  6 17:42:48 2007
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <web-app id="WebApp">
 	<servlet>
 		<servlet-name>Test</servlet-name>

Modified: jakarta/commons/proper/transaction/trunk/example/mapConnector/src/java/connector/TestServlet.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/example/mapConnector/src/java/connector/TestServlet.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/example/mapConnector/src/java/connector/TestServlet.java (original)
+++ jakarta/commons/proper/transaction/trunk/example/mapConnector/src/java/connector/TestServlet.java Sat Jan  6 17:42:48 2007
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 package connector;
 
 import java.io.*;
@@ -16,6 +32,8 @@
 
 /**
  * Implementation of the test servlet.
+ * 
+ * @version $Id$
  */
 public class TestServlet extends HttpServlet {
     // Reference to the factory

Modified: jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom (original)
+++ jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom Sat Jan  6 17:42:48 2007
@@ -1,4 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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>
   <parent>
     <artifactId>specs</artifactId>
     <groupId>org.apache.geronimo.specs</groupId>

Modified: jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom (original)
+++ jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom Sat Jan  6 17:42:48 2007
@@ -1,4 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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>
   <parent>
     <artifactId>specs</artifactId>
     <groupId>org.apache.geronimo.specs</groupId>

Modified: jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom (original)
+++ jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom Sat Jan  6 17:42:48 2007
@@ -1,4 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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>
   <parent>
     <artifactId>specs</artifactId>
     <groupId>org.apache.geronimo.specs</groupId>

Modified: jakarta/commons/proper/transaction/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/maven.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/maven.xml (original)
+++ jakarta/commons/proper/transaction/trunk/maven.xml Sat Jan  6 17:42:48 2007
@@ -1,18 +1,18 @@
 <!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You 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
+      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.
+  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 default="java:jar"
   xmlns:ant="jelly:ant"

Modified: jakarta/commons/proper/transaction/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/project.properties?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/project.properties (original)
+++ jakarta/commons/proper/transaction/trunk/project.properties Sat Jan  6 17:42:48 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 maven.repo.remote=http://repo1.maven.org/maven
 
 # uncomment the next line to work in offline mode (no jar download & no linkcheck)

Modified: jakarta/commons/proper/transaction/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/project.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/project.xml (original)
+++ jakarta/commons/proper/transaction/trunk/project.xml Sat Jan  6 17:42:48 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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>
   <pomVersion>3</pomVersion>
   <name>Transaction</name>

Modified: jakarta/commons/proper/transaction/trunk/src/conf/connector/map/jboss/map-connector-ds.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/conf/connector/map/jboss/map-connector-ds.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/conf/connector/map/jboss/map-connector-ds.xml (original)
+++ jakarta/commons/proper/transaction/trunk/src/conf/connector/map/jboss/map-connector-ds.xml Sat Jan  6 17:42:48 2007
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <connection-factories>
 
   <tx-connection-factory>

Modified: jakarta/commons/proper/transaction/trunk/src/conf/connector/map/ra.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/conf/connector/map/ra.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/conf/connector/map/ra.xml (original)
+++ jakarta/commons/proper/transaction/trunk/src/conf/connector/map/ra.xml Sat Jan  6 17:42:48 2007
@@ -1,7 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
 <connector>
     <display-name>Map</display-name>
     <vendor-name>Apache Software Foundation</vendor-name>

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileResourceManager.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileResourceManager.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileResourceManager.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileResourceManager.java Sat Jan  6 17:42:48 2007
@@ -109,7 +109,7 @@
  * Be very careful not to have two instances of <code>FileResourceManager</code>
  * working in the same store and/or working dir.
  *   
- * @version $Revision$
+ * @version $Id$
  */
 public class FileResourceManager implements ResourceManager, ResourceManagerErrorCodes {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileSequence.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileSequence.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileSequence.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileSequence.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/file/FileSequence.java,v 1.1 2004/11/18 23:27:19 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.file;
 
 import java.io.BufferedReader;
@@ -44,7 +36,7 @@
  * Fail-Safe sequence store implementation using the file system. Works by versioning
  * values of sequences and throwing away all versions, but the current and the previous one.
  * 
- * @version $Revision$
+ * @version $Id$
  */
 public class FileSequence {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceIdToPathMapper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceIdToPathMapper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceIdToPathMapper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceIdToPathMapper.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/file/ResourceIdToPathMapper.java,v 1.2 2005/01/09 15:12:12 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,16 +13,14 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.file;
 
 /**
  * Mapper from a resourceId to a path string.
- * 
- * @since 1.1
  *
+ * @version $Id$
+ * @since 1.1
  */
 public interface ResourceIdToPathMapper {
     

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManager.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/file/ResourceManager.java,v 1.3 2004/12/16 17:33:53 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.file;
 
 import java.io.InputStream;
@@ -46,8 +38,7 @@
  * <li>for reading and writing of resources
  * </ul> 
  *  
- * @version $Revision$
- *
+ * @version $Id$
  */
 public interface ResourceManager extends Status {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerErrorCodes.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerErrorCodes.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerErrorCodes.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerErrorCodes.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/file/ResourceManagerErrorCodes.java,v 1.2 2004/12/14 12:12:46 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,15 +13,13 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.file;
 
 /**
  * Error codes for resource managers.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see ResourceManager
  * @see ResourceManagerException
  * @see ResourceManagerSystemException

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerException.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerException.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerException.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerException.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/file/ResourceManagerException.java,v 1.1 2004/11/18 23:27:19 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.file;
 
 import java.io.PrintWriter;
@@ -30,8 +22,7 @@
 /**
  * Signals any kind of error or failure state in a {@link ResourceManager}.
  * 
- * @version $Revision$
- *
+ * @version $Id$
  */
 public class ResourceManagerException extends Exception implements ResourceManagerErrorCodes {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerSystemException.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerSystemException.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerSystemException.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/ResourceManagerSystemException.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/file/ResourceManagerSystemException.java,v 1.1 2004/11/18 23:27:19 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,16 +13,13 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.file;
 
 /**
  * Signals an internal system error in a {@link ResourceManager}.
  * 
- * @version $Revision$
- *
+ * @version $Id$
  */
 public class ResourceManagerSystemException extends ResourceManagerException {
     public ResourceManagerSystemException(String message, int status, Object txId, Throwable cause) {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/TransactionIdToPathMapper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/TransactionIdToPathMapper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/TransactionIdToPathMapper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/TransactionIdToPathMapper.java Sat Jan  6 17:42:48 2007
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,7 +19,7 @@
 /**
  * Maps transaction ids to paths and back.
  * 
- * @version SVN $Id$
+ * @version $Id$
  * @since 1.2
  */
 public interface TransactionIdToPathMapper {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/URLEncodeIdMapper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/URLEncodeIdMapper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/URLEncodeIdMapper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/URLEncodeIdMapper.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/file/URLEncodeIdMapper.java,v 1.2 2005/01/09 15:12:12 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.file;
 
 import java.io.UnsupportedEncodingException;
@@ -31,7 +23,8 @@
 
 /**
  * URL encodes a resource.
- *  
+ *
+ * @version $Id$
  * @since 1.1
  */
 public class URLEncodeIdMapper implements ResourceIdToPathMapper {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLock.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLock.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLock.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLock.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/GenericLock.java,v 1.14 2005/01/13 23:12:44 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 import java.util.ArrayList;
@@ -37,8 +29,7 @@
 import org.apache.commons.transaction.util.LoggerFacade;
 
 /**
- * 
- * A generic implementaion of a simple multi level lock.
+ * A generic implementain of a simple multi level lock.
  * 
  * <p>
  * The idea is to have an ascending number of lock levels ranging from
@@ -123,7 +114,7 @@
  * </ul>
  * </p>
  * 
- * @version $Revision$
+ * @version $Id$
  */
 public class GenericLock implements MultiLevelLock2 {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLockManager.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLockManager.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLockManager.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLockManager.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/GenericLockManager.java,v 1.21 2005/01/13 23:11:56 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 import java.util.ArrayList;
@@ -43,7 +35,7 @@
  * <li>global transaction timeouts that actively revoke granted rights from transactions
  * </ul>
  * 
- * @version $Revision$
+ * @version $Id$
  */
 public class GenericLockManager implements LockManager, LockManager2 {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockException.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockException.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockException.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockException.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/LockException.java,v 1.2 2005/01/09 15:12:11 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,15 +13,13 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 /**
  * Exception displaying a lock problem.
  * 
- * @version $Revision$
+ * @version $Id$
  * @since 1.1
  */
 public class LockException extends RuntimeException {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/LockManager.java,v 1.4 2005/01/07 13:32:33 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,19 +13,16 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 /**
- * 
  * A manager for multi level locks on resources. Encapsulates creation, removal, and retrieval of locks.
  * Each resource can have at most a single lock. However, it may be possible for more than one
  * accessing entity to have influence on this lock via different lock levels that may be 
  * provided by the according implementation of {@link MultiLevelLock}. 
  * 
- * @version $Revision$
+ * @version $Id$
  * @see MultiLevelLock
  */
 public interface LockManager {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager2.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager2.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager2.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/LockManager2.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/LockManager2.java,v 1.5 2005/01/10 00:04:27 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 import java.util.Set;
@@ -30,7 +22,7 @@
  * Extended version of a lock manager that also has global knowledge or all locks and should be
  * used as a delegate for all locking requests. This allows for things like deadlock detection.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see MultiLevelLock
  * @see MultiLevelLock2
  * @see LockManager

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/MultiLevelLock.java,v 1.1 2004/11/18 23:27:17 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,16 +13,13 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 /**
- * 
  * A multi level lock. Depending on the implementation more than one owner may own a certain lock level on the same lock.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see LockManager
  */
 public interface MultiLevelLock {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock2.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock2.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock2.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/MultiLevelLock2.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/MultiLevelLock2.java,v 1.3 2005/01/09 23:56:07 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 /**
@@ -29,7 +21,7 @@
  * Extended multi level lock. Compared to basic {@link MultiLevelLock} allows for more flexible
  * locking including preference and more compatibility modes.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see LockManager2
  * @see MultiLevelLock
  * @see GenericLock

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLock.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLock.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLock.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLock.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/ReadWriteLock.java,v 1.3 2005/01/07 23:33:24 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 import org.apache.commons.transaction.util.LoggerFacade;
@@ -45,7 +37,7 @@
  * again you will not be blocked by this first lock, while others of course will be. This is the
  * natural way you already know from Java monitors and synchronized blocks.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see GenericLock
  */
 public class ReadWriteLock extends GenericLock {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLockManager.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLockManager.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLockManager.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteLockManager.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/ReadWriteLockManager.java,v 1.4 2005/01/09 15:12:11 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 import org.apache.commons.transaction.util.LoggerFacade;
@@ -29,7 +21,7 @@
 /**
  * Manager for {@link org.apache.commons.transaction.locking.ReadWriteLock}s on resources.
  * 
- * @version $Revision$
+ * @version $Id$
  * @since 1.1
  */
 public class ReadWriteLockManager extends GenericLockManager {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLock.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLock.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLock.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLock.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLock.java,v 1.3 2005/01/09 15:12:11 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 import org.apache.commons.transaction.util.LoggerFacade;
@@ -57,7 +49,7 @@
  * blocked by this first lock, while others of course will be. This is the
  * natural way you already know from Java monitors and synchronized blocks.
  * 
- * @version $Revision$
+ * @version $Id$
  * 
  * @see GenericLock
  * @see org.apache.commons.transaction.locking.ReadWriteLock

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLockManager.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLockManager.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLockManager.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLockManager.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/locking/ReadWriteUpgradeLockManager.java,v 1.2 2005/01/09 15:12:11 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.locking;
 
 import org.apache.commons.transaction.util.LoggerFacade;
@@ -44,7 +36,7 @@
  * served before all other none preferred locking requests.
  * </p>
  * 
- * @version $Revision$
+ * @version $Id$
  * 
  * @see ReadWriteUpgradeLock
  * @since 1.1

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/ConflictException.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/ConflictException.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/ConflictException.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/ConflictException.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/ConflictException.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,16 +13,13 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.memory;
 
-
 /**
  * Exception displaying a conflict between two optimistic transactions.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see OptimisticMapWrapper
  */
 public class ConflictException extends RuntimeException /* FIXME Exception*/ {

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashMapFactory.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashMapFactory.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashMapFactory.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashMapFactory.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/HashMapFactory.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.memory;
 
 import java.util.HashMap;
@@ -30,7 +22,7 @@
 /**
  * Default map factory implementation creating {@link HashMap}s.
  * 
- * @version $Revision$
+ * @version $Id$
  */
 public class HashMapFactory implements MapFactory {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashSetFactory.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashSetFactory.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashSetFactory.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/HashSetFactory.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/HashSetFactory.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.memory;
 
 import java.util.HashSet;
@@ -30,7 +22,7 @@
 /**
  * Default set factory implementation creating {@link HashSet}s.
  * 
- * @version $Revision$
+ * @version $Id$
  */
 public class HashSetFactory implements SetFactory {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/LockException.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/LockException.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/LockException.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/LockException.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/LockException.java,v 1.4 2004/12/16 17:39:14 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,16 +13,14 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.memory;
 
 
 /**
  * Exception displaying a lock problem in pessimistic transactions.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see OptimisticMapWrapper
  * @see org.apache.commons.transaction.locking.LockException
  * @deprecated no longer used as it has been replaced by the more general

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/MapFactory.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/MapFactory.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/MapFactory.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/MapFactory.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/MapFactory.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,18 +13,18 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.memory;
 
 import java.util.Map;
 
 /**
- * 
- * @version $Revision$
+ * @version $Id$
  */
 public interface MapFactory {
+    
 	public Map createMap();
+    
 	public void disposeMap(Map map);
+    
 }

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/OptimisticMapWrapper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/OptimisticMapWrapper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/OptimisticMapWrapper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/OptimisticMapWrapper.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/OptimisticMapWrapper.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.memory;
 
 import java.io.PrintWriter;
@@ -52,7 +44,7 @@
  * <br>
  * <em>Caution:</em> This implementation might be slow when large amounts of data is changed in a transaction as much references will need to be copied around.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see TransactionalMapWrapper
  * @see PessimisticMapWrapper
  */

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/PessimisticMapWrapper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/PessimisticMapWrapper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/PessimisticMapWrapper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/PessimisticMapWrapper.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/PessimisticMapWrapper.java,v 1.2 2004/12/14 12:12:46 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,7 +13,6 @@
  * 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.
- *
  */
 
 package org.apache.commons.transaction.memory;
@@ -45,7 +38,7 @@
  * <br>
  * <em>Note:</em> This wrapper guarantees isolation level <code>SERIALIZABLE</code>.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see TransactionalMapWrapper
  * @see OptimisticMapWrapper
  */

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/SetFactory.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/SetFactory.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/SetFactory.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/SetFactory.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/SetFactory.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,18 +13,18 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.memory;
 
 import java.util.Set;
 
 /**
- * 
- * @version $Revision$
+ * @version $Id$
  */
 public interface SetFactory {
+    
 	public Set createSet();
+    
 	public void disposeSet(Set set);
+    
 }

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/TransactionalMapWrapper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/TransactionalMapWrapper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/TransactionalMapWrapper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/memory/TransactionalMapWrapper.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/memory/TransactionalMapWrapper.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.memory;
 
 import java.util.ArrayList;
@@ -49,7 +41,7 @@
  * <em>Note:</em> This wrapper guarantees isolation level <code>READ COMMITTED</code> only. I.e. as soon a value
  * is committed in one transaction it will be immediately visible in all other concurrent transactions.
  * 
- * @version $Revision$
+ * @version $Id$
  * @see OptimisticMapWrapper
  * @see PessimisticMapWrapper
  */

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/FileHelper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/FileHelper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/FileHelper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/FileHelper.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/util/FileHelper.java,v 1.2 2004/11/19 17:42:10 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.util;
 
 import java.io.File;
@@ -35,7 +27,7 @@
  * Helper methods for file manipulation. 
  * All methods are <em>thread safe</em>.
  * 
- * @version $Revision$
+ * @version $Id$
  */
 public final class FileHelper {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/Log4jLogger.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/Log4jLogger.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/Log4jLogger.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/Log4jLogger.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/util/Log4jLogger.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.util;
 
 import org.apache.log4j.Logger;
@@ -29,7 +21,7 @@
 /**
  * Default logger implementation. Uses log4j logging.
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class Log4jLogger implements LoggerFacade {
     

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/LoggerFacade.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/LoggerFacade.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/LoggerFacade.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/LoggerFacade.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/util/LoggerFacade.java,v 1.1 2004/11/18 23:27:18 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,16 +13,14 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.util;
 
 
 /**
  * Facade for all kinds of logging engines.
  *   
- * @version $Revision$
+ * @version $Id$
  */
 public interface LoggerFacade {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/PrintWriterLogger.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/PrintWriterLogger.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/PrintWriterLogger.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/PrintWriterLogger.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/util/PrintWriterLogger.java,v 1.2 2004/12/16 23:32:44 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.util;
 
 import java.io.PrintWriter;
@@ -30,7 +22,7 @@
  * Logger implementation that logs into a pring writer like the one
  * passed in JCA.
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class PrintWriterLogger implements LoggerFacade {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/RendezvousBarrier.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/RendezvousBarrier.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/RendezvousBarrier.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/RendezvousBarrier.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/util/RendezvousBarrier.java,v 1.2 2004/11/29 18:28:17 luetzkendorf Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,16 +13,14 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.util;
 
 /**
  * Simple barrier that blocks until all parties have either called or have arrived at the meeting point. 
  * Very useful for testing or other purposes that require to make concurrent settings deterministic.
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class RendezvousBarrier {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java Sat Jan  6 17:42:48 2007
@@ -1,10 +1,4 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//transaction/src/java/org/apache/commons/transaction/util/TurnBarrier.java,v 1.1 2005/01/07 12:41:58 ozeigermann Exp $
- * $Revision$
- * $Date$
- *
- * ====================================================================
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -19,9 +13,7 @@
  * 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.
- *
  */
-
 package org.apache.commons.transaction.util;
 
 /**
@@ -30,7 +22,7 @@
  * different threads. The idea is to have an ordered sequence of steps where step n can not be 
  * executed before n-1.
  * 
- * @version $Revision$
+ * @version $Id$
  */
 public class TurnBarrier {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org