svn commit: r911981 - in /ibatis/java/ibator/trunk/eclipse: org.apache.ibatis.ibator.core/ org.apache.ibatis.ibator.core/META-INF/ org.apache.ibatis.ibator.eclipse.doc/ org.apache.ibatis.ibator.eclips

2010-02-19 Thread jgbutler
Author: jgbutler
Date: Fri Feb 19 21:00:19 2010
New Revision: 911981

URL: http://svn.apache.org/viewvc?rev=911981view=rev
Log:
[Ibator] Updates to the Eclipse Plugin for Ibator 1.2.2

Added:

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/ibator-core-1.2.2-SNAPSHOT-sources.jar
   (with props)

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/ibator-core-1.2.2-SNAPSHOT.jar
   (with props)
Removed:

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/buildIbator.xml

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/ibator-src.zip
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/ibator.jar
Modified:
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/.classpath

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/META-INF/MANIFEST.MF

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/build.properties

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/buildDoc.xml

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/buildingFromSVN.html

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/importWizard.gif

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/toc_javadoc.xml

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.ui/src/org/apache/ibatis/ibator/eclipse/ui/content/IbatorConfigVerifyer.java

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.ui/src/org/apache/ibatis/ibator/eclipse/ui/wizards/NewConfigFileWizard.java
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator/feature.xml

Modified: 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/.classpath
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/.classpath?rev=911981r1=911980r2=911981view=diff
==
--- ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/.classpath 
(original)
+++ ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/.classpath 
Fri Feb 19 21:00:19 2010
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
 classpath
+   classpathentry exported=true kind=lib 
path=ibator-core-1.2.2-SNAPSHOT.jar/
classpathentry kind=con 
path=org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5/
classpathentry kind=con path=org.eclipse.pde.core.requiredPlugins/
-   classpathentry exported=true kind=lib path=ibator.jar 
sourcepath=ibator-src.zip/
classpathentry kind=output path=bin/
 /classpath

Modified: 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/META-INF/MANIFEST.MF?rev=911981r1=911980r2=911981view=diff
==
--- 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/META-INF/MANIFEST.MF
 (original)
+++ 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/META-INF/MANIFEST.MF
 Fri Feb 19 21:00:19 2010
@@ -3,7 +3,7 @@
 Bundle-Name: Ibator Core Plug-in
 Bundle-SymbolicName: org.apache.ibatis.ibator.core
 Bundle-Version: 1.2.2
-Bundle-ClassPath: ibator.jar
+Bundle-ClassPath: ibator-core-1.2.2-SNAPSHOT.jar
 Export-Package: org.apache.ibatis.ibator.ant,
  org.apache.ibatis.ibator.api,
  org.apache.ibatis.ibator.api.dom,
@@ -20,6 +20,12 @@
  org.apache.ibatis.ibator.generator.ibatis2.model,
  org.apache.ibatis.ibator.generator.ibatis2.sqlmap,
  org.apache.ibatis.ibator.generator.ibatis2.sqlmap.elements,
+ org.apache.ibatis.ibator.generator.ibatis3,
+ org.apache.ibatis.ibator.generator.ibatis3.javamapper,
+ org.apache.ibatis.ibator.generator.ibatis3.javamapper.elements,
+ org.apache.ibatis.ibator.generator.ibatis3.model,
+ org.apache.ibatis.ibator.generator.ibatis3.xmlmapper,
+ org.apache.ibatis.ibator.generator.ibatis3.xmlmapper.elements,
  org.apache.ibatis.ibator.internal,
  org.apache.ibatis.ibator.internal.db,
  org.apache.ibatis.ibator.internal.rules,

Modified: 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/build.properties
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/build.properties?rev=911981r1=911980r2=911981view=diff
==
--- 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/build.properties 
(original)
+++ 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.core/build.properties 
Fri Feb 19 21:00:19 2010
@@ -1,5 +1,5 @@
 bin.includes = META-INF/,\
-   ibator.jar,\
LICENSE,\
NOTICE,\
-   ibator-src.zip
+   ibator-core-1.2.2-SNAPSHOT.jar,\
+   

svn commit: r911984 - /ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/buildingFromSVN.html

2010-02-19 Thread jgbutler
Author: jgbutler
Date: Fri Feb 19 21:06:22 2010
New Revision: 911984

URL: http://svn.apache.org/viewvc?rev=911984view=rev
Log:
[Ibator] Updates to the Eclipse Plugin for Ibator 1.2.2

Modified:

ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/buildingFromSVN.html

Modified: 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/buildingFromSVN.html
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/buildingFromSVN.html?rev=911984r1=911983r2=911984view=diff
==
--- 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/buildingFromSVN.html
 (original)
+++ 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/buildingFromSVN.html
 Fri Feb 19 21:06:22 2010
@@ -141,34 +141,12 @@
 like to rebuild the documentation, simply execute the 
codebuildDoc.xml/code file
 in the codeorg.apache.ibatis.ibator.eclipse.doc/code project (an Ant build 
file)./p
 
-h2Building the Ibator Core JAR in Eclipse/h2
-pThe core Ibator JAR file has it's source code attached in the plugin, so you
-should be able to step into core Ibator methods for debug.  If you have found 
a bug
-in Ibator, or would like to test an enhancement, you should modify the Ibator 
source code,
-and then rebuild the JAR for inclusion in the plugin./p
-pIf you would like to modify/enhance the Ibator core JAR, then you can 
create a
-Java project for the core JAR by following these steps:/p
-ol
-  liStart the Eclipse new project wizard
- (Filegt;Newgt;Project...)
-  /li
-  liSelect the Java Project from Existing Ant Buildfile wizard, press 
Next/li
-  liBrowse to the build.xml file in the checked out project (for example
-/Ibator/source/core/build/build.xml).  Select the javac task found in 
target build.compile.
-The other javac tasks are used during the normal Ibator build to compile 
tests
-and test support classes.
-Accept the default for the other fields and press Finish./li
-  liWait for the workspace to build.  bNote:/b you will need to add Ant 
to the
-  build path for the project for a successful compile.  You can find an 
Ant JAR
-  in the ../core/devlib subdirectory of your SVN checkout directory./li
-/ol
-
-pNote that Ibator is compiled with JDK 5.0 for distribution./p
-
-pIf you make a change in the Ibator core files, you can use the 
codebuildIbator.xml/code
-Ant build file in the codeorg.apache.ibatis.ibator.core/code project to 
update the
-JAR in the plug-in.  Note that this build file does not run the entire Ibator 
build (i.e. it
-does not run the tests)./p
+h2Updating the Ibator Core JAR in Eclipse/h2
+pThe core Ibator JAR is built with Maven.  If you want to make a change to 
the core
+Ibator JAR then you will need to build the new JAR with Maven and then copy 
the new
+JAR into the codeorg.apache.ibatis.ibator.core/code project in Eclipse.  
You might
+need to update the codeMANIFEST.MF/code file in this project also if you 
have changed
+the name of the Ibator JAR file./p
 
 /body
 /html