dflorey     2004/10/09 04:12:36

  Modified:    i18n     project.xml project.properties
  Log:
  Modifications recommended by Tim Rilley
  
  Revision  Changes    Path
  1.5       +25 -2     jakarta-commons-sandbox/i18n/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/i18n/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       6 Oct 2004 08:48:07 -0000       1.4
  +++ project.xml       9 Oct 2004 11:12:36 -0000       1.5
  @@ -1,7 +1,30 @@
  +/*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * Copyright 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.
  + *
  + */
  +
   <?xml version="1.0"?>
   <project>
  -  <extend>../sandbox-build/project.xml</extend>
  -  <name>Commons I18n</name>
  +  <extend>${commons.project.extendsUri}project.xml</extend>
  +  <name>Commons i18n</name>
     <id>commons-i18n</id>
     <logo>/images/i18n-logo-white.png</logo>
     <url>http://jakarta.apache.org/commons/sandbox/i18n/</url>
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/i18n/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/i18n/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties        6 Oct 2004 08:48:07 -0000       1.3
  +++ project.properties        9 Oct 2004 11:12:36 -0000       1.4
  @@ -2,11 +2,11 @@
   
   # uncomment the next line to work in offline mode (no jar download & no linkcheck)
   #maven.mode.online=
  +commons.project.extendsUri=../sandbox-build/
   
   maven.javadoc.debug=yes
   maven.javadoc.author=false
   maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
  -
   maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
   maven.xdoc.date=bottom
   maven.xdoc.poweredby.image=maven-feather.png
  
  
  

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

Reply via email to