You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/10/28 13:59:25 UTC

cvs commit: avalon-excalibur project.properties project.xml

mcconnell    2003/10/28 04:59:25

  Modified:    .        project.properties project.xml
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.7       +1 -0      avalon-excalibur/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties	19 Aug 2003 17:17:48 -0000	1.6
  +++ project.properties	28 Oct 2003 12:59:25 -0000	1.7
  @@ -11,6 +11,7 @@
   maven.xdoc.jsl = file:/${basedir}/../site/etc/site.jsl
   maven.javadoc.stylesheet =${basedir}/../site/etc/stylesheet.css
   maven.license.licenseFile = ${basedir}/../site/etc/LICENSE.txt
  +maven.xdoc.poweredby.image=
   
   maven.checkstyle.format = avalon
   pom.organization.identifier = ASF
  
  
  
  1.10      +9 -10     avalon-excalibur/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	19 Aug 2003 17:17:48 -0000	1.9
  +++ project.xml	28 Oct 2003 12:59:25 -0000	1.10
  @@ -15,7 +15,6 @@
     </organization>
     <inceptionYear>1997</inceptionYear>
   
  -  <logo>${basedir}/../site/excalibur_logo.gif</logo>
     <licenses>
       <license>
         <name>Apache Software License 1.1</name>
  @@ -25,18 +24,18 @@
     </licenses>
   
     <package>org.apache.avalon</package>
  -  <gumpRepositoryId>avalon-components</gumpRepositoryId>
  +  <gumpRepositoryId>avalon-excalibur</gumpRepositoryId>
     
  -  <url>http://avalon.apache.org/components/</url>
  +  <url>http://avalon.apache.org/excalibur/</url>
     <issueTrackingUrl>http://nagoya.apache.org/</issueTrackingUrl>
     
     <siteAddress>avalon.apache.org</siteAddress>
  -  <siteDirectory>${root.site.directory}/avalon-components</siteDirectory>
  +  <siteDirectory>${root.site.directory}/excalibur</siteDirectory>
     <distributionDirectory></distributionDirectory>
   
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:avalon-components</connection>
  -    <url>http://cvs.apache.org/viewcvs/avalon-components/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:avalon-excalibur</connection>
  +    <url>http://cvs.apache.org/viewcvs/avalon-excalibur/</url>
     </repository>
     
     <mailingLists>
  @@ -179,8 +178,8 @@
               <include>**/*.xprofile</include>
               <include>**/*.xconfig</include>
               <include>**/*.xml</include>
  -	    <include>**/*.xservice</include>
  -	    <include>**/*.rng</include>
  +	      <include>**/*.xservice</include>
  +	      <include>**/*.rng</include>
             </includes>
           </resource>
         </resources>
  @@ -199,8 +198,8 @@
             <include>**/*.xprofile</include>
             <include>**/*.xconfig</include>
             <include>**/*.xml</include>
  -	  <include>**/*.xservice</include>
  -	  <include>**/*.rng</include>
  +	    <include>**/*.xservice</include>
  +	    <include>**/*.rng</include>
           </includes>
         </resource>
         <resource>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org