dirkv       2003/12/07 08:09:52

  Modified:    jrcs     .cvsignore project.properties project.xml
  Added:       jrcs     LICENSE.txt
  Removed:     jrcs     .classpath .project Jakarta ORO.library jrcs.jpx
                        LICENSE
  Log:
  cleanup project
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-commons-sandbox/jrcs/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jrcs/.cvsignore,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- .cvsignore        26 May 2003 18:18:37 -0000      1.5
  +++ .cvsignore        7 Dec 2003 16:09:52 -0000       1.6
  @@ -7,4 +7,4 @@
   bak
   *.local
   target
  -maven.log
  +*.log
  
  
  
  1.5       +0 -6      jakarta-commons-sandbox/jrcs/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jrcs/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties        26 May 2003 18:14:48 -0000      1.4
  +++ project.properties        7 Dec 2003 16:09:52 -0000       1.5
  @@ -2,9 +2,6 @@
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   
  -#maven.home = ${user.home}/maven
  -lib.repo = ${user.home}/maven.repo
  -
   maven.final.name = jrcs
   maven.jarResources.basedir = src/conf
   
  @@ -17,10 +14,7 @@
   maven.parserGrammar.jrcs = 
${src.dir}/java/org/apache/commons/jrcs/rcs/ArchiveParser.jj
   maven.outputDirectory.jrcs = ${build.dir}/java/org/apache/commons/jrcs/rcs
   
  -maven.announcement = beta2
  -
   maven.checkstyle.excludes = 
  -maven.checkstyle.header.file = ../LICENSE
   
   #callbacks
   maven.core.callback.post-compile.buildFile=maven_build.xml
  
  
  
  1.8       +10 -50    jakarta-commons-sandbox/jrcs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jrcs/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml       26 May 2003 18:14:48 -0000      1.7
  +++ project.xml       7 Dec 2003 16:09:52 -0000       1.8
  @@ -1,86 +1,46 @@
   <?xml version="1.0"?>
   <project>
  -  
  -  <pomVersion>3</pomVersion>
  +  <extend>../../jakarta-commons/xdocs/maven/project-base.xml</extend>
  +  <name>Commons JRCS</name>
     <id>commons-jrcs</id>
  -  <name>commons-jrcs</name>
  -  <currentVersion>1.0-dev</currentVersion>
  -  <organization>
  -       <name>Apache Software Foundation</name>
  -       <url>http://www.apache.org</url>
  -  </organization>
  +  <logo>/images/jrcs-logo-blue.jpg</logo>
  +  <url>http://jakarta.apache.org/commons/sandbox/jrcs/</url>
     <inceptionYear>2002</inceptionYear>
  -  <package>org.apache.commons.jrcs</package>
  -
  -
  -  <!-- Gump integration -->
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
  -
  -  <description>
  -    Java RCS Tools
  -  </description>
  -
     <shortDescription>Java RCS Tools</shortDescription>
  +  <description>Java RCS Tools</description>
   
  -  <url>http://jakarta.apache.org/commons/jrcs</url>
  -  
<issueTrackingUrl>http://nagoya.apache.org:8080/scarab/servlet/scarab/</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/jrcs/</siteDirectory>
  -  
<distributionDirectory>/www/jakarta.apache.org/builds/commons/jrcs</distributionDirectory>
  -
  -  <repository>
  -    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jrcs</url>
  -  </repository>
  -
  -  <mailingLists>
  -    <mailingList>
  -      <name>Maven User List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org:8080/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Maven Developer List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org:8080/eyebrowse/[EMAIL PROTECTED]</archive>
  -    </mailingList>
  -  </mailingLists>
  +  <currentVersion>1.0-dev</currentVersion>
  +  <versions>
  +  </versions>
  +  <branches>
  +  </branches>
   
     <developers>
  -
       <developer>
         <name>Juancarlo Anez</name>
         <id>juanco</id>
         <email>[EMAIL PROTECTED]</email>
         <organization>Apache Software Foundation</organization>
       </developer>
  -    
       <developer>
         <name>Dion Gillard</name>
         <id>dion</id>
         <email>[EMAIL PROTECTED]</email>
         <organization>Apache Software Foundation</organization>
       </developer>
  -
     </developers>
   
   
     <!-- Need to mark these as compile-time/run-time -->
  -
     <dependencies>
  -    
       <dependency>
         <id>oro</id>
         <version>2.0.6</version>
         <url>http://jakarta.apache.org/oro/</url>
       </dependency>
  -  
     </dependencies>
   
     <build>
  -
       <sourceDirectory>src/java</sourceDirectory>
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <integrationUnitTestSourceDirectory/>
  
  
  
  1.1                  jakarta-commons-sandbox/jrcs/LICENSE.txt
  
  Index: LICENSE.txt
  ===================================================================
  /*
   * $Source: /home/cvs/jakarta-commons-sandbox/jrcs/LICENSE.txt,v $
   * $Revision: 1.1 $
   * $Date: 2003/12/07 16:09:52 $
   *
   * ====================================================================
   *
   * The Apache Software License, Version 1.1
   *
   * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
   * reserved.
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   *
   * 1. Redistributions of source code must retain the above copyright
   *    notice, this list of conditions and the following disclaimer.
   *
   * 2. Redistributions in binary form must reproduce the above copyright
   *    notice, this list of conditions and the following disclaimer in
   *    the documentation and/or other materials provided with the
   *    distribution.
   *
   * 3. The end-user documentation included with the redistribution, if
   *    any, must include the following acknowledgement:
   *       "This product includes software developed by the
   *        Apache Software Foundation - http://www.apache.org/";
   *    Alternately, this acknowledgement may appear in the software itself,
   *    if and wherever such third-party acknowledgements normally appear.
   *
   * 4. The names "The Jakarta Project", "Commons", and "Apache Software
   *    Foundation" must not be used to endorse or promote products derived
   *    from this software without prior written permission. For written
   *    permission, please contact [EMAIL PROTECTED]
   *
   * 5. Products derived from this software may not be called "Apache"
   *    nor may "Apache" appear in their names without prior written
   *    permission of the Apache Software Foundation.
   *
   * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
   * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   * SUCH DAMAGE.
   * ====================================================================
   *
   * This software consists of voluntary contributions made by many
   * individuals on behalf of the Apache Software Foundation.  For more
   * information on the Apache Software Foundation, please see
   * http://www.apache.org/
   *
   */
  
  
  
  

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

Reply via email to