Go to file
Nicolas Lalevee 6e819ff753 Maven central is boring slow, so let's stick with a fixed revision
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1201494 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13 19:51:02 +00:00
.settings Added missing licenses 2010-06-24 22:23:01 +00:00
META-INF IVY-334: 2010-11-03 18:12:20 +00:00
doc fix doc processing by xooki 2011-09-04 21:40:02 +00:00
src isLocal actually means that the name of the resource is a file: not true for jar resource 2011-11-12 14:12:02 +00:00
test - fix the JarResolver when used with an URL 2011-11-12 12:29:50 +00:00
.checkstyle Added missing licenses 2010-06-24 22:23:01 +00:00
.classpath.default Add the bouncycastle jars to the default Eclipse classpath 2010-09-15 16:39:27 +00:00
.classpath.ivyde Added missing licenses 2010-06-24 22:23:01 +00:00
.project add nature when used with a recent IvyDE 2011-09-01 14:52:24 +00:00
CHANGES.txt FIX: Maven 'eclipse-plugin' packaging is now mapped to 'jar' extension (IVY-899) 2011-11-05 10:47:11 +00:00
LICENSE merge all license information (IVY-576) 2007-08-16 13:47:16 +00:00
NOTICE IVY-1249: Branding: Apache Ivy (TM) 2011-01-03 07:38:55 +00:00
README IVY-1249: Branding: Apache Ivy (TM) 2011-01-03 07:38:55 +00:00
RELEASE_NOTES IVY-1249: Branding: Apache Ivy (TM) 2011-01-03 07:38:55 +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 Exclude the bouncycastle jars from the binary distributions. 2010-09-22 22:16:44 +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 Maybe better if the folder exist 2011-09-22 14:46:54 +00:00
doap_Ivy.rdf Put license header on top 2011-01-04 13:47:39 +00:00
ivy.xml Maven central is boring slow, so let's stick with a fixed revision 2011-11-13 19:51:02 +00:00
ivysettings-release.xml svn_apply_autoprops, mainly for line endings 2010-12-14 16:28:01 +00:00
optional.patterns NEW: Ivy can now generate OpenPGP compatible ASCII armored detached signatures when publishing artifacts. 2010-08-31 07:47:06 +00:00
version.properties update development version info 2011-06-06 18:36:12 +00:00

README

			Apache Ivy (TM) [version]
		   ---------------------------

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>.