You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/06/05 00:28:32 UTC

cvs commit: jakarta-commons/jexl project.xml project.properties

dirkv       2004/06/04 15:28:32

  Modified:    jexl     project.xml project.properties
  Log:
  commons l&f
  
  Revision  Changes    Path
  1.14      +22 -7     jakarta-commons/jexl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml	6 Apr 2004 17:39:33 -0000	1.13
  +++ project.xml	4 Jun 2004 22:28:32 -0000	1.14
  @@ -1,5 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
  +<!--
  +  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.
  +-->
   <project>
     <pomVersion>3</pomVersion>
     <name>commons-jexl</name>
  @@ -7,11 +21,12 @@
     <currentVersion>1.0-beta-2</currentVersion>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://www.apache.org</url>
  -    <logo>http://jakarta.apache.org/commons/images/jakarta-logo-blue.gif</logo>
  +    <name>The Apache Software Foundation</name>
  +    <url>http://jakarta.apache.org</url>
  +    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
     </organization>
  -  <logo/>
  +
  +  <logo>/images/jexl-logo-white.png</logo>
   
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.commons.jexl</package>
  @@ -110,8 +125,8 @@
     </build>
     
     <reports>
  -  	<report>maven-changelog-plugin</report>
  -   	<report>maven-changes-plugin</report>
  +    <report>maven-changelog-plugin</report>
  +    <report>maven-changes-plugin</report>
       <report>maven-developer-activity-plugin</report>
       <report>maven-file-activity-plugin</report>
       <report>maven-javadoc-plugin</report>
  
  
  
  1.3       +24 -4     jakarta-commons/jexl/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	18 Feb 2004 04:11:35 -0000	1.2
  +++ project.properties	4 Jun 2004 22:28:32 -0000	1.3
  @@ -1,9 +1,29 @@
  -maven.test.failure = false
  -maven.junit.fork=true
  -maven.linkcheck.enable=false
  +maven.checkstyle.properties = checkstyle.xml
  +
  +# uncomment the next line to work in offline mode (no jar download & no linkcheck)
  +#maven.mode.online=
  +
  +maven.javadoc.author=false
  +maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api,http://jakarta.apache.org/commons/pool/apidocs
   
   maven.xdoc.jsl=../commons-build/commons-site.jsl
  -maven.xdoc.date=left
  +maven.xdoc.date=bottom
  +maven.xdoc.poweredby.image=maven-feather.png
   maven.xdoc.version=${pom.currentVersion}
   maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +
  +maven.compile.debug=on
  +maven.compile.deprecation=off
  +maven.compile.optimize=off
  +
  +maven.jarResources.basedir=src/java
  +maven.jar.excludes=**/package.html
  +maven.junit.fork=true
  +maven.junit.sysproperties=org.xml.sax.driver
  +org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
  +
  +clover.excludes=**/Test*.java
  +
  +maven.test.failure = false
  +maven.linkcheck.enable=false
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org