Author: lmeadors
Date: Thu Oct 19 11:03:13 2006
New Revision: 465706
URL: http://svn.apache.org/viewvc?view=rev&rev=465706
Log:
Clean up and a linux build.
Added:
ibatis/trunk/site/build.sh (with props)
Modified:
ibatis/trunk/site/build.xml
Added: ibatis/trunk/site/build.sh
URL:
http://svn.apache.org/viewvc/ibatis/trunk/site/build.sh?view=auto&rev=465706
==============================================================================
--- ibatis/trunk/site/build.sh (added)
+++ ibatis/trunk/site/build.sh Thu Oct 19 11:03:13 2006
@@ -0,0 +1,2 @@
+BUILD_CP=$CLASSPATH:$JAVA_HOME/lib/tools.jar:lib/ant-1.5.1.jar:.
+$JAVA_HOME/bin/java -classpath $BUILD_CP org.apache.tools.ant.Main -buildfile
build.xml $1
Propchange: ibatis/trunk/site/build.sh
------------------------------------------------------------------------------
svn:executable = *
Modified: ibatis/trunk/site/build.xml
URL:
http://svn.apache.org/viewvc/ibatis/trunk/site/build.xml?view=diff&rev=465706&r1=465705&r2=465706
==============================================================================
--- ibatis/trunk/site/build.xml (original)
+++ ibatis/trunk/site/build.xml Thu Oct 19 11:03:13 2006
@@ -4,9 +4,9 @@
<!-- StaticMesh Ant build file for iBATIS website -->
<!-- ============================================================== -->
-<project default="pagegen" name="staticmeshtutorial" basedir=".">
+<project default="pagegen" name="StaticMesh Ant build file for iBATIS website"
basedir=".">
- <target name="pagegen" description="o Generate the demo web pages">
+ <target name="pagegen" description="Generate the site">
<!-- ====================================================== -->
<!-- Inform Ant about the StaticMesh custom tasks -->