Go to file
Maarten Coene d27f2b35cc Tagged 2.2.0 release
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/tags/2.2.0@1000645 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23 21:53:29 +00:00
.settings Added missing licenses 2010-06-24 22:23:01 +00:00
META-INF We are not in the incubator anymore 2009-10-04 19:21:39 +00:00
doc Preparing 2.2.0 release 2010-09-23 21:00:03 +00:00
src Merged revision 1000609 from trunk. 2010-09-23 20:33:49 +00:00
test - IMPROVEMENT: Handle attributes in description subelements (IVY-1214) (thanks to Jean-Louis Boudart) (merged from trunk) 2010-08-09 21:42:37 +00:00
.checkstyle Added missing licenses 2010-06-24 22:23:01 +00:00
.classpath.default Merged revisions 997391,997711 and 997931 from trunk. 2010-09-16 22:14:53 +00:00
.classpath.ivyde Added missing licenses 2010-06-24 22:23:01 +00:00
.project Added missing licenses 2010-06-24 22:23:01 +00:00
CHANGES.txt Merged revision 1000609 from trunk. 2010-09-23 20:33:49 +00:00
LICENSE merge all license information (IVY-576) 2007-08-16 13:47:16 +00:00
NOTICE Updated copyright year 2010-03-22 20:18:06 +00:00
README Preparing 2.2.0 release 2010-09-23 20:50:53 +00:00
RELEASE_NOTES Preparing 2.2.0 release 2010-09-23 20:50:53 +00:00
ant.patterns TASK: add license to .patterns files (IVY-747) 2008-02-29 08:17:52 +00:00
build-for-bin-distrib.xml IMPROVEMENT: Dependent jars missing in ivy binaries (IVY-481) 2007-07-09 17:36:06 +00:00
build-release.xml Merged revisions 1000258, 1000262 and 1000263 from trunk. 2010-09-22 22:21:27 +00:00
build.properties Added "rat" target to build-release.xml that executes the RAT Ant tasks in order to find files with unapproved licenses. 2009-10-13 21:41:23 +00:00
build.xml Simplify the output of ant -p 2010-06-09 19:03:35 +00:00
ivy.xml Merged revisions 1000258, 1000262 and 1000263 from trunk. 2010-09-22 22:21:27 +00:00
ivysettings-release.xml Merged revisions 990621, 991108 and 991115 from trunk into 2.2.x branch. 2010-08-31 08:37:50 +00:00
ivysettings-signtask.xml Merged changes from 2.0.0-rc2 branch back into trunk. 2008-10-29 20:56:03 +00:00
optional.patterns Merged revisions 990621, 991108 and 991115 from trunk into 2.2.x branch. 2010-08-31 08:37:50 +00:00
version.properties Preparing 2.2.0 release. 2010-09-22 22:13:58 +00:00

README

			Apache Ivy 2.2.0
		   ------------------

Supported Platforms
--------------------

Apache Ivy requires Java level 1.4; it has been tested with Sun Java SDK v1.4.2

Even if not mandatory, Apache Ivy is most of the times used with Apache Ant, 
for which version 1.6.0 or greater is required.

Installation
-------------

Please read doc/install.html for installation instructions.
      

Getting Started
----------------

For an introduction to Apache Ivy and how to use it, please read the documentation 
located in the doc subdirectory.  A good place to start is the index.html


Licensing
---------

This software is licensed under the terms you may find in the file 
named "LICENSE" in this directory.


Crypto Notice
-------------
This distribution includes cryptographic software.  The country in 
which you currently reside may have restrictions on the import, 
possession, use, and/or re-export to another country, of 
encryption software.  BEFORE using any encryption software, please 
check your country's laws, regulations and policies concerning the
import, possession, or use, and re-export of encryption software, to 
see if this is permitted.  See <http://www.wassenaar.org/> for more
information.

The U.S. Government Department of Commerce, Bureau of Industry and
Security (BIS), has classified this software as Export Commodity 
Control Number (ECCN) 5D002.C.1, which includes information security
software using or performing cryptographic functions with asymmetric
algorithms.  The form and manner of this Apache Software Foundation
distribution makes it eligible for export under the License Exception
ENC Technology Software Unrestricted (TSU) exception (see the BIS 
Export Administration Regulations, Section 740.13) for both object 
code and source code.

The following provides more details on the included cryptographic
software:

The Ivy ssh resolver requires the JSch library
<http://www.jcraft.com/jsch/index.html>. 
The sftp and https resolvers requires the Java Cryptography extensions
<http://java.sun.com/javase/technologies/security/>.
The PGP signature generator requires the BouncyCastle Java cryptography APIs
<http://www.bouncycastle.org/java.html>.