changed copyright notice on JavaDoc
authormaxcooper <maxcooper>
Sat, 10 Aug 2002 11:06:05 +0000 (11:06 +0000)
committermaxcooper <maxcooper>
Sat, 10 Aug 2002 11:06:05 +0000 (11:06 +0000)
build.xml

index aa07c81..2015eaa 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -18,9 +18,9 @@
         These properties MUST be set on the "ant" command line, a
         "build.properties" file in the base directory, or a
         "build.properties" file in your user home directory.
-      
+
         catalina.jar                  (required).  The path to the JAR file
-                                      of the Tomcat 
+                                      of the Tomcat
                                       package (version 4.0 or later).
 
         commons-beanutils.jar         (required).  The path to the JAR file
@@ -44,7 +44,7 @@
                                       package (version 1.2 or later).
 
         servlet.jar                   (required).  The path to the Servlet API
-                                      classes to compile against 
+                                      classes to compile against
                                       (version 2.3 or later).
 
 -->
 
     <!-- Base file name for upload files -->
     <property name="upload.file.base" value="${project.name}-${project.version}"/>
-    
+
     <!-- Web directory -->
     <property name="web.dir" value="web"/>
 
 
     </target>
 
-<!-- 
+<!--
         Create directories and copy files for the core securityfilter library
 -->
     <target name="prepare.library" depends="init">
             tofile="${build.home}/library/jakarta-regexp.jar"/>
     </target>
 
-<!-- 
+<!--
         Prepare static directories for web applications
 -->
     <target name="static.webapps">
         <ant antfile="build-webapps.xml" target="static"/>
     </target>
 
-<!-- 
+<!--
         Compile core securityfilter library directory components
 -->
     <target name="compile.library" depends="prepare.library"
             version="true"
             windowtitle="Security Filter API Documentation"
             doctitle="&lt;h1&gt;Security Filter (Version ${project.version})&lt;/h1&gt;"
-            bottom="Copyright &#169; 2000-2002 - Apache Software Foundation">
+            bottom="Copyright &#169; 2002 - SecurityFilter.org">
             <classpath refid="compile.classpath"/>
         </javadoc>
     </target>