You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2006/07/15 23:50:48 UTC

svn commit: r422295 - in /db/ojb/trunk: .classpath src/java/org/apache/ojb/broker/util/dbhandling/DdlUtilsDataHandling.java

Author: tomdz
Date: Sat Jul 15 14:50:48 2006
New Revision: 422295

URL: http://svn.apache.org/viewvc?rev=422295&view=rev
Log:
Fixed Eclipse project files
Fixed copyright date

Modified:
    db/ojb/trunk/.classpath
    db/ojb/trunk/src/java/org/apache/ojb/broker/util/dbhandling/DdlUtilsDataHandling.java

Modified: db/ojb/trunk/.classpath
URL: http://svn.apache.org/viewvc/db/ojb/trunk/.classpath?rev=422295&r1=422294&r2=422295&view=diff
==============================================================================
--- db/ojb/trunk/.classpath (original)
+++ db/ojb/trunk/.classpath Sat Jul 15 14:50:48 2006
@@ -1,45 +1,45 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
-	<classpathentry kind="src" path="src/java"/>
-	<classpathentry output="target/classes/samples" kind="src" path="src/samples"/>
-	<classpathentry output="target/classes/test" kind="src" path="src/test"/>
-	<classpathentry kind="src" path="src/jdori"/>
-	<classpathentry kind="src" path="src/prevayler"/>
-	<classpathentry output="target/xdoclettest/classes" kind="src" path="src/xdoclet/java/src"/>
-	<classpathentry output="target/xdoclettest/classes" kind="src" path="src/xdoclet/test"/>
-	<classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
-	<classpathentry kind="lib" path="lib/commons-logging.jar"/>
-	<classpathentry kind="lib" path="lib/commons-dbcp-1.1.jar"/>
-	<classpathentry kind="lib" path="lib/commons-pool-1.2.jar"/>
-	<classpathentry kind="lib" path="lib/hsqldb.jar"/>
-	<classpathentry kind="lib" path="lib/jakarta-regexp-1.3.jar"/>
-	<classpathentry kind="lib" path="lib/jdo.jar"/>
-	<classpathentry kind="lib" path="lib/junit.jar"/>
-	<classpathentry kind="lib" path="lib/xalan.jar"/>
-	<classpathentry kind="lib" path="lib/jdori.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
-	<classpathentry kind="lib" path="lib/velocity-1.3.1.jar"/>
-	<classpathentry kind="lib" path="lib/prevayler.jar"/>
-	<classpathentry kind="lib" path="lib/picocontainer-1.1.jar"/>
-	<classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
-	<classpathentry kind="lib" path="lib/torque-gen-3.1.1.jar"/>
-	<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
-	<classpathentry kind="lib" path="lib/geronimo-spec-j2ee-1.4-rc2.jar"/>
-	<classpathentry kind="lib" path="lib/p6spy-1.3-patched.jar"/>
-	<classpathentry kind="lib" path="lib/xdoclet-1.2.3.jar"/>
-	<classpathentry kind="lib" path="lib/xjavadoc-1.1.jar"/>
-	<classpathentry kind="lib" path="lib/cglib-2.1.jar"/>
-	<classpathentry kind="lib" path="lib/commons-digester-1.7.jar"/>
-	<classpathentry kind="lib" path="lib/commons-lang-2.1.jar"/>
-	<classpathentry kind="lib" path="lib/antlr-2.7.5.jar"/>
-	<classpathentry kind="lib" path="lib/oscache-2.1.1.jar"/>
-	<classpathentry kind="lib" path="lib/commons-transaction-1.1.jar"/>
-	<classpathentry kind="lib" path="lib/DdlUtils-1.0-dev.jar"/>
-	<classpathentry kind="lib" path="lib/xml-apis-1.3.02.jar"/>
-	<classpathentry kind="lib" path="lib/commons-betwixt-0.8-dev.jar"/>
-	<classpathentry kind="lib" path="lib/spring-beans-1.2.6.jar"/>
-	<classpathentry kind="lib" path="lib/spring-core-1.2.6.jar"/>
-	<classpathentry kind="lib" path="lib/jcs-1.2.6.8.jar"/>
-	<classpathentry kind="output" path="target/classes/main"/>
+	<classpathentry sourcepath="JRE_SRC" path="JRE_LIB" kind="var"/>
+	<classpathentry path="src/java" kind="src"/>
+	<classpathentry path="src/samples" output="target/classes/samples" kind="src"/>
+	<classpathentry path="src/test" output="target/classes/test" kind="src"/>
+	<classpathentry path="src/jdori" kind="src"/>
+	<classpathentry path="src/prevayler" kind="src"/>
+	<classpathentry path="src/xdoclet/java/src" output="target/xdoclettest/classes" kind="src"/>
+	<classpathentry path="src/xdoclet/test" output="target/xdoclettest/classes" kind="src"/>
+	<classpathentry path="lib/commons-beanutils.jar" kind="lib"/>
+	<classpathentry path="lib/commons-logging.jar" kind="lib"/>
+	<classpathentry path="lib/commons-pool-1.2.jar" kind="lib"/>
+	<classpathentry path="lib/hsqldb.jar" kind="lib"/>
+	<classpathentry path="lib/jakarta-regexp-1.3.jar" kind="lib"/>
+	<classpathentry path="lib/jdo.jar" kind="lib"/>
+	<classpathentry path="lib/junit.jar" kind="lib"/>
+	<classpathentry path="lib/xalan.jar" kind="lib"/>
+	<classpathentry path="lib/jdori.jar" kind="lib"/>
+	<classpathentry path="lib/log4j-1.2.8.jar" kind="lib"/>
+	<classpathentry path="lib/velocity-1.3.1.jar" kind="lib"/>
+	<classpathentry path="lib/prevayler.jar" kind="lib"/>
+	<classpathentry path="lib/picocontainer-1.1.jar" kind="lib"/>
+	<classpathentry path="lib/commons-collections-3.1.jar" kind="lib"/>
+	<classpathentry path="ANT_HOME/lib/ant.jar" kind="var"/>
+	<classpathentry path="lib/geronimo-spec-j2ee-1.4-rc2.jar" kind="lib"/>
+	<classpathentry path="lib/p6spy-1.3-patched.jar" kind="lib"/>
+	<classpathentry path="lib/xdoclet-1.2.3.jar" kind="lib"/>
+	<classpathentry path="lib/xjavadoc-1.1.jar" kind="lib"/>
+	<classpathentry path="lib/cglib-2.1.jar" kind="lib"/>
+	<classpathentry path="lib/commons-digester-1.7.jar" kind="lib"/>
+	<classpathentry path="lib/commons-lang-2.1.jar" kind="lib"/>
+	<classpathentry path="lib/antlr-2.7.5.jar" kind="lib"/>
+	<classpathentry path="lib/oscache-2.1.1.jar" kind="lib"/>
+	<classpathentry path="lib/commons-transaction-1.1.jar" kind="lib"/>
+	<classpathentry path="lib/DdlUtils-1.0-dev.jar" kind="lib"/>
+	<classpathentry path="lib/xml-apis-1.3.02.jar" kind="lib"/>
+	<classpathentry path="lib/commons-betwixt-0.8-dev.jar" kind="lib"/>
+	<classpathentry path="lib/spring-beans-1.2.6.jar" kind="lib"/>
+	<classpathentry path="lib/spring-core-1.2.6.jar" kind="lib"/>
+	<classpathentry path="lib/jcs-1.2.6.8.jar" kind="lib"/>
+	<classpathentry path="lib/commons-dbcp-1.2.1.jar" kind="lib"/>
+	<classpathentry path="lib/torque-gen-3.2_patched.jar" kind="lib"/>
+	<classpathentry path="target/classes/main" kind="output"/>
 </classpath>

Modified: db/ojb/trunk/src/java/org/apache/ojb/broker/util/dbhandling/DdlUtilsDataHandling.java
URL: http://svn.apache.org/viewvc/db/ojb/trunk/src/java/org/apache/ojb/broker/util/dbhandling/DdlUtilsDataHandling.java?rev=422295&r1=422294&r2=422295&view=diff
==============================================================================
--- db/ojb/trunk/src/java/org/apache/ojb/broker/util/dbhandling/DdlUtilsDataHandling.java (original)
+++ db/ojb/trunk/src/java/org/apache/ojb/broker/util/dbhandling/DdlUtilsDataHandling.java Sat Jul 15 14:50:48 2006
@@ -1,6 +1,6 @@
 package org.apache.ojb.broker.util.dbhandling;
 
-/* Copyright 2004-2004 The Apache Software Foundation
+/* Copyright 2004-2006 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: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org