svn commit: r928431 - in /ibatis/java/ibatis-3/trunk: ant-lib/ build.xml doc/ ibatis-3-core/bundle.xml ibatis-3-core/doc/ ibatis-3-core/migrations.xml ibatis-3-core/pom.xml version.properties

2010-03-28 Thread cbegin
Author: cbegin Date: Sun Mar 28 15:27:53 2010 New Revision: 928431 URL: http://svn.apache.org/viewvc?rev=928431view=rev Log: removed ant build, using maven exclusively now Added: ibatis/java/ibatis-3/trunk/ibatis-3-core/bundle.xml ibatis/java/ibatis-3/trunk/ibatis-3-core/doc/ -

svn commit: r928432 - /ibatis/java/ibatis-3/trunk/ibatis-3-core/

2010-03-28 Thread cbegin
Author: cbegin Date: Sun Mar 28 15:31:45 2010 New Revision: 928432 URL: http://svn.apache.org/viewvc?rev=928432view=rev Log: ignored project files Modified: ibatis/java/ibatis-3/trunk/ibatis-3-core/ (props changed) Propchange: ibatis/java/ibatis-3/trunk/ibatis-3-core/

svn commit: r928433 - in /ibatis/java/ibatis-3: temp/ trunk/

2010-03-28 Thread cbegin
Author: cbegin Date: Sun Mar 28 15:34:38 2010 New Revision: 928433 URL: http://svn.apache.org/viewvc?rev=928433view=rev Log: Renamed trunk (ibatis/java/ibatis-3/trunk) to temp. Added: ibatis/java/ibatis-3/temp/ - copied from r928432, ibatis/java/ibatis-3/trunk/ Removed:

svn commit: r928434 - in /ibatis/java/ibatis-3: temp/ibatis-3-core/ trunk/

2010-03-28 Thread cbegin
Author: cbegin Date: Sun Mar 28 15:35:17 2010 New Revision: 928434 URL: http://svn.apache.org/viewvc?rev=928434view=rev Log: Moved ibatis/java/ibatis-3/temp/ibatis-3-core to ibatis/java/ibatis-3/trunk. Added: ibatis/java/ibatis-3/trunk/ - copied from r928433,

svn commit: r928435 - /ibatis/java/ibatis-3/temp/

2010-03-28 Thread cbegin
Author: cbegin Date: Sun Mar 28 15:35:30 2010 New Revision: 928435 URL: http://svn.apache.org/viewvc?rev=928435view=rev Log: Removed ibatis/java/ibatis-3/temp Removed: ibatis/java/ibatis-3/temp/

svn commit: r928450 - in /ibatis/java/ibatis-3/trunk: migrations.xml pom.xml

2010-03-28 Thread cbegin
Author: cbegin Date: Sun Mar 28 16:41:47 2010 New Revision: 928450 URL: http://svn.apache.org/viewvc?rev=928450view=rev Log: changed artifact id for ibatis to be more maven-like Modified: ibatis/java/ibatis-3/trunk/migrations.xml ibatis/java/ibatis-3/trunk/pom.xml Modified:

svn commit: r928495 - in /ibatis/java/ibator/trunk/core: ibator-core/doc/ ibator-core/doc/html/ ibator-core/src/main/java/org/apache/ibatis/ibator/generator/ibatis3/xmlmapper/elements/ ibator-systests

2010-03-28 Thread jgbutler
Author: jgbutler Date: Sun Mar 28 21:18:43 2010 New Revision: 928495 URL: http://svn.apache.org/viewvc?rev=928495view=rev Log: [Ibator] Tests and fix for corner case issue with insertSelective, sequences, and iBATIS3 Modified: ibatis/java/ibator/trunk/core/ibator-core/doc/ReleaseNotes.txt

svn commit: r928540 - /ibatis/java/ibatis-3/trunk/pom.xml

2010-03-28 Thread cbegin
Author: cbegin Date: Mon Mar 29 00:11:26 2010 New Revision: 928540 URL: http://svn.apache.org/viewvc?rev=928540view=rev Log: corrected SNAPSHOT version Modified: ibatis/java/ibatis-3/trunk/pom.xml Modified: ibatis/java/ibatis-3/trunk/pom.xml URL:

svn commit: r928551 - in /ibatis/java/ibatis-3/trunk/src/main/java/org/apache/ibatis: executor/ErrorContext.java jdbc/ScriptRunner.java migration/MigrationReader.java

2010-03-28 Thread cbegin
Author: cbegin Date: Mon Mar 29 00:50:50 2010 New Revision: 928551 URL: http://svn.apache.org/viewvc?rev=928551view=rev Log: maintain newlines in migration scripts. Modified: ibatis/java/ibatis-3/trunk/src/main/java/org/apache/ibatis/executor/ErrorContext.java