Hi,

Ivy is a new project in the Apache Incubator. I've created a project descriptor 
so it can be added to gump.
Could someone verify this descriptor I've attached to this mail and add it to 
the metadata repository?

I've configured the email report to be sent to only me untill the project is 
configured properly in gump, to avoid spamming the ivy mailing lists.

regards,
Maarten



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
<?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.
-->
<module name="ivy">

  <url href="http://incubator.apache.org/projects/ivy.html"/>
  <description>
    Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies.
  </description>

  <svn repository="apache-incubator-svn" dir="ivy/trunk"/>

  <project name="ivy">
    <package>fr.jayasoft.ivy</package>
    <description>Ivy Core</description>
    <url href="http://incubator.apache.org/projects/ivy.html"/>
    <ant target="jar">
        <property name="no.resolve" value="true" />
        <property name="offline" value="true" />
    </ant>
    <depend project="ant" inherit="runtime"/>
    <depend project="junit"/>
    <depend project="commons-httpclient" />
    <depend project="commons-cli2" />
    <depend project="jakarta-oro" />
    <depend project="commons-vfs" />
    <depend project="jsch" />
    <jar name="build/artifact/ivy.jar" id="ivy"/>
    <license name="LICENSE.txt"/>

    <nag to="[EMAIL PROTECTED]"
         from="Xavier Hanin &lt;[EMAIL PROTECTED]&gt;"/>
  </project>
</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to