Go to file
Jan Materne b7cdcc21fe Update Checkstyle, so the Ivy-Check build job could run.
https://builds.apache.org/view/A-D/view/Ant/job/Ivy-check

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1592699 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 10:06:48 +00:00
.settings Added missing license information 2014-03-14 23:06:29 +00:00
META-INF Add support for "packed" artifacts: .pack.gz bundles in an OSGi P2 repository for instance 2014-01-04 13:06:37 +00:00
doc Add support for packed jar within an OSGi bundle 2014-04-13 22:14:03 +00:00
src IMPROVEMENT: ivy:makepom will generate an exclusion when transitive=false on a dependency (IVY-1470) 2014-05-05 20:56:51 +00:00
test Fix broken unit test, force publication date on testExtraInfosWithNestedElement as PomParsing can generate a publication date based on file modification date 2014-05-06 06:16:30 +00:00
.checkstyle Added missing licenses 2010-06-24 22:23:01 +00:00
.classpath.default Add missing jsch.proxy jars in .classpath.default 2014-01-14 09:05:18 +00:00
.classpath.ivyde Added missing licenses 2010-06-24 22:23:01 +00:00
.gitignore Update .gitignore 2014-01-04 17:18:05 +00:00
.project Update checkstyle configuration for version 5.7 2013-12-18 16:46:30 +00:00
CHANGES.txt IMPROVEMENT: ivy:makepom will generate an exclusion when transitive=false on a dependency (IVY-1470) 2014-05-05 20:56:51 +00:00
LICENSE merge all license information (IVY-576) 2007-08-16 13:47:16 +00:00
NOTICE Happy new year 2014-01-04 17:21:22 +00:00
README Ivy now requires Java 5 2014-03-14 21:11:08 +00:00
RELEASE_NOTES Changes should go into CHANGES.txt, not in RELEASE_NOTES + deleted patch.txt 2014-03-13 22:49:39 +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 Make sure all properties are set before starting to upload to repository.apache.org 2012-11-05 21:12:29 +00:00
build.properties Ivy requires Java 5 2013-12-14 17:34:47 +00:00
build.xml Update Checkstyle, so the Ivy-Check build job could run. 2014-05-06 10:06:48 +00:00
doap_Ivy.rdf Updated doap-file with 2.3.0 release 2013-02-02 21:52:36 +00:00
ivy.xml IVY-1421: SSH agent support for SSH and SFTP transports 2013-12-18 16:05:41 +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 trunk version 2014-04-14 21:30:45 +00:00

README

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

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

Apache Ivy requires Java level 1.5; it has been tested with Sun Java SDK 1.5.0.

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