Author: bodewig
Date: Wed Aug 30 21:20:25 2006
New Revision: 438780

URL: http://svn.apache.org/viewvc?rev=438780&view=rev
Log:
Add stylesheet

Added:
    ant/antlibs/common/trunk/style.css
      - copied, changed from r438778, 
ant/core/trunk/docs/manual/stylesheets/style.css
Modified:
    ant/antlibs/common/trunk/build.xml

Modified: ant/antlibs/common/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?rev=438780&r1=438779&r2=438780&view=diff
==============================================================================
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Wed Aug 30 21:20:25 2006
@@ -47,6 +47,7 @@
     <mkdir dir="${build.classes}"/>
     <mkdir dir="${build.testclasses}"/>
     <mkdir dir="${build.lib}"/>
+    <copy file="common/style.css" todir="docs"/>
   </target>
 
   <!--Milestones to extend or override-->

Copied: ant/antlibs/common/trunk/style.css (from r438778, 
ant/core/trunk/docs/manual/stylesheets/style.css)
URL: 
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/style.css?p2=ant/antlibs/common/trunk/style.css&p1=ant/core/trunk/docs/manual/stylesheets/style.css&r1=438778&r2=438780&rev=438780&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/stylesheets/style.css (original)
+++ ant/antlibs/common/trunk/style.css Wed Aug 30 21:20:25 2006
@@ -1,18 +1,20 @@
-/* 
- * Copyright  2005 Apache Software Foundation
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  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
  *
- *  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.
+ * 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.
  */
 h2 {
   font-size: 200%;



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

Reply via email to