Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

File Contents

<?xml version="1.0"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You 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>
  <extend>../commons-build/sandbox-project.xml</extend>
  <name>Commons Compress</name>
  <id>commons-compress</id>
  <logo>/images/compress-logo-white.png</logo>
  <inceptionYear>2002</inceptionYear>
  <shortDescription>Commons Compress</shortDescription>
  <description>
    Commons Compress is a component that contains Tar, Zip and BZip2 packages.
  </description>
  <currentVersion>0.1-dev</currentVersion>
  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
  <siteAddress>cvs.apache.org</siteAddress>
  <logo></logo>
  
  <versions>
  </versions>
  <branches>
  </branches>

  <developers>
    <developer>
      <!-- In that I moved them to their new location -->
      <name>Henri Yandell</name>
      <id>bayard</id>
      <email>bayard@apache.org</email>
      <organization></organization>
      <roles>
        <role>Java Developer</role>
      </roles>
    </developer>
    <developer>
      <name>Dirk Verbeeck</name>
      <id>dirkv</id>
      <email></email>
      <organization></organization>
      <roles>
        <role>Java Developer</role>
      </roles>
    </developer>
  </developers>
    
  <dependencies>
    <dependency>
      <id>junit</id>
      <version>3.8.1</version>
    </dependency>
    <dependency>
      <id>commons-io</id>
      <version>1.4</version>
    </dependency>
  </dependencies>

  <build>
    <unitTest>
      <includes>
        <include>**/*Test*</include>
      </includes>
    </unitTest>
  </build>
</project>

Last Updated: Wed, 23 Jul 2008 18:00:06 ().Python Logo