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 [2/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...

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/file/JDK14URLEncodeIdMapper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/file/JDK14URLEncodeIdMapper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/file/JDK14URLEncodeIdMapper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/file/JDK14URLEncodeIdMapper.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/JDK14URLEncodeIdMapper.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;
@@ -29,7 +21,8 @@
 
 /**
  * URL encodes a resource id using JDK1.4 functionality. 
- * 
+ *
+ * @version $Id$
  * @since 1.1 
  */
 public class JDK14URLEncodeIdMapper implements ResourceIdToPathMapper {

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnection.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnection.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnection.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnection.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/jca/MapConnection.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.jca;
 
 import java.util.Map;
@@ -35,9 +27,7 @@
 import javax.resource.spi.ManagedConnection;
 
 /**
- *   
- * @version $Revision$
- * 
+ * @version $Id$
  */
 public class MapConnection implements Connection {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionFactory.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionFactory.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionFactory.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionFactory.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/jca/MapConnectionFactory.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,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.jca;
 
 import javax.naming.NamingException;
@@ -37,9 +29,7 @@
 import javax.resource.spi.ManagedConnectionFactory;
 
 /**
- *   
- * @version $Revision$
- * 
+ * @version $Id$
  */
 public class MapConnectionFactory implements ConnectionFactory {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionSpec.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionSpec.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionSpec.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapConnectionSpec.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/jca/MapConnectionSpec.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,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.jca;
 
 import javax.resource.cci.ConnectionSpec;
 import javax.resource.spi.ConnectionRequestInfo;
 
 /**
- *   
- * @version $Revision$
- * 
+ * @version $Id$
  */
 public class MapConnectionSpec implements ConnectionSpec, ConnectionRequestInfo {
     

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapLocalTransaction.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapLocalTransaction.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapLocalTransaction.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapLocalTransaction.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/jca/MapLocalTransaction.java,v 1.2 2004/11/19 23:41:29 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.jca;
 
 import javax.resource.ResourceException;
@@ -29,9 +21,7 @@
 import org.apache.commons.transaction.memory.TransactionalMapWrapper;
 
 /**
- * 
- * @version $Revision$
- * 
+ * @version $Id$
  */
 public class MapLocalTransaction implements javax.resource.spi.LocalTransaction, javax.resource.cci.LocalTransaction {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnection.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnection.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnection.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnection.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/jca/MapManagedConnection.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,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.jca;
 
 import java.io.PrintWriter;
@@ -43,9 +35,7 @@
 import org.apache.commons.transaction.memory.TransactionalMapWrapper;
 
 /**
- *   
- * @version $Revision$
- * 
+ * @version $Id$
  */
 public class MapManagedConnection implements ManagedConnection {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnectionFactory.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnectionFactory.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnectionFactory.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapManagedConnectionFactory.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/jca/MapManagedConnectionFactory.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.jca;
 
 import java.io.PrintWriter;
@@ -37,9 +29,7 @@
 
 
 /**
- *   
- * @version $Revision$
- * 
+ * @version $Id$
  */
 public class MapManagedConnectionFactory implements ManagedConnectionFactory {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapXAResource.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapXAResource.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapXAResource.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MapXAResource.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/jca/MapXAResource.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,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.jca;
 
 import java.io.PrintWriter;
@@ -38,9 +30,7 @@
 import org.apache.commons.transaction.util.xa.TransactionalResource;
 
 /**
- * 
- * @version $Revision$
- *  
+ * @version $Id$
  */
 public class MapXAResource extends AbstractXAResource {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MemoryMapResourceManager.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MemoryMapResourceManager.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MemoryMapResourceManager.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/memory/jca/MemoryMapResourceManager.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/jca/MemoryMapResourceManager.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.jca;
 
 import java.util.HashMap;
@@ -30,9 +22,7 @@
 import org.apache.commons.transaction.memory.TransactionalMapWrapper;
 
 /**
- *   
- * @version $Revision$
- * 
+ * @version $Id$
  */
 public class MemoryMapResourceManager {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/Jdk14Logger.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/Jdk14Logger.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/Jdk14Logger.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/Jdk14Logger.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/Jdk14Logger.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 java.util.logging.Level;
@@ -30,7 +22,7 @@
 /**
  * Default logger implementation. Uses java.util.logging implementation provided by Java 1.4.
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class Jdk14Logger implements LoggerFacade {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractTransactionalResource.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractTransactionalResource.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractTransactionalResource.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractTransactionalResource.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/xa/AbstractTransactionalResource.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.util.xa;
 
 import javax.transaction.Status;
@@ -29,6 +21,8 @@
 
 /**
  * Rudimentary abstract implementation of {@link TransactionalResource} for specific implementations to base upon.
+ * 
+ * @version $Id$
  */
 public abstract class AbstractTransactionalResource implements TransactionalResource, Status {
     protected Xid xid;

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractXAResource.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractXAResource.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractXAResource.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/AbstractXAResource.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/xa/AbstractXAResource.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.
@@ -37,6 +31,8 @@
 
 /**
  * Abstract XAResource doing all the tedious tasks shared by many XAResouce implementations.
+ * 
+ * @version $Id$
  */
 public abstract class AbstractXAResource implements XAResource, Status {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/TransactionalResource.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/TransactionalResource.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/TransactionalResource.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/TransactionalResource.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/xa/TransactionalResource.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.util.xa;
 
 import javax.transaction.xa.XAException;
@@ -29,6 +21,8 @@
 
 /**
  * Interface for something that makes up a transactional resource.
+ * 
+ * @version $Id$
  */
 public interface TransactionalResource {
 

Modified: jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/XidWrapper.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/XidWrapper.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/XidWrapper.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/java1.4/org/apache/commons/transaction/util/xa/XidWrapper.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/xa/XidWrapper.java,v 1.3 2005/01/05 18:56:16 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.xa;
 
 import javax.transaction.xa.Xid;
@@ -33,8 +25,7 @@
  * Wraps an <code>Xid</code> to guarantee methods for equality and hashcode are
  * implemented correctly. This is escpecially necessary when the <code>Xid</code> is used as a key in a <code>HashMap</code>.
  *   
- * @version $Revision$
- * 
+ * @version $Id$
  */
 public class XidWrapper implements Xid {
 

Modified: jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/file/FileResourceManagerTest.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/file/FileResourceManagerTest.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/file/FileResourceManagerTest.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/file/FileResourceManagerTest.java Sat Jan  6 17:42:48 2007
@@ -42,7 +42,7 @@
 /**
  * Tests for FileResourceManager. 
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class FileResourceManagerTest extends TestCase {
 

Modified: jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/GenericLockTest.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/GenericLockTest.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/GenericLockTest.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/GenericLockTest.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/test/org/apache/commons/transaction/locking/GenericLockTest.java,v 1.12 2005/01/13 16:44:03 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.io.PrintWriter;
@@ -38,7 +30,7 @@
 /**
  * Tests for generic locks. 
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class GenericLockTest extends TestCase {
 

Modified: jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/LockTestRepeatableReads.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/LockTestRepeatableReads.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/LockTestRepeatableReads.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/locking/LockTestRepeatableReads.java Sat Jan  6 17:42:48 2007
@@ -26,8 +26,7 @@
 /**
  * Tests for repeatable read in locks as investigated for OJB. 
  *
- * @version $Revision$
- * @author Armin Waibel
+ * @version $Id$
  */
 public class LockTestRepeatableReads extends TestCase
 {

Modified: jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/MapWrapperTest.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/MapWrapperTest.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/MapWrapperTest.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/MapWrapperTest.java Sat Jan  6 17:42:48 2007
@@ -37,7 +37,7 @@
 /**
  * Tests for map wrapper. 
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class MapWrapperTest extends TestCase {
 

Modified: jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/OptimisticMapWrapperTest.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/OptimisticMapWrapperTest.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/OptimisticMapWrapperTest.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/OptimisticMapWrapperTest.java Sat Jan  6 17:42:48 2007
@@ -32,7 +32,7 @@
 /**
  * Tests for map wrapper. 
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class OptimisticMapWrapperTest extends MapWrapperTest {
 

Modified: jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/PessimisticMapWrapperTest.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/PessimisticMapWrapperTest.java?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/PessimisticMapWrapperTest.java (original)
+++ jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/memory/PessimisticMapWrapperTest.java Sat Jan  6 17:42:48 2007
@@ -33,7 +33,7 @@
 /**
  * Tests for map wrapper. 
  *
- * @version $Revision$
+ * @version $Id$
  */
 public class PessimisticMapWrapperTest extends MapWrapperTest {
 

Modified: jakarta/commons/proper/transaction/trunk/xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/cvs-usage.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/cvs-usage.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/cvs-usage.xml Sat Jan  6 17:42:48 2007
@@ -1,23 +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.
- */
- -->
+<!--
+  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.
+-->
 <document>
  <properties>
   <title>Source repository</title>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/file/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/file/index.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/file/index.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/file/index.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/index.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/index.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/issue-tracking.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/issue-tracking.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/issue-tracking.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/issue-tracking.xml Sat Jan  6 17:42:48 2007
@@ -1,19 +1,19 @@
 <?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
+  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.
 -->
 <document>
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/locks/concepts.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/locks/concepts.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/locks/concepts.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/locks/concepts.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/locks/deadlock.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/locks/deadlock.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/locks/deadlock.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/locks/deadlock.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/locks/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/locks/index.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/locks/index.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/locks/index.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/locks/preference.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/locks/preference.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/locks/preference.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/locks/preference.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/locks/tutorial.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/locks/tutorial.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/locks/tutorial.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/locks/tutorial.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/maps/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/maps/index.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/maps/index.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/maps/index.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/maps/wrappers-comparision.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/maps/wrappers-comparision.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/maps/wrappers-comparision.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/maps/wrappers-comparision.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.
+-->
 <document>
 
  <properties>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/navigation.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/navigation.xml Sat Jan  6 17:42:48 2007
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.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.
+-->
 <project name="Commons&#xA0;Transaction">
     <title>Commons&#xA0;Transaction</title>
     <body>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/releases.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/releases.xml?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/releases.xml (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/releases.xml 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.
+-->
 <document>
    <properties>
       <title>Downloads</title>

Modified: jakarta/commons/proper/transaction/trunk/xdocs/style/project.css
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/xdocs/style/project.css?view=diff&rev=493628&r1=493627&r2=493628
==============================================================================
--- jakarta/commons/proper/transaction/trunk/xdocs/style/project.css (original)
+++ jakarta/commons/proper/transaction/trunk/xdocs/style/project.css Sat Jan  6 17:42:48 2007
@@ -1 +1,17 @@
+/*
+* 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.
+*/
 @import url("http://jakarta.apache.org/style/jakarta-maven.css");



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