tomdz 2005/12/21 14:24:16
Modified: src/java/org/apache/ojb/broker/cache Tag: OJB_1_0_RELEASE
ObjectCachePerClassImpl.java
ObjectCachePerBrokerImpl.java
AbstractMetaCache.java
ObjectCacheLocalDefaultImpl.java
ObjectCacheTwoLevelImpl.java ObjectCache.java
ObjectCacheEmptyImpl.java MaterializationCache.java
ObjectCacheSoftImpl.java RuntimeCacheException.java
ObjectCacheInternal.java
ObjectCacheDefaultImpl.java
ObjectCacheJCSPerClassImpl.java
ObjectCacheFactory.java ObjectCacheJCSImpl.java
CacheDistributor.java
src/java/org/apache/ojb/broker/ant Tag: OJB_1_0_RELEASE
RepositoryDataTask.java Command.java
WriteDtdToFileCommand.java
RepositoryVerifierHandler.java
WriteDataToDatabaseCommand.java PreparedModel.java
DataSet.java WriteDataSqlToFileCommand.java
VerifyMappingsTask.java DBUtility.java
TorqueRepositoryGeneratorTask.java
DataTaskException.java DdlUtilsDataHandling.java
Log:
Updated license
Revision Changes Path
No revision
No revision
1.6.2.2 +11 -11
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCachePerClassImpl.java
Index: ObjectCachePerClassImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCachePerClassImpl.java,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- ObjectCachePerClassImpl.java 27 Jul 2004 00:33:11 -0000 1.6.2.1
+++ ObjectCachePerClassImpl.java 21 Dec 2005 22:24:15 -0000 1.6.2.2
@@ -1,15 +1,6 @@
package org.apache.ojb.broker.cache;
-import java.util.Collections;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.Map;
-import java.util.Properties;
-
-import org.apache.ojb.broker.Identity;
-import org.apache.ojb.broker.PersistenceBroker;
-
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,6 +15,15 @@
* limitations under the License.
*/
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.Map;
+import java.util.Properties;
+
+import org.apache.ojb.broker.Identity;
+import org.apache.ojb.broker.PersistenceBroker;
+
/**
* Global [EMAIL PROTECTED] ObjectCache} implementation.
*
1.11.2.2 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCachePerBrokerImpl.java
Index: ObjectCachePerBrokerImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCachePerBrokerImpl.java,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -r1.11.2.1 -r1.11.2.2
--- ObjectCachePerBrokerImpl.java 23 Jan 2005 03:07:31 -0000 1.11.2.1
+++ ObjectCachePerBrokerImpl.java 21 Dec 2005 22:24:15 -0000 1.11.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5.2.2 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/AbstractMetaCache.java
Index: AbstractMetaCache.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/AbstractMetaCache.java,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- AbstractMetaCache.java 23 Jan 2005 03:07:31 -0000 1.5.2.1
+++ AbstractMetaCache.java 21 Dec 2005 22:24:15 -0000 1.5.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5.2.2 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheLocalDefaultImpl.java
Index: ObjectCacheLocalDefaultImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheLocalDefaultImpl.java,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- ObjectCacheLocalDefaultImpl.java 23 Jan 2005 03:07:31 -0000 1.5.2.1
+++ ObjectCacheLocalDefaultImpl.java 21 Dec 2005 22:24:15 -0000 1.5.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.16 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheTwoLevelImpl.java
Index: ObjectCacheTwoLevelImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheTwoLevelImpl.java,v
retrieving revision 1.1.2.15
retrieving revision 1.1.2.16
diff -u -r1.1.2.15 -r1.1.2.16
--- ObjectCacheTwoLevelImpl.java 21 Nov 2005 14:16:57 -0000 1.1.2.15
+++ ObjectCacheTwoLevelImpl.java 21 Dec 2005 22:24:15 -0000 1.1.2.16
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2004-2004 The Apache Software Foundation
+/* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.9.2.3 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/ObjectCache.java
Index: ObjectCache.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/ObjectCache.java,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -r1.9.2.2 -r1.9.2.3
--- ObjectCache.java 7 Feb 2005 20:42:42 -0000 1.9.2.2
+++ ObjectCache.java 21 Dec 2005 22:24:15 -0000 1.9.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.13.2.3 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/ObjectCacheEmptyImpl.java
Index: ObjectCacheEmptyImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/ObjectCacheEmptyImpl.java,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -r1.13.2.2 -r1.13.2.3
--- ObjectCacheEmptyImpl.java 4 Jun 2005 14:19:00 -0000 1.13.2.2
+++ ObjectCacheEmptyImpl.java 21 Dec 2005 22:24:15 -0000 1.13.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.6 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/MaterializationCache.java
Index: MaterializationCache.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/MaterializationCache.java,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -r1.1.2.5 -r1.1.2.6
--- MaterializationCache.java 24 Jul 2005 23:29:14 -0000 1.1.2.5
+++ MaterializationCache.java 21 Dec 2005 22:24:15 -0000 1.1.2.6
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2004-2004 The Apache Software Foundation
+/* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.7.2.2 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheSoftImpl.java
Index: ObjectCacheSoftImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheSoftImpl.java,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- ObjectCacheSoftImpl.java 23 Jan 2005 03:07:31 -0000 1.7.2.1
+++ ObjectCacheSoftImpl.java 21 Dec 2005 22:24:15 -0000 1.7.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2004 The Apache Software Foundation
+/* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.6.2.1 +3 -3
db-ojb/src/java/org/apache/ojb/broker/cache/RuntimeCacheException.java
Index: RuntimeCacheException.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/RuntimeCacheException.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- RuntimeCacheException.java 4 Apr 2004 23:53:33 -0000 1.6
+++ RuntimeCacheException.java 21 Dec 2005 22:24:15 -0000 1.6.2.1
@@ -1,8 +1,6 @@
package org.apache.ojb.broker.cache;
-import org.apache.ojb.broker.OJBRuntimeException;
-
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -16,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+import org.apache.ojb.broker.OJBRuntimeException;
+
public class RuntimeCacheException extends OJBRuntimeException
{
public RuntimeCacheException()
1.1.2.4 +4 -4
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheInternal.java
Index: ObjectCacheInternal.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheInternal.java,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- ObjectCacheInternal.java 24 Jul 2005 23:29:14 -0000 1.1.2.3
+++ ObjectCacheInternal.java 21 Dec 2005 22:24:15 -0000 1.1.2.4
@@ -1,8 +1,6 @@
package org.apache.ojb.broker.cache;
-import org.apache.ojb.broker.Identity;
-
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,6 +15,8 @@
* limitations under the License.
*/
+import org.apache.ojb.broker.Identity;
+
/**
* Internal used extension of the [EMAIL PROTECTED] ObjectCache}.
*
1.24.2.7 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/ObjectCacheDefaultImpl.java
Index: ObjectCacheDefaultImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/ObjectCacheDefaultImpl.java,v
retrieving revision 1.24.2.6
retrieving revision 1.24.2.7
diff -u -r1.24.2.6 -r1.24.2.7
--- ObjectCacheDefaultImpl.java 10 Oct 2005 00:01:11 -0000 1.24.2.6
+++ ObjectCacheDefaultImpl.java 21 Dec 2005 22:24:15 -0000 1.24.2.7
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2004 The Apache Software Foundation
+/* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3.2.1 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheJCSPerClassImpl.java
Index: ObjectCacheJCSPerClassImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheJCSPerClassImpl.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- ObjectCacheJCSPerClassImpl.java 4 Apr 2004 23:53:33 -0000 1.3
+++ ObjectCacheJCSPerClassImpl.java 21 Dec 2005 22:24:15 -0000 1.3.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.17.2.3 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheFactory.java
Index: ObjectCacheFactory.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/ObjectCacheFactory.java,v
retrieving revision 1.17.2.2
retrieving revision 1.17.2.3
diff -u -r1.17.2.2 -r1.17.2.3
--- ObjectCacheFactory.java 16 Aug 2005 15:04:39 -0000 1.17.2.2
+++ ObjectCacheFactory.java 21 Dec 2005 22:24:15 -0000 1.17.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.11.2.2 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/ObjectCacheJCSImpl.java
Index: ObjectCacheJCSImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/ObjectCacheJCSImpl.java,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -r1.11.2.1 -r1.11.2.2
--- ObjectCacheJCSImpl.java 23 Jan 2005 03:07:31 -0000 1.11.2.1
+++ ObjectCacheJCSImpl.java 21 Dec 2005 22:24:15 -0000 1.11.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2004 The Apache Software Foundation
+/* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.7.2.4 +2 -2
db-ojb/src/java/org/apache/ojb/broker/cache/Attic/CacheDistributor.java
Index: CacheDistributor.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/cache/Attic/CacheDistributor.java,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -r1.7.2.3 -r1.7.2.4
--- CacheDistributor.java 19 Feb 2005 20:11:31 -0000 1.7.2.3
+++ CacheDistributor.java 21 Dec 2005 22:24:15 -0000 1.7.2.4
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.cache;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
No revision
No revision
1.1.2.2 +15 -0
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/RepositoryDataTask.java
Index: RepositoryDataTask.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/RepositoryDataTask.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- RepositoryDataTask.java 13 Dec 2005 20:29:16 -0000 1.1.2.1
+++ RepositoryDataTask.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,5 +1,20 @@
package org.apache.ojb.broker.ant;
+/* Copyright 2005 The Apache Software Foundation
+ *
+ * Licensed 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 java.io.File;
import java.io.FileInputStream;
import java.util.ArrayList;
1.1.2.2 +2 -3
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/Command.java
Index: Command.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/Command.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- Command.java 13 Dec 2005 20:29:16 -0000 1.1.2.1
+++ Command.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,7 +1,6 @@
package org.apache.ojb.broker.ant;
-/*
- * Copyright 1999-2005 The Apache Software Foundation.
+/* Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.2 +2 -3
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/WriteDtdToFileCommand.java
Index: WriteDtdToFileCommand.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/WriteDtdToFileCommand.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- WriteDtdToFileCommand.java 13 Dec 2005 20:29:17 -0000 1.1.2.1
+++ WriteDtdToFileCommand.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,7 +1,6 @@
package org.apache.ojb.broker.ant;
-/*
- * Copyright 1999-2005 The Apache Software Foundation.
+/* Copyright 2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.16.2.2 +2 -2
db-ojb/src/java/org/apache/ojb/broker/ant/RepositoryVerifierHandler.java
Index: RepositoryVerifierHandler.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/RepositoryVerifierHandler.java,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -r1.16.2.1 -r1.16.2.2
--- RepositoryVerifierHandler.java 19 Feb 2005 21:49:53 -0000 1.16.2.1
+++ RepositoryVerifierHandler.java 21 Dec 2005 22:24:16 -0000 1.16.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.ant;
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.2 +2 -3
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/WriteDataToDatabaseCommand.java
Index: WriteDataToDatabaseCommand.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/WriteDataToDatabaseCommand.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- WriteDataToDatabaseCommand.java 13 Dec 2005 20:29:17 -0000 1.1.2.1
+++ WriteDataToDatabaseCommand.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,7 +1,6 @@
package org.apache.ojb.broker.ant;
-/*
- * Copyright 1999-2005 The Apache Software Foundation.
+/* Copyright 2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.2 +1 -1
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/PreparedModel.java
Index: PreparedModel.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/PreparedModel.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- PreparedModel.java 13 Dec 2005 20:29:17 -0000 1.1.2.1
+++ PreparedModel.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.ant;
-/* Copyright 2004-2004 The Apache Software Foundation
+/* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.2 +1 -1
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/DataSet.java
Index: DataSet.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/DataSet.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- DataSet.java 13 Dec 2005 20:29:17 -0000 1.1.2.1
+++ DataSet.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.ant;
-/* Copyright 2004-2004 The Apache Software Foundation
+/* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.2 +2 -3
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/WriteDataSqlToFileCommand.java
Index: WriteDataSqlToFileCommand.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/WriteDataSqlToFileCommand.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- WriteDataSqlToFileCommand.java 13 Dec 2005 20:29:17 -0000 1.1.2.1
+++ WriteDataSqlToFileCommand.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,7 +1,6 @@
package org.apache.ojb.broker.ant;
-/*
- * Copyright 1999-2005 The Apache Software Foundation.
+/* Copyright 2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.8.2.1 +1 -1
db-ojb/src/java/org/apache/ojb/broker/ant/VerifyMappingsTask.java
Index: VerifyMappingsTask.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/VerifyMappingsTask.java,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -r1.8 -r1.8.2.1
--- VerifyMappingsTask.java 4 Apr 2004 23:53:33 -0000 1.8
+++ VerifyMappingsTask.java 21 Dec 2005 22:24:16 -0000 1.8.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.ant;
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.10.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/broker/ant/DBUtility.java
Index: DBUtility.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/DBUtility.java,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -r1.10 -r1.10.2.1
--- DBUtility.java 22 May 2004 11:24:51 -0000 1.10
+++ DBUtility.java 21 Dec 2005 22:24:16 -0000 1.10.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.ant;
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4.2.1 +1 -1
db-ojb/src/java/org/apache/ojb/broker/ant/TorqueRepositoryGeneratorTask.java
Index: TorqueRepositoryGeneratorTask.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/TorqueRepositoryGeneratorTask.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- TorqueRepositoryGeneratorTask.java 4 Apr 2004 23:53:33 -0000
1.4
+++ TorqueRepositoryGeneratorTask.java 21 Dec 2005 22:24:16 -0000
1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.ant;
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.2 +1 -1
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/DataTaskException.java
Index: DataTaskException.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/DataTaskException.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- DataTaskException.java 13 Dec 2005 20:29:17 -0000 1.1.2.1
+++ DataTaskException.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.ant;
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.1.2.2 +1 -1
db-ojb/src/java/org/apache/ojb/broker/ant/Attic/DdlUtilsDataHandling.java
Index: DdlUtilsDataHandling.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/ant/Attic/DdlUtilsDataHandling.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- DdlUtilsDataHandling.java 13 Dec 2005 20:29:17 -0000 1.1.2.1
+++ DdlUtilsDataHandling.java 21 Dec 2005 22:24:16 -0000 1.1.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.ant;
-/* Copyright 2004-2004 The Apache Software Foundation
+/* Copyright 2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]