You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ma...@apache.org on 2004/02/20 14:13:38 UTC

cvs commit: jakarta-velocity-tools/examples/struts build.xml index.vm

marino      2004/02/20 05:13:38

  Modified:    examples/struts build.xml index.vm
  Log:
  use Apache Software License 2.0
  
  Revision  Changes    Path
  1.4       +19 -2     jakarta-velocity-tools/examples/struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	6 Mar 2003 00:11:39 -0000	1.3
  +++ build.xml	20 Feb 2004 13:13:38 -0000	1.4
  @@ -1,3 +1,20 @@
  +<!--
  +  Copyright 2003-2004 The Apache Software Foundation.
  +
  +  Licensed under the Apache License, Version 2.0 (the "License");
  +  you may not use this file except in compliance with the License.
  +  You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  +  Unless required by applicable law or agreed to in writing, software
  +  distributed under the License is distributed on an "AS IS" BASIS,
  +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +
  +  $Id$
  +-->
   <project name="velocity-view" default="all" basedir=".">
   
   <!-- ========== Initialize Properties ===================================== -->
  @@ -101,7 +118,7 @@
     <!-- ================================================================== -->
     <!-- C L E A N                                                          -->
     <!-- ================================================================== -->
  -  <target name="clean" depends="" 
  +  <target name="clean" depends=""
      description="Clean build and distribution directories">
   
       <delete dir="${build.home}/classes"/>
  @@ -123,7 +140,7 @@
     <target name="war" depends="compile"
       description="Generate a *.war file of the example application">
       <!-- Generate .war file, name it velstruts.war -->
  -    <jar jarfile="${basedir}/../velstruts.war" 
  +    <jar jarfile="${basedir}/../velstruts.war"
            basedir="${basedir}"
            excludes="**/MANIFEST.MF"/>
     </target>
  
  
  
  1.4       +18 -1     jakarta-velocity-tools/examples/struts/index.vm
  
  Index: index.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/index.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.vm	12 Feb 2004 01:02:42 -0000	1.3
  +++ index.vm	20 Feb 2004 13:13:38 -0000	1.4
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2003-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + * $Id$
  + *#
   <HTML>
   <HEAD>
     <TITLE>VelocityStruts</TITLE>
  @@ -17,7 +34,7 @@
   
   <p><a href="http://jakarta.apache.org/velocity/tools/struts/">VelocityStruts</a>
   is a subproject of the <a href="http://jakarta.apache.org/velocity/">Apache Velocity</a>
  -project. 
  +project.
   <br />
   This is an example web application demonstrating the integration of the
   <a href="http://jakarta.apache.org/struts/">Struts web application framework</a>
  
  
  

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