vgritsenko    2004/02/26 18:56:37

  Modified:    .        build.xml
               xdocs/stylesheets project.xml
  Log:
  Apache License v2
  
  Revision  Changes    Path
  1.9       +19 -1     jakarta-regexp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-regexp/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 17 Feb 2004 13:37:54 -0000      1.8
  +++ build.xml 27 Feb 2004 02:56:36 -0000      1.9
  @@ -1,7 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  +  - Copyright 2002-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.
  +  -
  +  - CVS $Id$
  +  -->
  +
   <!-- ======================================================================= -->
  -<!-- Build file                                                              -->
  +<!-- Jakarta Regexp Build file                                               -->
   <!-- ======================================================================= -->
   <project name="Jakarta-Regexp" default="jar" basedir=".">
   
  
  
  
  1.5       +33 -14    jakarta-regexp/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-regexp/xdocs/stylesheets/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       6 Sep 2003 01:51:48 -0000       1.4
  +++ project.xml       27 Feb 2004 02:56:37 -0000      1.5
  @@ -1,31 +1,50 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +
  +<!--
  +  - Copyright 1999-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.
  +  -
  +  - CVS $Id$
  +  -->
  +
   <project name="Jakarta Regexp"
  -        href="http://jakarta.apache.org/";>
  +         href="http://jakarta.apache.org/";>
   
  -    <title>Jakarta Regexp</title>
  -    <!-- uncomment and put your project logo here!
  +  <title>Jakarta Regexp</title>
  +  <!-- uncomment and put your project logo here!
       <logo href="/images/jakarta-logo.gif">The Jakarta Project</logo>
  -    -->
  +  -->
       
  -    <body>
  +  <body>
       <menu name="Regexp">
  -        <item name="Front Page"            href="/index.html"/>
  -        <item name="Changes"               href="/changes.html"/>
  -        <item name="Javadoc"               href="/site/../regexp/apidocs/"/>
  +      <item name="Front Page"            href="/index.html"/>
  +      <item name="Changes"               href="/changes.html"/>
  +      <item name="Javadoc"               href="/site/../regexp/apidocs/"/>
       </menu>
   
       <menu name="Download">
  -        <item name="Binaries"              href="/site/binindex.cgi"/>
  +      <item name="Binaries"              href="/site/binindex.cgi"/>
       </menu>
   
       <menu name="Get Involved">
  -        <item name="Overview"              href="/site/getinvolved.html"/>
  -        <item name="CVS Repositories"      href="/site/cvsindex.html"/>
  -        <item name="Mailing Lists"         href="/site/mail.html"/>
  +      <item name="Overview"              href="/site/getinvolved.html"/>
  +      <item name="CVS Repositories"      href="/site/cvsindex.html"/>
  +      <item name="Mailing Lists"         href="/site/mail.html"/>
       </menu>
   
       <menu name="Related Projects">
  -        <item name="ORO"                   href="/site/../oro/index.html"/>
  +      <item name="ORO"                   href="/site/../oro/index.html"/>
       </menu>
  -    </body>
  +  </body>
   </project>
  
  
  

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

Reply via email to