[Yanel-commits] rev 23741 - public/yanel/trunk/src/build

josias at wyona.com josias at wyona.com
Fri Apr 13 21:14:28 CEST 2007


Author: josias
Date: 2007-04-13 21:14:26 +0200 (Fri, 13 Apr 2007)
New Revision: 23741

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
fixed typo

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2007-04-13 17:24:24 UTC (rev 23740)
+++ public/yanel/trunk/src/build/build.xml	2007-04-13 19:14:26 UTC (rev 23741)
@@ -390,7 +390,7 @@
     <condition property="local.resource-types.config.exists">
       <available file="${yanel.home.dir}/${local.config.dir}/local.resource-types.xml" type="file"/>
     </condition>
-    <antcall target="generate-resource-types-regisitry"/>
+    <antcall target="generate-resource-types-registry"/>
 
     <antcall target="check-config-version"/>
 
@@ -399,7 +399,7 @@
     <copy file="${yanel.home.dir}/${local.config.dir}/local.log4j.properties" tofile="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes/log4j.properties" overwrite="true" failonerror="false"/>
     <copy file="${yanel.home.dir}/${local.config.dir}/local.realms.xml" tofile="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes/realms.xml" overwrite="true" failonerror="false"/>
     <antcall target="patch-with-local-yanel-config"/>
-    <antcall target="patch-with-local-resource-types-regisitry"/>
+    <antcall target="patch-with-local-resource-types-registry"/>
 
 
     <!-- Patch properties ... -->
@@ -843,7 +843,7 @@
     </xslt>
   </target>
 
-  <target name="generate-resource-types-regisitry" unless="local.resource-types.config.exists">
+  <target name="generate-resource-types-registry" unless="local.resource-types.config.exists">
     <xslt in="${yanel.home.dir}/conf/resource-types.xml" out="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes/resource-types.xml" style="resource2resourcetypereg.xsl" force="false">
       <param name="servlet.context.prefix" expression="${servlet.context.prefix}"/>
       <param name="yanel.revision" expression="${yanel.revision}"/>
@@ -851,7 +851,7 @@
     </xslt>
   </target>
 
-  <target name="patch-with-local-resource-types-regisitry" if="local.resource-types.config.exists">
+  <target name="patch-with-local-resource-types-registry" if="local.resource-types.config.exists">
     <xslt in="${yanel.home.dir}/${local.config.dir}/local.resource-types.xml" out="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes/resource-types.xml" style="resource2resourcetypereg.xsl" force="true">
       <param name="servlet.context.prefix" expression="${servlet.context.prefix}"/>
       <param name="yanel.revision" expression="${yanel.revision}"/>




More information about the Yanel-commits mailing list