weaver 2004/12/01 11:22:34
Modified: maven-plugin plugin.jelly
Log:
fixed spelling errors
Revision Changes Path
1.23 +2 -2 jakarta-jetspeed-2/maven-plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/plugin.jelly,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- plugin.jelly 1 Dec 2004 17:43:00 -0000 1.22
+++ plugin.jelly 1 Dec 2004 19:22:34 -0000 1.23
@@ -85,7 +85,7 @@
<goal name="jetspeed2:db.create">
<echo>Using DB:
${org.apache.jetspeed.production.database.default.name}</echo>
<echo>*************************************</echo>
- <echo>* Excuting standard SQL scripts *</echo>
+ <echo>* Executing standard SQL scripts *</echo>
<echo>*************************************</echo>
<!-- Run standard SQL scripts -->
<util:file
name="${org.apache.jetspeed.plugin.root}/plugin-resources/${org.apache.jetspeed.production.database.default.name}"
var="sqlSrcDir"/>
@@ -102,7 +102,7 @@
<util:file name="src/sql" var="sqlSrcDir"/>
<j:if test="${sqlSrcDir.exists()}">
<echo>*************************************</echo>
- <echo>* Excuting user-defined SQL Scripts *</echo>
+ <echo>* Executing user-defined SQL Scripts *</echo>
<echo>*************************************</echo>
<j:forEach items="${sqlSrcDir.listFiles()}" var="sqlFile">
<j:if test="${sqlFile.name.endsWith('.sql')}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]