vmassol     2003/06/01 01:51:11

  Modified:    framework build.xml build.properties.sample
               .        build.properties.sample
               integration/eclipse/org.apache.cactus.eclipse.runner
                        build.xml
               integration/ant build.xml build.properties.sample
               integration/eclipse/org.apache.cactus.eclipse.webapp
                        build.xml
               samples/servlet build.xml
  Log:
  fixed typo: dependancy --> dependency
  
  Revision  Changes    Path
  1.61      +1 -1      jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- build.xml 25 May 2003 14:49:41 -0000      1.60
  +++ build.xml 1 Jun 2003 08:51:10 -0000       1.61
  @@ -108,7 +108,7 @@
       <target name="init" 
           depends="init.common, properties, init.aspectj, init.clover">
   
  -        <echo>Dependancies:</echo>
  +        <echo>Dependencies:</echo>
           <echo>  aspectjrt.jar = [${aspectjrt.jar}]</echo>
           <echo>  commons.httpclient.jar = [${commons.httpclient.jar}]</echo>
           <echo>  commons.logging.jar = [${commons.logging.jar}]</echo>
  
  
  
  1.25      +2 -2      jakarta-cactus/framework/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.properties.sample   1 Jun 2003 08:46:12 -0000       1.24
  +++ build.properties.sample   1 Jun 2003 08:51:10 -0000       1.25
  @@ -55,7 +55,7 @@
   # If not specified here, the jar must be present in ANTHOME/lib
   aspectj-ant.jar = ${lib.repo}/aspectj/jars/aspectj-ant-1.0.6.jar
   
  -# Dependancies for Checkstyle code auditing
  +# Dependencies for Checkstyle code auditing
   # If not specified here, the JARs must be present in ANTHOME/lib
   antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.2.jar
   checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.1.jar
  
  
  
  1.67      +2 -2      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.properties.sample   1 Jun 2003 08:46:12 -0000       1.66
  +++ build.properties.sample   1 Jun 2003 08:51:10 -0000       1.67
  @@ -127,7 +127,7 @@
   # If not specified here, the jar must be present in ANTHOME/lib
   aspectj-ant.jar = ${lib.repo}/aspectj/jars/aspectj-ant-1.0.6.jar
   
  -# Dependancies for Checkstyle code auditing
  +# Dependencies for Checkstyle code auditing
   # If not specified here, the JARs must be present in ANTHOME/lib
   antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.2.jar
   checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.1.jar
  
  
  
  1.22      +1 -1      
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 20 May 2003 06:47:44 -0000      1.21
  +++ build.xml 1 Jun 2003 08:51:10 -0000       1.22
  @@ -73,7 +73,7 @@
       -->
       <target name="init" depends="init.common, properties">
   
  -        <echo>Dependancies:</echo>
  +        <echo>Dependencies:</echo>
           <echo>  cactus.jar = [${cactus.jar}]</echo>
           <echo>  cactus.ant.jar = [${cactus.ant.jar}]</echo>
           <echo>  eclipse.ant.core.jar = [${eclipse.ant.core.jar}]</echo>
  
  
  
  1.34      +1 -1      jakarta-cactus/integration/ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml 25 May 2003 14:49:41 -0000      1.33
  +++ build.xml 1 Jun 2003 08:51:10 -0000       1.34
  @@ -93,7 +93,7 @@
       <target name="init"
           depends="init.common, properties, init.clover">
   
  -        <echo>Dependancies:</echo>
  +        <echo>Dependencies:</echo>
           <echo>  aspectjrt.jar = [${aspectjrt.jar}]</echo>
           <echo>  cactus.jar = [${cactus.jar}]</echo>
           <echo>  commons.httpclient.jar = [${commons.httpclient.jar}]</echo>
  
  
  
  1.13      +1 -1      jakarta-cactus/integration/ant/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/build.properties.sample,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.properties.sample   1 Jun 2003 08:46:12 -0000       1.12
  +++ build.properties.sample   1 Jun 2003 08:51:11 -0000       1.13
  @@ -58,7 +58,7 @@
   # Optional properties
   # -----------------------------------------------------------------------------
   
  -# Dependancies for Checkstyle code auditing
  +# Dependencies for Checkstyle code auditing
   # If not specified here, the JARs must be present in ANTHOME/lib
   antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.2.jar
   checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.1.jar
  
  
  
  1.11      +1 -1      
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 19 May 2003 19:15:59 -0000      1.10
  +++ build.xml 1 Jun 2003 08:51:11 -0000       1.11
  @@ -67,7 +67,7 @@
   
           <echo>***** Needs Eclipse 2.1 RC2 or later *****</echo>
           <echo/>
  -        <echo>Dependancies:</echo>
  +        <echo>Dependencies:</echo>
           <echo>  eclipse.core.boot.jar = [${eclipse.core.boot.jar}]</echo>
           <echo>  eclipse.core.resources.jar = [${eclipse.core.resources.jar}]</echo>
           <echo>  eclipse.core.runtime.jar = [${eclipse.core.runtime.jar}]</echo>
  
  
  
  1.29      +1 -1      jakarta-cactus/samples/servlet/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 21 May 2003 11:58:46 -0000      1.28
  +++ build.xml 1 Jun 2003 08:51:11 -0000       1.29
  @@ -172,7 +172,7 @@
       <target name="init" 
           depends="init.common, init.filters, properties">
   
  -        <echo>Dependancies:</echo>
  +        <echo>Dependencies:</echo>
           <echo>  aspectjrt.jar = [${aspectjrt.jar}]</echo>
           <echo>  cactus.jar = [${cactus.jar}]</echo>
           <echo>  cactus.ant.jar = [${cactus.ant.jar}]</echo>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to