Author: vgritsenko
Date: Thu May 24 18:14:59 2007
New Revision: 541501
URL: http://svn.apache.org/viewvc?view=rev&rev=541501
Log:
remove java 1.3 support.
Modified:
xml/xindice/trunk/build.bat
xml/xindice/trunk/build.sh
xml/xindice/trunk/status.xml
Modified: xml/xindice/trunk/build.bat
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/build.bat?view=diff&rev=541501&r1=541500&r2=541501
==============================================================================
--- xml/xindice/trunk/build.bat (original)
+++ xml/xindice/trunk/build.bat Thu May 24 18:14:59 2007
@@ -20,11 +20,6 @@
:: build.bat - Win32 Build Script for Apache Xindice
:: ----------------------------------------------------------------------------
-:: ----- Java 1.3 support
-if not exist "tools\lib\xerces*.jar" copy lib\endorsed\xerces*.jar tools\lib
-if not exist "tools\lib\xalan*.jar" copy lib\endorsed\xalan*.jar tools\lib
-if not exist "tools\lib\xml-api*.jar" copy lib\endorsed\xml-api*.jar tools\lib
-
:: ----- Verify and Set Required Environment Variables ------------------------
:: ----- Ignore system CLASSPATH variable
Modified: xml/xindice/trunk/build.sh
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/build.sh?view=diff&rev=541501&r1=541500&r2=541501
==============================================================================
--- xml/xindice/trunk/build.sh (original)
+++ xml/xindice/trunk/build.sh Thu May 24 18:14:59 2007
@@ -24,11 +24,6 @@
chmod u+x ./tools/bin/antRun
chmod u+x ./tools/bin/ant
-# ----- Java 1.3 support
-if [ ! -f tools/lib/xerces*.jar ]; then cp lib/endorsed/xerces*.jar tools/lib;
fi
-if [ ! -f tools/lib/xalan*.jar ]; then cp lib/endorsed/xalan*.jar tools/lib; fi
-if [ ! -f tools/lib/xml-api*.jar ]; then cp lib/endorsed/xml-api*.jar
tools/lib; fi
-
unset ANT_HOME
CP=$CLASSPATH; export CP
unset CLASSPATH
Modified: xml/xindice/trunk/status.xml
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/status.xml?view=diff&rev=541501&r1=541500&r2=541501
==============================================================================
--- xml/xindice/trunk/status.xml (original)
+++ xml/xindice/trunk/status.xml Thu May 24 18:14:59 2007
@@ -118,6 +118,9 @@
<changes>
<release version="1.2" date="unreleased">
<action dev="VG" type="update">
+ Minimum required Java version to build Xindice is now 1.4.
+ </action>
+ <action dev="VG" type="update">
Update commons-logging, Xerces, Xalan, xml-apis libraries.
</action>
</release>