From de96ce980838c25be0b41f611e50ce2889fe9884 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 12 Oct 2007 11:36:02 +0000 Subject: [PATCH] Add Ivy to our projects-page. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@584138 13f79535-47bb-0310-9956-ffa450edef68 --- clean.bat | 4 + docs/antlibs/antunit/index.html | 19 ++++ docs/antlibs/bindownload.html | 19 ++++ docs/antlibs/charter.html | 19 ++++ docs/antlibs/dotnet/index.html | 19 ++++ docs/antlibs/index.html | 19 ++++ docs/antlibs/proper.html | 19 ++++ docs/antlibs/sandbox.html | 19 ++++ docs/antlibs/srcdownload.html | 19 ++++ docs/antlibs/svn/index.html | 19 ++++ docs/projects.html | 2 +- docs/projects/index.html | 19 ++++ docs/projects/ivy.html | 168 ++++++++++++++++++++++++++++++++ xdocs/projects/ivy.xml | 38 ++++++++ xdocs/stylesheets/project.xml | 7 ++ 15 files changed, 408 insertions(+), 1 deletion(-) create mode 100644 clean.bat create mode 100644 docs/projects/ivy.html create mode 100644 xdocs/projects/ivy.xml diff --git a/clean.bat b/clean.bat new file mode 100644 index 000000000..15c3709c4 --- /dev/null +++ b/clean.bat @@ -0,0 +1,4 @@ +@echo off +rd /Q/S bootstrap build dist +del *.log +del TEST-*.* \ No newline at end of file diff --git a/docs/antlibs/antunit/index.html b/docs/antlibs/antunit/index.html index e1d5c52e2..e76f691ee 100755 --- a/docs/antlibs/antunit/index.html +++ b/docs/antlibs/antunit/index.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/antlibs/bindownload.html b/docs/antlibs/bindownload.html index 902b6e7f0..abe825c15 100644 --- a/docs/antlibs/bindownload.html +++ b/docs/antlibs/bindownload.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/antlibs/charter.html b/docs/antlibs/charter.html index fba50e074..232c91ff0 100644 --- a/docs/antlibs/charter.html +++ b/docs/antlibs/charter.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/antlibs/dotnet/index.html b/docs/antlibs/dotnet/index.html index 48528ffa0..a6df6f2b2 100755 --- a/docs/antlibs/dotnet/index.html +++ b/docs/antlibs/dotnet/index.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/antlibs/index.html b/docs/antlibs/index.html index 34c827e9f..d0c435549 100644 --- a/docs/antlibs/index.html +++ b/docs/antlibs/index.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/antlibs/proper.html b/docs/antlibs/proper.html index 065f3a191..100f510ee 100644 --- a/docs/antlibs/proper.html +++ b/docs/antlibs/proper.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/antlibs/sandbox.html b/docs/antlibs/sandbox.html index 55da24844..56c0c9358 100644 --- a/docs/antlibs/sandbox.html +++ b/docs/antlibs/sandbox.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/antlibs/srcdownload.html b/docs/antlibs/srcdownload.html index 47d338eec..2be9f471c 100644 --- a/docs/antlibs/srcdownload.html +++ b/docs/antlibs/srcdownload.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/antlibs/svn/index.html b/docs/antlibs/svn/index.html index 1e3abe092..69cc51e24 100755 --- a/docs/antlibs/svn/index.html +++ b/docs/antlibs/svn/index.html @@ -103,6 +103,25 @@ Source Distributions + + diff --git a/docs/projects.html b/docs/projects.html index 37b2f718c..0588f5905 100644 --- a/docs/projects.html +++ b/docs/projects.html @@ -543,7 +543,7 @@ AntShellExt (Ant Shell Extension) -

Ant Shell Extension is a Windows Explorer enhacement that adds a contextual +

Ant Shell Extension is a Windows Explorer enhancement that adds a contextual menu when you right click over an Ant xml file, so you can execute all the actions defined in that file without going to a command console or starting your favourite IDE to make a simple clean.

diff --git a/docs/projects/index.html b/docs/projects/index.html index 657ca797d..574a13387 100644 --- a/docs/projects/index.html +++ b/docs/projects/index.html @@ -105,6 +105,25 @@ Source Distributions + + diff --git a/docs/projects/ivy.html b/docs/projects/ivy.html new file mode 100644 index 000000000..a6fd568ec --- /dev/null +++ b/docs/projects/ivy.html @@ -0,0 +1,168 @@ + + + + + + + + Apache Ant - The Ivy Subproject + + + + + + +
+ + + + + + +
Apache Ant siteApache Ant logo +
+ + + + + + + + + + + + + + +
+ + + + +
+ the Apache Ant site +
+
+
+
+ +
+ + + + + +
+ + + + +
Home
+
+ + + + +
Projects
+
+
+ +
+ + +
 
+
+
+

The Ivy Subproject

+

+ + The Ivy Subproject +

+

Apache Ivy

+

Ivy is a simple yet powerful dependency manager featuring continuous integration, + dependencies of dependencies management, multiple repositories including ibiblio and + high performance (use of a local cache).

+ +
+
+ + + + + + + + + + + + + + + diff --git a/xdocs/projects/ivy.xml b/xdocs/projects/ivy.xml new file mode 100644 index 000000000..b82636c8f --- /dev/null +++ b/xdocs/projects/ivy.xml @@ -0,0 +1,38 @@ + + + + + + + The Ivy Subproject + + + + +
+

Apache Ivy

+ +

Ivy is a simple yet powerful dependency manager featuring continuous integration, + dependencies of dependencies management, multiple repositories including ibiblio and + high performance (use of a local cache).

+ +
+ + +
+ diff --git a/xdocs/stylesheets/project.xml b/xdocs/stylesheets/project.xml index cb0543683..84738d478 100644 --- a/xdocs/stylesheets/project.xml +++ b/xdocs/stylesheets/project.xml @@ -78,6 +78,13 @@ + + + + + + +