You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/11/26 04:19:44 UTC

svn commit: r349067 - in /struts/shale/trunk: clay-plugin/build.xml mailreader/build.xml test-framework/build.xml use-cases/build.xml

Author: wsmoak
Date: Fri Nov 25 19:19:35 2005
New Revision: 349067

URL: http://svn.apache.org/viewcvs?rev=349067&view=rev
Log:
Build file modifications
- Updated the current year for the Javadoc copyright
- Changed the project name for the test framework

Modified:
    struts/shale/trunk/clay-plugin/build.xml
    struts/shale/trunk/mailreader/build.xml
    struts/shale/trunk/test-framework/build.xml   (contents, props changed)
    struts/shale/trunk/use-cases/build.xml

Modified: struts/shale/trunk/clay-plugin/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/build.xml?rev=349067&r1=349066&r2=349067&view=diff
==============================================================================
--- struts/shale/trunk/clay-plugin/build.xml (original)
+++ struts/shale/trunk/clay-plugin/build.xml Fri Nov 25 19:19:35 2005
@@ -1,6 +1,6 @@
 <!--
 
- Copyright 2002,2004 The Apache Software Foundation.
+ Copyright 2002,2004-2005 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.
@@ -213,7 +213,7 @@
           packagenames="${project.package}.*"
            windowtitle="${project.name} (Version ${project.version})"
               doctitle="${project.name} (Version ${project.version})"
-                bottom="Copyright &#169; 2003-2004 - The Apache Software Foundation">
+                bottom="Copyright &#169; 2003-2005 - The Apache Software Foundation">
       <classpath refid="compile.classpath"/>
     </javadoc>
 

Modified: struts/shale/trunk/mailreader/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/mailreader/build.xml?rev=349067&r1=349066&r2=349067&view=diff
==============================================================================
--- struts/shale/trunk/mailreader/build.xml (original)
+++ struts/shale/trunk/mailreader/build.xml Fri Nov 25 19:19:35 2005
@@ -1,6 +1,6 @@
 <!--
 
- Copyright 2002,2004 The Apache Software Foundation.
+ Copyright 2002,2004-2005 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.
@@ -281,7 +281,7 @@
           packagenames="org.apache.shale.*"
            windowtitle="${project.name} (Version ${project.version})"
               doctitle="${project.name} (Version ${project.version})"
-                bottom="Copyright &#169; 2003-2004 - The Apache Software Foundation">
+                bottom="Copyright &#169; 2003-2005 - The Apache Software Foundation">
       <classpath refid="compile.classpath"/>
     </javadoc>
 

Modified: struts/shale/trunk/test-framework/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/test-framework/build.xml?rev=349067&r1=349066&r2=349067&view=diff
==============================================================================
--- struts/shale/trunk/test-framework/build.xml (original)
+++ struts/shale/trunk/test-framework/build.xml Fri Nov 25 19:19:35 2005
@@ -1,6 +1,6 @@
 <!--
 
- Copyright 2002,2004 The Apache Software Foundation.
+ Copyright 2002,2004-2005 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.
@@ -19,7 +19,7 @@
 -->
 
 
-<project name="Shale Proposal Test Environment" default="library" basedir=".">
+<project name="Shale Test Framework" default="library" basedir=".">
 
 
   <!-- ===================== Initialize Property Values ==================== -->
@@ -206,7 +206,7 @@
           packagenames="org.apache.shale.*"
            windowtitle="${project.name} (Version ${project.version})"
               doctitle="${project.name} (Version ${project.version})"
-                bottom="Copyright &#169; 2003-2004 - The Apache Software Foundation">
+                bottom="Copyright &#169; 2003-2005 - The Apache Software Foundation">
       <classpath refid="compile.classpath"/>
     </javadoc>
 

Propchange: struts/shale/trunk/test-framework/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/use-cases/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/build.xml?rev=349067&r1=349066&r2=349067&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/build.xml (original)
+++ struts/shale/trunk/use-cases/build.xml Fri Nov 25 19:19:35 2005
@@ -331,7 +331,7 @@
           packagenames="org.apache.shale.*"
            windowtitle="${project.name} (Version ${project.version})"
               doctitle="${project.name} (Version ${project.version})"
-                bottom="Copyright &#169; 2003-2004 - The Apache Software Foundation">
+                bottom="Copyright &#169; 2003-2005 - The Apache Software Foundation">
       <classpath refid="compile.classpath"/>
     </javadoc>
 



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