You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2007/04/10 19:04:39 UTC

svn commit: r527203 - /portals/jetspeed-2/trunk/installer/etc/database/build.xml

Author: taylor
Date: Tue Apr 10 10:04:38 2007
New Revision: 527203

URL: http://svn.apache.org/viewvc?view=rev&rev=527203
Log:
typos

Modified:
    portals/jetspeed-2/trunk/installer/etc/database/build.xml

Modified: portals/jetspeed-2/trunk/installer/etc/database/build.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/etc/database/build.xml?view=diff&rev=527203&r1=527202&r2=527203
==============================================================================
--- portals/jetspeed-2/trunk/installer/etc/database/build.xml (original)
+++ portals/jetspeed-2/trunk/installer/etc/database/build.xml Tue Apr 10 10:04:38 2007
@@ -42,7 +42,7 @@
 
     <echo>Setting up the Jetspeed database for ${db.type}</echo>
 
-    <echo>All exiting Jetspeed data is going to be deleted from the database.</echo>
+    <echo>All existing Jetspeed data is going to be deleted from the database.</echo>
     <echo></echo>
     <echo>Selected database configuration:</echo>
     <echo></echo>
@@ -103,7 +103,7 @@
   </target>
 
   <target name="generateStandardDB" unless="_derby">
-    <echo>cleaning up possible exiting Db</echo>
+    <echo>cleaning up possible existing Db</echo>
 
     <sql driver="${_jdbc.driver.class}" url="${_jdbc.url}" userid="${_db.username}" password="${_db.password}"
       src="${basedir}/drop.sql" autocommit="true" onerror="continue" print="no" output="setup.log">



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org