You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/05/01 21:46:29 UTC

svn commit: r398670 - in /incubator/roller/trunk: build.xml properties.xmlf

Author: snoopdave
Date: Mon May  1 12:46:27 2006
New Revision: 398670

URL: http://svn.apache.org/viewcvs?rev=398670&view=rev
Log:
Adding Apache headers

Modified:
    incubator/roller/trunk/build.xml
    incubator/roller/trunk/properties.xmlf

Modified: incubator/roller/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/build.xml?rev=398670&r1=398669&r2=398670&view=diff
==============================================================================
--- incubator/roller/trunk/build.xml (original)
+++ incubator/roller/trunk/build.xml Mon May  1 12:46:27 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  The ASF licenses this file to You
+  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.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.-
+-->
 <!DOCTYPE project [
     <!ENTITY properties         SYSTEM "properties.xmlf"> 
     <!ENTITY custom-gen-web     SYSTEM "custom/custom-gen-web.xmlf">

Modified: incubator/roller/trunk/properties.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/properties.xmlf?rev=398670&r1=398669&r2=398670&view=diff
==============================================================================
--- incubator/roller/trunk/properties.xmlf (original)
+++ incubator/roller/trunk/properties.xmlf Mon May  1 12:46:27 2006
@@ -1,4 +1,20 @@
-
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  The ASF licenses this file to You
+  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.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+-->
 <!-- ================================================ -->
 <!-- Properties and classpaths -->
 <!-- ================================================ -->
@@ -68,6 +84,14 @@
     <include name="commons-*.jar"/>
 </fileset>
 
+<fileset id="commons-httpclient.jar" dir="${ro.tools}/lib">
+    <include name="commons-httpclient*.jar"/>
+</fileset>
+
+<fileset id="commons-httpclient.jar" dir="${ro.tools}/lib">
+    <include name="commons-httpclient*.jar"/>
+</fileset>
+
 <fileset id="struts.jars" dir="${tools.struts}/lib">
     <include name="*.jar"/>
 </fileset>
@@ -158,11 +182,13 @@
        </fileset>
     </path>
     <path>
+       <fileset refid="commons-httpclient.jar"/>
        <fileset dir="${build.stage_web}/WEB-INF/lib">
           <include name="*.jar"/>
        </fileset>
     </path>
     <fileset refid="servlet.jars"/>
+    <fileset refid="commons-httpclient.jar"/>
     <path location="${ro.tools}/buildtime/ant-1.6.2/ant.jar"/>
     <path location="${ro.tools}/buildtime/strutstest-2.0.0.jar"/>
     <path location="${ro.tools}/buildtime/hsqldb.jar"/>