You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/06/23 16:49:49 UTC

svn commit: r787696 [8/11] - in /ant/ivy/site/target: history/2.0.0-rc1/samples/ history/2.0.0-rc2/samples/ history/2.0.0/samples/ history/2.1.0-rc1/samples/ history/latest-release/samples/ history/trunk/ history/trunk/dev/ history/trunk/ivyfile/ histo...

Modified: ant/ivy/site/target/history/latest-release/samples/ivy-sample.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/latest-release/samples/ivy-sample.xml?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/latest-release/samples/ivy-sample.xml (original)
+++ ant/ivy/site/target/history/latest-release/samples/ivy-sample.xml Tue Jun 23 14:49:47 2009
@@ -1,100 +1,100 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-   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.    
--->
-<ivy-module version="2.0">
-	<info organisation="myorg"
-	       module="mymodule"
-	       revision="myrev"
-	       status="integration"
-	       publication="20041101110000">
-	       
-		<license name="MyLicense" url="http://www.my.org/mymodule/mylicense.html"/>
-		
-		<ivyauthor name="jayasoft" url="http://www.jayasoft.org/"/>
-		<ivyauthor name="myorg" url="http://www.myorg.org/"/>
-
-		<repository name="ivyrep" url="http://www.jayasoft.fr/org/ivyrep/" pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" artifacts="false"/>
-
-		<description homepage="http://www.my.org/mymodule/">	       
-	This module is <b>great</b> !<br/>
-	You can use it especially with myconf1 and myconf2, and myconf4 is not too bad too.
-		</description>
-	</info>
-	<configurations>
-		<conf name="myconf1" description="desc 1"/>
-		<conf name="myconf2" description="desc 2" visibility="public"/>
-		<conf name="myconf3" description="desc 3" visibility="private"/>
-		<conf name="myconf4" description="desc 4" extends="myconf1, myconf2"/>		
-		<conf name="myoldconf" description="my old desc" deprecated="20050115"/>
-	</configurations>
-	<publications>
-		<artifact name="myartifact1" type="jar"/>
-		<artifact name="myartifact2" type="jar" conf="myconf1"/>
-		<artifact name="myartifact3" type="jar" conf="myconf1, myconf2, myconf3"/>
-		<artifact name="myartifact4" type="jar">
-			<conf name="myconf1"/>
-			<conf name="myconf3"/>
-		</artifact>
-	</publications>
-	<dependencies>
-		<dependency name="mymodule2" rev="2.0"/>
-		<dependency org="yourorg" name="yourmodule1" rev="1.1" conf="myconf1"/>
-		<dependency org="yourorg" name="yourmodule2" rev="2+" conf="myconf1->yourconf1"/>
-		<dependency org="yourorg" name="yourmodule3" rev="3.1" conf="myconf1->yourconf1, yourconf2"/>
-		<dependency org="yourorg" name="yourmodule4" rev="4.1" conf="myconf1, myconf2->yourconf1, yourconf2"/>
-		<dependency org="yourorg" name="yourmodule5" rev="5.1" conf="myconf1->yourconf1;myconf2->yourconf1, yourconf2"/>
-
-		<dependency org="yourorg" name="yourmodule6" rev="latest.integration">
-			<conf name="myconf1" mapped="yourconf1"/>
-			<conf name="myconf2" mapped="yourconf1, yourconf2"/>
-		</dependency>
-
-		<dependency org="yourorg" name="yourmodule7" rev="7.1">
-			<conf name="myconf1">
-				<mapped name="yourconf1"/>
-			</conf>
-			<conf name="myconf2">
-				<mapped name="yourconf1"/>
-				<mapped name="yourconf2"/>
-			</conf>
-		</dependency>
-
-		<dependency org="yourorg" name="yourmodule8" rev="8.1">
-			<artifact name="yourartifact8-1" type="jar"/>
-			<artifact name="yourartifact8-2" type="jar"/>
-		</dependency>		
-
-		<dependency org="yourorg" name="yourmodule9" rev="9.1" conf="myconf1,myconf2,myconf3->default">
-			<artifact name="yourartifact9-1" type="jar" conf="myconf1,myconf2"/>
-			<artifact name="yourartifact9-2" type="jar">
-				<conf name="myconf2"/>
-				<conf name="myconf3"/>
-			</artifact>
-		</dependency>		
-
-		<dependency org="yourorg" name="yourmodule10" rev="10.1">
-			<include name="your.*" type="jar"/>
-			<include ext="xml"/>
-			<exclude name="toexclude"/>
-		</dependency>		
-		
-		<conflict org="yourorg" module=".*" manager="all"/>
-		<conflict org="theirorg" module="theirmodule1" rev="1.0, 1.1"/>
-	</dependencies>
-</ivy-module>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   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.    
+-->
+<ivy-module version="2.0">
+	<info organisation="myorg"
+	       module="mymodule"
+	       revision="myrev"
+	       status="integration"
+	       publication="20041101110000">
+	       
+		<license name="MyLicense" url="http://www.my.org/mymodule/mylicense.html"/>
+		
+		<ivyauthor name="jayasoft" url="http://www.jayasoft.org/"/>
+		<ivyauthor name="myorg" url="http://www.myorg.org/"/>
+
+		<repository name="ivyrep" url="http://www.jayasoft.fr/org/ivyrep/" pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" artifacts="false"/>
+
+		<description homepage="http://www.my.org/mymodule/">	       
+	This module is <b>great</b> !<br/>
+	You can use it especially with myconf1 and myconf2, and myconf4 is not too bad too.
+		</description>
+	</info>
+	<configurations>
+		<conf name="myconf1" description="desc 1"/>
+		<conf name="myconf2" description="desc 2" visibility="public"/>
+		<conf name="myconf3" description="desc 3" visibility="private"/>
+		<conf name="myconf4" description="desc 4" extends="myconf1, myconf2"/>		
+		<conf name="myoldconf" description="my old desc" deprecated="20050115"/>
+	</configurations>
+	<publications>
+		<artifact name="myartifact1" type="jar"/>
+		<artifact name="myartifact2" type="jar" conf="myconf1"/>
+		<artifact name="myartifact3" type="jar" conf="myconf1, myconf2, myconf3"/>
+		<artifact name="myartifact4" type="jar">
+			<conf name="myconf1"/>
+			<conf name="myconf3"/>
+		</artifact>
+	</publications>
+	<dependencies>
+		<dependency name="mymodule2" rev="2.0"/>
+		<dependency org="yourorg" name="yourmodule1" rev="1.1" conf="myconf1"/>
+		<dependency org="yourorg" name="yourmodule2" rev="2+" conf="myconf1->yourconf1"/>
+		<dependency org="yourorg" name="yourmodule3" rev="3.1" conf="myconf1->yourconf1, yourconf2"/>
+		<dependency org="yourorg" name="yourmodule4" rev="4.1" conf="myconf1, myconf2->yourconf1, yourconf2"/>
+		<dependency org="yourorg" name="yourmodule5" rev="5.1" conf="myconf1->yourconf1;myconf2->yourconf1, yourconf2"/>
+
+		<dependency org="yourorg" name="yourmodule6" rev="latest.integration">
+			<conf name="myconf1" mapped="yourconf1"/>
+			<conf name="myconf2" mapped="yourconf1, yourconf2"/>
+		</dependency>
+
+		<dependency org="yourorg" name="yourmodule7" rev="7.1">
+			<conf name="myconf1">
+				<mapped name="yourconf1"/>
+			</conf>
+			<conf name="myconf2">
+				<mapped name="yourconf1"/>
+				<mapped name="yourconf2"/>
+			</conf>
+		</dependency>
+
+		<dependency org="yourorg" name="yourmodule8" rev="8.1">
+			<artifact name="yourartifact8-1" type="jar"/>
+			<artifact name="yourartifact8-2" type="jar"/>
+		</dependency>		
+
+		<dependency org="yourorg" name="yourmodule9" rev="9.1" conf="myconf1,myconf2,myconf3->default">
+			<artifact name="yourartifact9-1" type="jar" conf="myconf1,myconf2"/>
+			<artifact name="yourartifact9-2" type="jar">
+				<conf name="myconf2"/>
+				<conf name="myconf3"/>
+			</artifact>
+		</dependency>		
+
+		<dependency org="yourorg" name="yourmodule10" rev="10.1">
+			<include name="your.*" type="jar"/>
+			<include ext="xml"/>
+			<exclude name="toexclude"/>
+		</dependency>		
+		
+		<conflict org="yourorg" module=".*" manager="all"/>
+		<conflict org="theirorg" module="theirmodule1" rev="1.0, 1.1"/>
+	</dependencies>
+</ivy-module>

Modified: ant/ivy/site/target/history/latest-release/samples/ivy-style.css
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/latest-release/samples/ivy-style.css?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/latest-release/samples/ivy-style.css (original)
+++ ant/ivy/site/target/history/latest-release/samples/ivy-style.css Tue Jun 23 14:49:47 2009
@@ -1,160 +1,160 @@
-/*
- *  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.
- *
- */
-
-body {
-	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
-	font-size:small; 
-}
-
-div#logo {
-    float: right; 
-    padding-left: 10px; 
-    padding-bottom: 10px; 
-    background: white;
-    text-align: center;
-}
-
-#logo img {
-	border: 0;
-}
-
-a#rep {
-	color:#7A9437;
-	text-decoration:none;
-}
-
-a#rep:hover {
-	background-color:#DEE4CD;
-	color:#7A9437;
-}
-
-
-h1 {
-    margin-bottom:2px;
-    
-	border-color:#7A9437;
-	border-style:solid;
-	border-width:0 0 3px 0;
-}
-
-span#module a {
-	color:#7A9437;
-	text-decoration:none;
-}
-
-span#module a:hover {
-	background-color:#DEE4CD;
-	color:#7A9437;
-}
-
-span#organisation a {
-	color:black;
-	text-decoration:none;
-}
-
-span#organisation a:hover {
-	background-color:black;
-	color:white;
-}
-
-
-h2 {
-    margin-bottom:2px;
-    font-size:medium;
-    
-	border-color:#7A9437;
-	border-style:solid;
-	border-width:0 0 2px 0;
-}
-
-div#revision {
-    margin-left:60px;
-	font-size:medium;
-    font-style: italic;
-    font-weight:700;
-}
-
-span#revision {
-	color:#7A9437;
-}
-
-td.title {
-    width:150px;
-    margin-right:15px;
-
-	text-align: left;
-	/*
-	border-color:#7A9437;
-	border-style:solid;
-	border-width:0 0 3px 0;
-	*/
-	font-size:small;
-	font-weight:700;
-	margin:0;
-	padding-left:0em;
-	vertical-align: top;
-}
-
-td.title:first-letter {
-	color:#7A9437;
-	font-size:medium;
-	background-color:transparent;
-}
-
-#repositories table  {
-	width:90%;
-	margin:auto;
-}
-
-#repositories th  {
-	text-align: left;
-}
-
-.conf table, #artifacts table, #dependencies table  {
-	border-collapse:collapse;
-	width:90%;
-	margin:auto;
-	margin-top: 10px;
-}
-.conf thead, #artifacts thead, #dependencies thead {
-	background-color:#DEE4CD;
-	border:1px solid #7A9437;
-}
-.conf tbody, #artifacts tbody, #dependencies tbody {
-	border-collapse:collapse;
-	background-color:#FFFFFF;
-	border:1px solid #7A9437;
-}
-
-.conf th, #artifacts th, #dependencies th {
-	font-family:monospace;
-	border:1px solid #7A9437;
-	padding:5px;
-}
-
-.conf td, #artifacts td, #dependencies td {
-	border:1px dotted #7A9437;
-	padding:5px;
-}
-
-th.conf-name {
-    width:15%;
-}
-th.conf-desc {
-    width:50%;
-}
+/*
+ *  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.
+ *
+ */
+
+body {
+	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
+	font-size:small; 
+}
+
+div#logo {
+    float: right; 
+    padding-left: 10px; 
+    padding-bottom: 10px; 
+    background: white;
+    text-align: center;
+}
+
+#logo img {
+	border: 0;
+}
+
+a#rep {
+	color:#7A9437;
+	text-decoration:none;
+}
+
+a#rep:hover {
+	background-color:#DEE4CD;
+	color:#7A9437;
+}
+
+
+h1 {
+    margin-bottom:2px;
+    
+	border-color:#7A9437;
+	border-style:solid;
+	border-width:0 0 3px 0;
+}
+
+span#module a {
+	color:#7A9437;
+	text-decoration:none;
+}
+
+span#module a:hover {
+	background-color:#DEE4CD;
+	color:#7A9437;
+}
+
+span#organisation a {
+	color:black;
+	text-decoration:none;
+}
+
+span#organisation a:hover {
+	background-color:black;
+	color:white;
+}
+
+
+h2 {
+    margin-bottom:2px;
+    font-size:medium;
+    
+	border-color:#7A9437;
+	border-style:solid;
+	border-width:0 0 2px 0;
+}
+
+div#revision {
+    margin-left:60px;
+	font-size:medium;
+    font-style: italic;
+    font-weight:700;
+}
+
+span#revision {
+	color:#7A9437;
+}
+
+td.title {
+    width:150px;
+    margin-right:15px;
+
+	text-align: left;
+	/*
+	border-color:#7A9437;
+	border-style:solid;
+	border-width:0 0 3px 0;
+	*/
+	font-size:small;
+	font-weight:700;
+	margin:0;
+	padding-left:0em;
+	vertical-align: top;
+}
+
+td.title:first-letter {
+	color:#7A9437;
+	font-size:medium;
+	background-color:transparent;
+}
+
+#repositories table  {
+	width:90%;
+	margin:auto;
+}
+
+#repositories th  {
+	text-align: left;
+}
+
+.conf table, #artifacts table, #dependencies table  {
+	border-collapse:collapse;
+	width:90%;
+	margin:auto;
+	margin-top: 10px;
+}
+.conf thead, #artifacts thead, #dependencies thead {
+	background-color:#DEE4CD;
+	border:1px solid #7A9437;
+}
+.conf tbody, #artifacts tbody, #dependencies tbody {
+	border-collapse:collapse;
+	background-color:#FFFFFF;
+	border:1px solid #7A9437;
+}
+
+.conf th, #artifacts th, #dependencies th {
+	font-family:monospace;
+	border:1px solid #7A9437;
+	padding:5px;
+}
+
+.conf td, #artifacts td, #dependencies td {
+	border:1px dotted #7A9437;
+	padding:5px;
+}
+
+th.conf-name {
+    width:15%;
+}
+th.conf-desc {
+    width:50%;
+}

Modified: ant/ivy/site/target/history/latest-release/samples/ivysettings-default.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/latest-release/samples/ivysettings-default.xml?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/latest-release/samples/ivysettings-default.xml (original)
+++ ant/ivy/site/target/history/latest-release/samples/ivysettings-default.xml Tue Jun 23 14:49:47 2009
@@ -1,24 +1,24 @@
-<!--
-   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.    
--->
-<ivysettings>
-	<settings defaultResolver="ivyrep"/>
-	<resolvers>
-		<ivyrep name="ivyrep"/>
-	</resolvers>
-</ivysettings>
+<!--
+   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.    
+-->
+<ivysettings>
+	<settings defaultResolver="ivyrep"/>
+	<resolvers>
+		<ivyrep name="ivyrep"/>
+	</resolvers>
+</ivysettings>

Modified: ant/ivy/site/target/history/latest-release/samples/jayasoft-ivyrep-example-default.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/latest-release/samples/jayasoft-ivyrep-example-default.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/latest-release/samples/jayasoft-ivyrep-example-default.html (original)
+++ ant/ivy/site/target/history/latest-release/samples/jayasoft-ivyrep-example-default.html Tue Jun 23 14:49:47 2009
@@ -1,371 +1,371 @@
-<!--
-   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.    
--->
-<html>
-
-<head>
-	<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Ivy report :: ivyrep-example by jayasoft :: default</title>
-<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
-<meta content="en" http-equiv="content-language">
-<meta content="index,follow" name="robots">
-<link href="ivy-report.css" type="text/css" rel="stylesheet">
-</head>
-<body>
-<div id="logo">
-<a href="http://ant.apache.org/ivy/"><img src="../images/logo.png"></a>
-</div>
-<h1>
-<a name="jayasoft-ivyrep-example"></a><span id="module">ivyrep-example</span> 
-        by 
-        <span id="organisation">jayasoft</span>
-</h1>
-<div id="date">
-    resolved on 
-      2005-04-08 13:33:40</div>
-<ul id="confmenu">
-<li>
-<a class="active" href="jayasoft-ivyrep-example-default.html">default</a>
-</li>
-</ul>
-<div id="content">
-<h2>Dependencies Stats</h2>
-<table class="header">
-<tr>
-<td class="title">Modules</td><td class="value">3</td>
-</tr>
-<tr>
-<td class="title">Revisions</td><td class="value">4  
-            (0 searched <img title="module revisions which required a search with a dependency resolver to be resolved" alt="searched" src="../images/searched.gif">,
-            0 downloaded <img title="module revisions for which ivy file was downloaded by dependency resolver" alt="downloaded" src="../images/downloaded.gif">,
-            1 evicted <img title="module revisions which were evicted by others" alt="evicted" src="../images/evicted.gif">,
-            0 errors <img title="module revisions on which error occured" alt="error" src="../images/error.gif">)</td>
-</tr>
-<tr>
-<td class="title">Artifacts</td><td class="value">3 
-            (0 downloaded,
-            0 failed)</td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">219 kB
-            (0 kB downloaded,
-            219 kB in cache)</td>
-</tr>
-</table>
-<h2>Dependencies Overview</h2>
-<table class="deps">
-<thead>
-<tr>
-<th>Module</th><th>Revision</th><th>Status</th><th>Licenses</th><th>Size</th><th></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td><a href="#apache-commons-cli"> commons-cli
-         by
-         apache</a></td><td><a href="#apache-commons-cli-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">32 kB
-    </td><td align="center"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-lang">--- commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
-    </td><td align="center"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-lang">--- commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-1.0">1.0</a></td><td align="center"></td><td align="center"></td><td align="center">0 kB
-    </td><td align="center"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-logging">--- commons-logging
-         by
-         apache</a></td><td><a href="#apache-commons-logging-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">21 kB
-    </td><td align="center"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-lang"> commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
-    </td><td align="center"></td>
-</tr>
-</tbody>
-</table>
-<h2>Details</h2>
-<h3>
-<a name="apache-commons-cli"></a>commons-cli by apache<span class="resolved">resolved by <b>ivyrep</b></span>
-</h3>
-<h4>
-<a name="apache-commons-cli-1.0"></a>
-           Revision: 1.0<span style="padding-left:15px;"></span>
-</h4>
-<table class="header">
-<tr>
-<td class="title">Home Page</td><td class="value"><a href="http://jakarta.apache.org/commons/cli/">http://jakarta.apache.org/commons/cli/</a></td>
-</tr>
-<tr>
-<td class="title">Status</td><td class="value">release</td>
-</tr>
-<tr>
-<td class="title">Publication</td><td class="value">20021227095900</td>
-</tr>
-<tr>
-<td class="title">Resolver</td><td class="value">ivyrep</td>
-</tr>
-<tr>
-<td class="title">Configurations</td><td class="value">default</td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">32 kB
-            (0 kB downloaded,
-            32 kB in cache)</td>
-</tr>
-<tr>
-<td class="title">Licenses</td><td class="value"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td>
-</tr>
-</table>
-<h5>Required by</h5>
-<table>
-<thead>
-<tr>
-<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>jayasoft</td><td><a href="#jayasoft-ivyrep-example">ivyrep-example</a></td><td>default</td><td>1.0</td>
-</tr>
-</tbody>
-</table>
-<h5>Dependencies</h5>
-<table class="deps">
-<thead>
-<tr>
-<th>Module</th><th>Revision</th><th>Status</th><th>Licenses</th><th>Size</th><th></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td><a href="#apache-commons-lang"> commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
-    </td><td align="center"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-lang"> commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-1.0">1.0</a></td><td align="center"></td><td align="center"></td><td align="center">0 kB
-    </td><td align="center"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-logging"> commons-logging
-         by
-         apache</a></td><td><a href="#apache-commons-logging-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">21 kB
-    </td><td align="center"></td>
-</tr>
-</tbody>
-</table>
-<h5>Artifacts</h5>
-<table>
-<thead>
-<tr>
-<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>commons-cli</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">32 kB</td>
-</tr>
-</tbody>
-</table>
-<h3>
-<a name="apache-commons-lang"></a>commons-lang by apache<span class="resolved">resolved by <b>ivyrep</b></span>
-</h3>
-<h4>
-<a name="apache-commons-lang-2.0"></a>
-           Revision: 2.0<span style="padding-left:15px;"></span>
-</h4>
-<table class="header">
-<tr>
-<td class="title">Status</td><td class="value">release</td>
-</tr>
-<tr>
-<td class="title">Publication</td><td class="value">20050407222759</td>
-</tr>
-<tr>
-<td class="title">Resolver</td><td class="value">ivyrep</td>
-</tr>
-<tr>
-<td class="title">Configurations</td><td class="value">default</td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">166 kB
-            (0 kB downloaded,
-            166 kB in cache)</td>
-</tr>
-</table>
-<h5>Required by</h5>
-<table>
-<thead>
-<tr>
-<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
-</tr>
-<tr>
-<td>jayasoft</td><td><a href="#jayasoft-ivyrep-example">ivyrep-example</a></td><td>default</td><td>2.0</td>
-</tr>
-</tbody>
-</table>
-<h5>Dependencies</h5>
-<table>
-<tr>
-<td>
-    No dependency
-    </td>
-</tr>
-</table>
-<h5>Artifacts</h5>
-<table>
-<thead>
-<tr>
-<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>commons-lang</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">166 kB</td>
-</tr>
-</tbody>
-</table>
-<h4>
-<a name="apache-commons-lang-1.0"></a>
-           Revision: 1.0<span style="padding-left:15px;"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></span>
-</h4>
-<table class="header">
-<tr>
-<td class="title">Status</td><td class="value"></td>
-</tr>
-<tr>
-<td class="title">Publication</td><td class="value"></td>
-</tr>
-<tr>
-<td class="title">Resolver</td><td class="value"></td>
-</tr>
-<tr>
-<td class="title">Configurations</td><td class="value"></td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">0 kB
-            (0 kB downloaded,
-            0 kB in cache)</td>
-</tr>
-<tr>
-<td class="title">Evicted by</td><td class="value">2.0   
-            in <b>latest-revision</b> conflict manager
-        </td>
-</tr>
-</table>
-<h5>Required by</h5>
-<table>
-<thead>
-<tr>
-<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
-</tr>
-</tbody>
-</table>
-<h3>
-<a name="apache-commons-logging"></a>commons-logging by apache<span class="resolved">resolved by <b>ivyrep</b></span>
-</h3>
-<h4>
-<a name="apache-commons-logging-1.0"></a>
-           Revision: 1.0<span style="padding-left:15px;"></span>
-</h4>
-<table class="header">
-<tr>
-<td class="title">Home Page</td><td class="value"><a href="http://jakarta.apache.org/commons/logging/">http://jakarta.apache.org/commons/logging/</a></td>
-</tr>
-<tr>
-<td class="title">Status</td><td class="value">release</td>
-</tr>
-<tr>
-<td class="title">Publication</td><td class="value">20020220232200</td>
-</tr>
-<tr>
-<td class="title">Resolver</td><td class="value">ivyrep</td>
-</tr>
-<tr>
-<td class="title">Configurations</td><td class="value">default</td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">21 kB
-            (0 kB downloaded,
-            21 kB in cache)</td>
-</tr>
-<tr>
-<td class="title">Licenses</td><td class="value"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td>
-</tr>
-</table>
-<h5>Required by</h5>
-<table>
-<thead>
-<tr>
-<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
-</tr>
-</tbody>
-</table>
-<h5>Dependencies</h5>
-<table>
-<tr>
-<td>
-    No dependency
-    </td>
-</tr>
-</table>
-<h5>Artifacts</h5>
-<table>
-<thead>
-<tr>
-<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>commons-logging</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">21 kB</td>
-</tr>
-</tbody>
-</table>
-</div>
-</body>
-
-</html>
+<!--
+   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.    
+-->
+<html>
+
+<head>
+	<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Ivy report :: ivyrep-example by jayasoft :: default</title>
+<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
+<meta content="en" http-equiv="content-language">
+<meta content="index,follow" name="robots">
+<link href="ivy-report.css" type="text/css" rel="stylesheet">
+</head>
+<body>
+<div id="logo">
+<a href="http://ant.apache.org/ivy/"><img src="../images/logo.png"></a>
+</div>
+<h1>
+<a name="jayasoft-ivyrep-example"></a><span id="module">ivyrep-example</span> 
+        by 
+        <span id="organisation">jayasoft</span>
+</h1>
+<div id="date">
+    resolved on 
+      2005-04-08 13:33:40</div>
+<ul id="confmenu">
+<li>
+<a class="active" href="jayasoft-ivyrep-example-default.html">default</a>
+</li>
+</ul>
+<div id="content">
+<h2>Dependencies Stats</h2>
+<table class="header">
+<tr>
+<td class="title">Modules</td><td class="value">3</td>
+</tr>
+<tr>
+<td class="title">Revisions</td><td class="value">4  
+            (0 searched <img title="module revisions which required a search with a dependency resolver to be resolved" alt="searched" src="../images/searched.gif">,
+            0 downloaded <img title="module revisions for which ivy file was downloaded by dependency resolver" alt="downloaded" src="../images/downloaded.gif">,
+            1 evicted <img title="module revisions which were evicted by others" alt="evicted" src="../images/evicted.gif">,
+            0 errors <img title="module revisions on which error occured" alt="error" src="../images/error.gif">)</td>
+</tr>
+<tr>
+<td class="title">Artifacts</td><td class="value">3 
+            (0 downloaded,
+            0 failed)</td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">219 kB
+            (0 kB downloaded,
+            219 kB in cache)</td>
+</tr>
+</table>
+<h2>Dependencies Overview</h2>
+<table class="deps">
+<thead>
+<tr>
+<th>Module</th><th>Revision</th><th>Status</th><th>Licenses</th><th>Size</th><th></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><a href="#apache-commons-cli"> commons-cli
+         by
+         apache</a></td><td><a href="#apache-commons-cli-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">32 kB
+    </td><td align="center"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-lang">--- commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
+    </td><td align="center"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-lang">--- commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-1.0">1.0</a></td><td align="center"></td><td align="center"></td><td align="center">0 kB
+    </td><td align="center"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-logging">--- commons-logging
+         by
+         apache</a></td><td><a href="#apache-commons-logging-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">21 kB
+    </td><td align="center"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-lang"> commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
+    </td><td align="center"></td>
+</tr>
+</tbody>
+</table>
+<h2>Details</h2>
+<h3>
+<a name="apache-commons-cli"></a>commons-cli by apache<span class="resolved">resolved by <b>ivyrep</b></span>
+</h3>
+<h4>
+<a name="apache-commons-cli-1.0"></a>
+           Revision: 1.0<span style="padding-left:15px;"></span>
+</h4>
+<table class="header">
+<tr>
+<td class="title">Home Page</td><td class="value"><a href="http://jakarta.apache.org/commons/cli/">http://jakarta.apache.org/commons/cli/</a></td>
+</tr>
+<tr>
+<td class="title">Status</td><td class="value">release</td>
+</tr>
+<tr>
+<td class="title">Publication</td><td class="value">20021227095900</td>
+</tr>
+<tr>
+<td class="title">Resolver</td><td class="value">ivyrep</td>
+</tr>
+<tr>
+<td class="title">Configurations</td><td class="value">default</td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">32 kB
+            (0 kB downloaded,
+            32 kB in cache)</td>
+</tr>
+<tr>
+<td class="title">Licenses</td><td class="value"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td>
+</tr>
+</table>
+<h5>Required by</h5>
+<table>
+<thead>
+<tr>
+<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>jayasoft</td><td><a href="#jayasoft-ivyrep-example">ivyrep-example</a></td><td>default</td><td>1.0</td>
+</tr>
+</tbody>
+</table>
+<h5>Dependencies</h5>
+<table class="deps">
+<thead>
+<tr>
+<th>Module</th><th>Revision</th><th>Status</th><th>Licenses</th><th>Size</th><th></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><a href="#apache-commons-lang"> commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
+    </td><td align="center"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-lang"> commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-1.0">1.0</a></td><td align="center"></td><td align="center"></td><td align="center">0 kB
+    </td><td align="center"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-logging"> commons-logging
+         by
+         apache</a></td><td><a href="#apache-commons-logging-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">21 kB
+    </td><td align="center"></td>
+</tr>
+</tbody>
+</table>
+<h5>Artifacts</h5>
+<table>
+<thead>
+<tr>
+<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>commons-cli</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">32 kB</td>
+</tr>
+</tbody>
+</table>
+<h3>
+<a name="apache-commons-lang"></a>commons-lang by apache<span class="resolved">resolved by <b>ivyrep</b></span>
+</h3>
+<h4>
+<a name="apache-commons-lang-2.0"></a>
+           Revision: 2.0<span style="padding-left:15px;"></span>
+</h4>
+<table class="header">
+<tr>
+<td class="title">Status</td><td class="value">release</td>
+</tr>
+<tr>
+<td class="title">Publication</td><td class="value">20050407222759</td>
+</tr>
+<tr>
+<td class="title">Resolver</td><td class="value">ivyrep</td>
+</tr>
+<tr>
+<td class="title">Configurations</td><td class="value">default</td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">166 kB
+            (0 kB downloaded,
+            166 kB in cache)</td>
+</tr>
+</table>
+<h5>Required by</h5>
+<table>
+<thead>
+<tr>
+<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
+</tr>
+<tr>
+<td>jayasoft</td><td><a href="#jayasoft-ivyrep-example">ivyrep-example</a></td><td>default</td><td>2.0</td>
+</tr>
+</tbody>
+</table>
+<h5>Dependencies</h5>
+<table>
+<tr>
+<td>
+    No dependency
+    </td>
+</tr>
+</table>
+<h5>Artifacts</h5>
+<table>
+<thead>
+<tr>
+<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>commons-lang</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">166 kB</td>
+</tr>
+</tbody>
+</table>
+<h4>
+<a name="apache-commons-lang-1.0"></a>
+           Revision: 1.0<span style="padding-left:15px;"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></span>
+</h4>
+<table class="header">
+<tr>
+<td class="title">Status</td><td class="value"></td>
+</tr>
+<tr>
+<td class="title">Publication</td><td class="value"></td>
+</tr>
+<tr>
+<td class="title">Resolver</td><td class="value"></td>
+</tr>
+<tr>
+<td class="title">Configurations</td><td class="value"></td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">0 kB
+            (0 kB downloaded,
+            0 kB in cache)</td>
+</tr>
+<tr>
+<td class="title">Evicted by</td><td class="value">2.0   
+            in <b>latest-revision</b> conflict manager
+        </td>
+</tr>
+</table>
+<h5>Required by</h5>
+<table>
+<thead>
+<tr>
+<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
+</tr>
+</tbody>
+</table>
+<h3>
+<a name="apache-commons-logging"></a>commons-logging by apache<span class="resolved">resolved by <b>ivyrep</b></span>
+</h3>
+<h4>
+<a name="apache-commons-logging-1.0"></a>
+           Revision: 1.0<span style="padding-left:15px;"></span>
+</h4>
+<table class="header">
+<tr>
+<td class="title">Home Page</td><td class="value"><a href="http://jakarta.apache.org/commons/logging/">http://jakarta.apache.org/commons/logging/</a></td>
+</tr>
+<tr>
+<td class="title">Status</td><td class="value">release</td>
+</tr>
+<tr>
+<td class="title">Publication</td><td class="value">20020220232200</td>
+</tr>
+<tr>
+<td class="title">Resolver</td><td class="value">ivyrep</td>
+</tr>
+<tr>
+<td class="title">Configurations</td><td class="value">default</td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">21 kB
+            (0 kB downloaded,
+            21 kB in cache)</td>
+</tr>
+<tr>
+<td class="title">Licenses</td><td class="value"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td>
+</tr>
+</table>
+<h5>Required by</h5>
+<table>
+<thead>
+<tr>
+<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
+</tr>
+</tbody>
+</table>
+<h5>Dependencies</h5>
+<table>
+<tr>
+<td>
+    No dependency
+    </td>
+</tr>
+</table>
+<h5>Artifacts</h5>
+<table>
+<thead>
+<tr>
+<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>commons-logging</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">21 kB</td>
+</tr>
+</tbody>
+</table>
+</div>
+</body>
+
+</html>

Modified: ant/ivy/site/target/history/trunk/dev/makerelease.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/dev/makerelease.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/dev/makerelease.html (original)
+++ ant/ivy/site/target/history/trunk/dev/makerelease.html Tue Jun 23 14:49:47 2009
@@ -159,15 +159,16 @@
 
 <h3>11. Prepare the Eclipse update site</h3>
 
-To be able to test the release within IvyDE, it can be deployed in the IvyDE update site. See <a href="updatesite.html">that page</a> to know how to process.<br class="xooki-br"/><br class="xooki-br"/><h3>12. Call for a vote to approve the release</h3>
-Cast a vote to approve the release on the dev@ant.apache.org mailing list.<br class="xooki-br"/><br class="xooki-br"/>Here is an example:
+To be able to test the release within IvyDE, it can be deployed in the IvyDE update site. See <a href="updatesite.html">that page</a> to know how to process.<br class="xooki-br"/><br class="xooki-br"/><h3>12. Tag the svn repository</h3>
+As soon as you are happy with the artifacts to be released, it is time to tag the svn repo
 <pre>
-Subject: [VOTE] Ivy ${version} Release<br class="xooki-br"/><br class="xooki-br"/>I have built a release candidate for Ivy ${version}<br class="xooki-br"/><br class="xooki-br"/>You can download it from this URL: ${url}<br class="xooki-br"/><br class="xooki-br"/>Do you vote for the release of these binaries?<br class="xooki-br"/><br class="xooki-br"/>[ ] Yes<br class="xooki-br"/>[ ] No<br class="xooki-br"/><br class="xooki-br"/>Regards,<br class="xooki-br"/><br class="xooki-br"/>${me}, Ivy ${version} release manager
+svn copy <a href="https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-beta1">https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-beta1</a> \<br class="xooki-br"/>           <a href="https://svn.apache.org/repos/asf/ant/ivy/core/tags/2.0.0-beta1">https://svn.apache.org/repos/asf/ant/ivy/core/tags/2.0.0-beta1</a> \<br class="xooki-br"/>      -m "Tag release 2.0.0-beta1."
 </pre>
-<h3>13. Tag the svn repository</h3>
-Now that the release is approved, it is time to tag the svn repo
+
+<h3>13. Call for a vote to approve the release</h3>
+Cast a vote to approve the release on the dev@ant.apache.org mailing list.<br class="xooki-br"/><br class="xooki-br"/>Here is an example:
 <pre>
-svn copy <a href="https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-beta1">https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-beta1</a> \<br class="xooki-br"/>           <a href="https://svn.apache.org/repos/asf/ant/ivy/core/tags/2.0.0-beta1">https://svn.apache.org/repos/asf/ant/ivy/core/tags/2.0.0-beta1</a> \<br class="xooki-br"/>      -m "Tag release 2.0.0-beta1."
+Subject: [VOTE] Ivy ${version} Release<br class="xooki-br"/><br class="xooki-br"/>I have built a release candidate for Ivy ${version}<br class="xooki-br"/><br class="xooki-br"/>You can download it from this URL: ${url}<br class="xooki-br"/><br class="xooki-br"/>Do you vote for the release of these binaries?<br class="xooki-br"/><br class="xooki-br"/>[ ] Yes<br class="xooki-br"/>[ ] No<br class="xooki-br"/><br class="xooki-br"/>Regards,<br class="xooki-br"/><br class="xooki-br"/>${me}, Ivy ${version} release manager
 </pre>
 <h3>14. Upload to public repository</h3>
 If the release is approved, it's now time to make it public by uploading it to the public Apache distrib repository (i.e. /www/www.apache.org/dist/ant/ivy/[version] on people.a.o).<br class="xooki-br"/><br class="xooki-br"/>Copy also the staging maven 2 repository to apache maven 2 rsync repo:<br class="xooki-br"/>/www/people.apache.org/repo/m2-ibiblio-rsync-repository<br class="xooki-br"/><br class="xooki-br"/><h3>15. Update the web site</h3>

Modified: ant/ivy/site/target/history/trunk/dev/updatesite.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/dev/updatesite.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/dev/updatesite.html (original)
+++ ant/ivy/site/target/history/trunk/dev/updatesite.html Tue Jun 23 14:49:47 2009
@@ -137,7 +137,11 @@
 </li>
 </ul>
 
-<b>Note:</b> these previous targets may optimize, checksum and sign already released artifacts. Just so a <tt>svn status</tt> to check the modified artifacts; the only modified files should be the digest.zip (with its signature and checksum) and the site.xml; then there should be the added files of the release. Then do some <tt>svn revert <i>file</i></tt> to revert the unexpected changes.<br class="xooki-br"/><br class="xooki-br"/>And finally commit your changes.<br class="xooki-br"/><br class="xooki-br"/><h2>Test the updatesite</h2>
+<b>Note:</b> these previous targets may optimize, checksum and sign already released artifacts. Just so a <tt>svn status</tt> to check the modified artifacts; the only modified files should be the digest.zip (with its signature and checksum) and the site.xml; then there should be the added files of the release. Then do some <tt>svn revert <i>file</i></tt> to revert the unexpected changes.<br class="xooki-br"/><br class="xooki-br"/>And finally commit your changes.<br class="xooki-br"/><br class="xooki-br"/>As soon as you ar happy with the committed artifacts, we can tag the updatesite:
+<pre>
+svn cp <a href="https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk">https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk</a> <a href="https://svn.apache.org/repos/asf/ant/ivy/updatesite/tags/$TAGNAME">https://svn.apache.org/repos/asf/ant/ivy/updatesite/tags/$TAGNAME</a>
+</pre>
+with <tt>$TAGNAME</tt> the name of the release, so it would be either <tt>ivy-$VERSION</tt> or <tt>ivyde-$VERSION</tt>.<br class="xooki-br"/><br class="xooki-br"/><h2>Test the updatesite</h2>
 
 The updatesite is ready to be tested. You can deploy it where ever you want with the command:
 <pre>svn export <a href="https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk/dist">https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk/dist</a> updatesite
@@ -145,11 +149,7 @@
 
 For both local and remote testing, as the new jars are not yet deployed on Apache mirrors, the updatesite mirroring have to be disable.<br class="xooki-br"/>Basically it is just about modifying the site.xml and remove the reference to the eclipse-update--xml files: remove the attribute <tt>mirrorsURL</tt>.<br class="xooki-br"/><br class="xooki-br"/>To let the developper community test the updatesite, you can setup a staging updatesite in your public_html directory on people.apache.org. So if you deploy it on people.apache.org, in the directory ~/public_html/staging, then the developpers should setup the updatesite with the URL <a href="http://people.apache.org/~LOGIN/staging/updatesite">http://people.apache.org/~LOGIN/staging/updatesite</a> .<br class="xooki-br"/><br class="xooki-br"/><h1><a name="deployment"></a>Deployment of a release</h1>
 
-The release is accepted, so we can tag the updatesite:
-<pre>
-svn cp <a href="https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk">https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk</a> <a href="https://svn.apache.org/repos/asf/ant/ivy/updatesite/tags/$TAGNAME">https://svn.apache.org/repos/asf/ant/ivy/updatesite/tags/$TAGNAME</a>
-</pre>
-with <tt>$TAGNAME</tt> the name of the release, so it would be either <tt>ivy-$VERSION</tt> or <tt>ivyde-$VERSION</tt>.<br class="xooki-br"/><br class="xooki-br"/>Then backup and deploy. On people.apache.org:
+Then backup and deploy. On people.apache.org:
 <pre>
 cd /www/www.apache.org/dist/ant/ivyde/<br class="xooki-br"/>mv updatesite ~/updatesite.backup<br class="xooki-br"/>svn export <a href="https://svn.apache.org/repos/asf/ant/ivy/updatesite/tags/$TAGNAME/dist">https://svn.apache.org/repos/asf/ant/ivy/updatesite/tags/$TAGNAME/dist</a> updatesite
 </pre>

Modified: ant/ivy/site/target/history/trunk/install.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/install.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/install.html (original)
+++ ant/ivy/site/target/history/trunk/install.html Tue Jun 23 14:49:47 2009
@@ -106,7 +106,7 @@
 One of the two binary versions of Ivy doesn't include the optional dependencies. To download them using Ivy, all you need is to run the Ant build file provided in the distribution. This will use Ivy itself to download the dependencies. Then you should see the Ivy optional dependencies in the lib directory, organized per configuration (see the ivy.xml for details about the configurations and their use).<br class="xooki-br"/><br class="xooki-br"/><h1>Automatically</h1>
 If you want to use Ivy only in your ant build scripts, and have an internet connection when you build, you can download Ivy from this site and use the downloaded version automatically, using this simple build snippet:
 <pre>
-    &lt;property name="ivy.install.version" value="2.0.0-beta1" /&gt;<br class="xooki-br"/>    &lt;condition property="ivy.home" value="${env.IVY_HOME}"&gt;<br class="xooki-br"/>      &lt;isset property="env.IVY_HOME" /&gt;<br class="xooki-br"/>    &lt;/condition&gt;<br class="xooki-br"/>    &lt;property name="ivy.home" value="${user.home}/.ant" /&gt;<br class="xooki-br"/>    &lt;property name="ivy.jar.dir" value="${ivy.home}/lib" /&gt;<br class="xooki-br"/>    &lt;property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" /&gt;<br class="xooki-br"/><br class="xooki-br"/>    &lt;target name="download-ivy" unless="offline"&gt;<br class="xooki-br"/><br class="xooki-br"/>        &lt;mkdir dir="${ivy.jar.dir}"/&gt;<br class="xooki-br"/>        &lt;!-- download Ivy from web site so that it can be used even without any special installation --&gt;<br class="xooki-br"/>        &lt;get src="http://www.apache.org/dist/ant/ivy/${ivy.install.version}/ivy.jar"<br class="xooki-br"/>     
        dest="${ivy.jar.file}" usetimestamp="true"/&gt;<br class="xooki-br"/>    &lt;/target&gt;<br class="xooki-br"/><br class="xooki-br"/>    &lt;target name="init-ivy" depends="download-ivy"&gt;<br class="xooki-br"/>      &lt;!-- try to load ivy here from ivy home, in case the user has not already dropped<br class="xooki-br"/>              it into ant's lib dir (note that the latter copy will always take precedence).<br class="xooki-br"/>              We will not fail as long as local lib dir exists (it may be empty) and<br class="xooki-br"/>              ivy is in at least one of ant's lib dir or the local lib dir. --&gt;<br class="xooki-br"/>        &lt;path id="ivy.lib.path"&gt;<br class="xooki-br"/>            &lt;fileset dir="${ivy.jar.dir}" includes="*.jar"/&gt;<br class="xooki-br"/><br class="xooki-br"/>        &lt;/path&gt;<br class="xooki-br"/>        &lt;taskdef resource="org/apache/ivy/ant/antlib.xml"<br class="xooki-br"/>                 uri="antlib:org.apache.
 ivy.ant" classpathref="ivy.lib.path"/&gt;<br class="xooki-br"/>    &lt;/target&gt;
+    &lt;property name="ivy.install.version" value="2.1.0" /&gt;<br class="xooki-br"/>    &lt;condition property="ivy.home" value="${env.IVY_HOME}"&gt;<br class="xooki-br"/>      &lt;isset property="env.IVY_HOME" /&gt;<br class="xooki-br"/>    &lt;/condition&gt;<br class="xooki-br"/>    &lt;property name="ivy.home" value="${user.home}/.ant" /&gt;<br class="xooki-br"/>    &lt;property name="ivy.jar.dir" value="${ivy.home}/lib" /&gt;<br class="xooki-br"/>    &lt;property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" /&gt;<br class="xooki-br"/><br class="xooki-br"/>    &lt;target name="download-ivy" unless="offline"&gt;<br class="xooki-br"/><br class="xooki-br"/>        &lt;mkdir dir="${ivy.jar.dir}"/&gt;<br class="xooki-br"/>        &lt;!-- download Ivy from web site so that it can be used even without any special installation --&gt;<br class="xooki-br"/>        &lt;get src="http://repo2.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.
 jar" <br class="xooki-br"/>             dest="${ivy.jar.file}" usetimestamp="true"/&gt;<br class="xooki-br"/>    &lt;/target&gt;<br class="xooki-br"/><br class="xooki-br"/>    &lt;target name="init-ivy" depends="download-ivy"&gt;<br class="xooki-br"/>      &lt;!-- try to load ivy here from ivy home, in case the user has not already dropped<br class="xooki-br"/>              it into ant's lib dir (note that the latter copy will always take precedence).<br class="xooki-br"/>              We will not fail as long as local lib dir exists (it may be empty) and<br class="xooki-br"/>              ivy is in at least one of ant's lib dir or the local lib dir. --&gt;<br class="xooki-br"/>        &lt;path id="ivy.lib.path"&gt;<br class="xooki-br"/>            &lt;fileset dir="${ivy.jar.dir}" includes="*.jar"/&gt;<br class="xooki-br"/><br class="xooki-br"/>        &lt;/path&gt;<br class="xooki-br"/>        &lt;taskdef resource="org/apache/ivy/ant/antlib.xml"<br class="xooki-br"/>       
           uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path"/&gt;<br class="xooki-br"/>    &lt;/target&gt;
 </pre>
 
 Then the only thing to do is to add the init-ivy target in the depends attribute of your targets using Ivy, and add ivy namespace to your build script. See the self contained <a href="https://svn.apache.org/repos/asf/ant/ivy/core/trunk/src/example/go-ivy/build.xml">go-ivy</a> example for details about this.<br class="xooki-br"/>	

Modified: ant/ivy/site/target/history/trunk/ivyfile/dependency.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/ivyfile/dependency.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/ivyfile/dependency.html (original)
+++ ant/ivy/site/target/history/trunk/ivyfile/dependency.html Tue Jun 23 14:49:47 2009
@@ -124,7 +124,7 @@
 <br/>
 <li>Specify a configuration mapping using the '->' operator separating a comma separated list of master configurations (left operand) of a comma separated list of dependency configurations (right operand).</li>
 A good way to remember which side is for the master configuration (i.e. the configuration of the module defining the dependency) and which side is for the dependency configuration is to read the '->' as 'depends on'.<br class="xooki-br"/><br class="xooki-br"/>In this case, all specified dependency configurations are required in all specified master configurations.<br class="xooki-br"/>For instance, 'A, B, C -> E, F' means that dependency configurations E & F are required in master configurations A, B and C.<br class="xooki-br"/><br class="xooki-br"/>Note that you can use the wildcard '*' as a configuration name, meaning that all configurations (either master or dependency public ones depending on the side) are wanted. For instance, '* -> B, C' means that B & C dependency configurations are required in all master configurations.<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 1.4</span> you can use * wildcard followed by negated configurations to mean all
  but xxx. For instance, '*, !A, !B -> X' means that X dependency configuration is required in all master configurations except A and B.<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 1.2</span> '@' also has a special meaning as a right operand of the dependency mapping, it means map to self. This is particularly useful with '*', '*->@' meaning that all configurations of the module maps to their equivalent (same name) in the dependency.<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 1.4</span> '#' can be used as right side operand to mean 'this' configuration, and thus refers to the configuration being resolved. It is slightly similar to @, except that it takes into account the configuration being actually resolved in case of a configuration extending another one.<br class="xooki-br"/><br class="xooki-br"/>Example:<br class="xooki-br"/>Let's foo be a module with two configurations, A and B, B extending A.<br class="xooki-br"/>Then a
  dependency declaring conf A-># will get A dep conf in its confs A (when resolving A, ivy will find interpret the # symbol as A) and B dep conf in its conf B (when resolving B, ivy will interpret the # symbol as B, even if this dependency is only required because of the A dependency).<br class="xooki-br"/><br class="xooki-br"/>If you don't understand really how this works, do not use it :-)<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 1.4</span> '%' can be used as left side operand to mean 'all the other configurations'. This can be usefull when you only have a specific mapping for some configurations and a default mapping for all the others.<br class="xooki-br"/><br class="xooki-br"/>Example:
-<pre>test-&gt;runtime;%-&gt;default</pre> means that the <pre>test</pre> configuration is mapped to the <pre>runtime</pre> configuration, but all the other configurations are mapped to the <pre>default</pre> configuration.<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 1.3</span> a fallback mechanism can be used when you are not sure that the dependency will have the required conf. You can indicate to ivy that you want one configuration, but if it isn't present, use another one. <br class="xooki-br"/>The syntax for specifying this adds the fallback conf between parenthesis right after the required conf. <br class="xooki-br"/>For instance, <pre>test-&gt;runtime(default)</pre> means that in the test configuration of the module the <pre>runtime</pre> conf of the dependency is required, but if doesn't exist, it will use the <pre>default</pre> conf instead. If <pre>default</pre> conf doesn't exist then it will be considered as an error. Note that the <pre>*<
 /pre> wildcard can be used as fallback conf.<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 1.4</span> you can add simple conditions in the dependency mapping. This is done by adding a condition between '[' and ']'. If the condition evaluates to <pre>true</pre>, the mapping is performed. If the condition evaluates to <pre>false</pre>, the mapping will be ignored. For instance, <pre>test-&gt;[org=A]runtime,[org=B]default</pre> means that the <pre>test</pre> configuration will be mapped to the <pre>runtime</pre> conf for the dependencies of organisation 'A' and to the <pre>default</pre> conf for dependencies of organisation 'B'.<br class="xooki-br"/>
+<pre>test-&gt;runtime;%-&gt;default</pre> means that the <pre>test</pre> configuration is mapped to the <pre>runtime</pre> configuration, but all the other configurations are mapped to the <pre>default</pre> configuration.<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 1.3</span> a fallback mechanism can be used when you are not sure that the dependency will have the required conf. You can indicate to ivy that you want one configuration, but if it isn't present, use another one. <br class="xooki-br"/>The syntax for specifying this adds the fallback conf between parenthesis right after the required conf. <br class="xooki-br"/>For instance, <pre>test-&gt;runtime(default)</pre> means that in the test configuration of the module the <pre>runtime</pre> conf of the dependency is required, but if doesn't exist, it will use the <pre>default</pre> conf instead. If <pre>default</pre> conf doesn't exist then it will be considered as an error. Note that the <pre>*<
 /pre> wildcard can be used as fallback conf.<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 2.1</span> It is also possible to define dependencies on configurations intersection. A configuration intersection is defined using a '+' sign to separate the configuration (eg 'A+B' means the intersection of configuration 'A' and 'B'). In that case only artifacts and dependencies defined in both configurations in the dependency will be part of the master configuration defining the dependency on the configuration intersection.<br class="xooki-br"/><br class="xooki-br"/>Configuration intersections can also be used when specifying the confs to <a href="../use/resolve.html">resolve</a>. <br class="xooki-br"/><br class="xooki-br"/>Moreover, the mapping '*->@' is handled as a specific case with configuration intersections: it maps also the intersections. So if one resolve conf A+B in a module which defines a dependency with mapping *->@, the mapping *->@ is interprete
 d as A+B->A+B so the intersection of A and B will be resolved in the dependency.<br class="xooki-br"/><br class="xooki-br"/><span class="since">since 1.4</span> you can add simple conditions in the dependency mapping. This is done by adding a condition between '[' and ']'. If the condition evaluates to <pre>true</pre>, the mapping is performed. If the condition evaluates to <pre>false</pre>, the mapping will be ignored. For instance, <pre>test-&gt;[org=A]runtime,[org=B]default</pre> means that the <pre>test</pre> configuration will be mapped to the <pre>runtime</pre> conf for the dependencies of organisation 'A' and to the <pre>default</pre> conf for dependencies of organisation 'B'.<br class="xooki-br"/>
 <li>Specify a semi-column separated list of any of the previous specs.</li> In this case, it is the union of the mapping which is kept. For instance, 'A -> B; * -> C' means that B conf is needed in A conf and C conf is need in all master conf... so both B & C dep conf are required in A master conf
 </ul>
 

Modified: ant/ivy/site/target/history/trunk/settings/triggers.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/settings/triggers.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/settings/triggers.html (original)
+++ ant/ivy/site/target/history/trunk/settings/triggers.html Tue Jun 23 14:49:47 2009
@@ -184,6 +184,20 @@
         </td>
         <td>Fired at the end of the retrieve process.</td>
     </tr>
+    <tr><td>pre-retrieve-artifact <br/><span class="since">since 2.1</span></td>
+        <td>
+          <ul>
+            <li>organisation</li>the organisation of the artifact which is about to be retrieved<br class="xooki-br"/>            <li>module</li>the name of the module of the artifact which is about to be retrieved<br class="xooki-br"/>            <li>revision</li>the revision of the the artifact which is about to be retrieved<br class="xooki-br"/>            <li>artifact</li>the name of the the artifact which is about to be retrieved<br class="xooki-br"/>            <li>type</li>the type of the the artifact which is about to be retrieved<br class="xooki-br"/>            <li>ext</li>the extension of the the artifact which is about to be retrieved<br class="xooki-br"/>            <li>metadata</li>true if the retrieved artifact is a metadata artifact, false for published artifacts <br class="xooki-br"/>            <li>size</li>the size in bytes of the retrieved artifact<br class="xooki-br"/>            <li>from</li>the absolute path from which it will be retrieved (usually a l
 ocation in cache)<br class="xooki-br"/>            <li>to</li>the absolute path to which it will be retrieved<br class="xooki-br"/>          </ul>
+        </td>
+        <td>Fired before an artifact is retrieved from cache to a local location</td>
+    </tr>
+    <tr><td>post-retrieve-artifact <br/><span class="since">since 2.1</span></td>
+        <td>
+          <ul>
+            <li>organisation</li>the organisation of the artifact which has just been retrieved<br class="xooki-br"/>            <li>module</li>the name of the module of the artifact which has just been retrieved<br class="xooki-br"/>            <li>revision</li>the revision of the the artifact which has just been retrieved<br class="xooki-br"/>            <li>artifact</li>the name of the the artifact which has just been retrieved<br class="xooki-br"/>            <li>type</li>the type of the the artifact which has just been retrieved<br class="xooki-br"/>            <li>ext</li>the extension of the the artifact which has just been retrieved<br class="xooki-br"/>            <li>metadata</li>true if the retrieved artifact is a metadata artifact, false for published artifacts <br class="xooki-br"/>            <li>size</li>the size in bytes of the retrieved artifact<br class="xooki-br"/>            <li>from</li>the absolute path from which it has just been retrieved (usually a l
 ocation in cache)<br class="xooki-br"/>            <li>to</li>the absolute path to which it has just been retrieved<br class="xooki-br"/>          </ul>
+        </td>
+        <td>Fired after an artifact is retrieved from cache to a local location</td>
+    </tr>
     <tr><td>pre-publish-artifact <br/><span class="since">since 2.0</span></td>
         <td>
           <ul>

Modified: ant/ivy/site/target/history/trunk/use/deliver.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/use/deliver.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/use/deliver.html (original)
+++ ant/ivy/site/target/history/trunk/use/deliver.html Tue Jun 23 14:49:47 2009
@@ -139,7 +139,7 @@
 		<td>No, 'ivy.instance' is taken by default.</td></tr>    
 	<tr><td>conf</td><td>comma-separated list of configurations to include in the delivered file. Accepts wildcards. <span class="since">(since 2.0)</span></td>
         <td>No. Defaults to all configurations</td></tr>
-	<tr><td>generateRevConstraint</td><td>true to automatically generate a 'revConstraint' attribute in the deliverd file (see the <a href="../../../history/trunk/ivyfile/dependency.html">dependency</a> page for more info about this attribute), false to never generate this attribute <span class="since">(since 2.0.1)</span></td>
+	<tr><td>generateRevConstraint</td><td>true to automatically generate a 'revConstraint' attribute in the deliverd file (see the <a href="../../../history/trunk/ivyfile/dependency.html">dependency</a> page for more info about this attribute), false to never generate this attribute <span class="since">(since 2.1.0)</span></td>
         <td>No. Defaults to true</td></tr>
 </tbody>
 </table>

Modified: ant/ivy/site/target/history/trunk/use/postresolvetask.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/use/postresolvetask.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/use/postresolvetask.html (original)
+++ ant/ivy/site/target/history/trunk/use/postresolvetask.html Tue Jun 23 14:49:47 2009
@@ -123,7 +123,7 @@
     <tr><td>organisation</td><td>the organisation of the module to retrieve. This usually doesn't need to be set since it defaults to the last resolved one, except for inline mode where it is required.</td><td>Yes in inline mode, otherwise no, it then defaults to last resolved module name</td></tr>
     <tr><td>module</td><td>the name of the module to retrieve. This usually doesn't need to be set since it defaults to the last resolved one, except for inline mode where it is required.</td><td>Yes in inline mode, otherwise no, it then defaults to last resolved module name</td></tr>
     <tr><td>revision</td><td>the revision constraint of the module to retrieve. Used only in inline mode. <span class="since">since 1.4</span></td><td>No. Defaults to latest.integration</td></tr>
-    <tr><td>branch</td><td>the name of the branch to resolve in inline mode <span class="since">(since 2.0.1)</span></td><td>Defaults to no branch in inline mode, nothing in standard mode.</td></tr>
+    <tr><td>branch</td><td>the name of the branch to resolve in inline mode <span class="since">(since 2.1.0)</span></td><td>Defaults to no branch in inline mode, nothing in standard mode.</td></tr>
     <tr><td>transitive</td><td>true to resolve dependencies transitively, false otherwise <span class="since">since 1.4</span></td><td>No. Defaults to true</td></tr>
     <tr><td>haltonfailure</td><td>true to halt the build on ivy failure, false to continue</td><td>No. Defaults to true</td></tr>
     <tr><td>validate</td><td>true to force ivy files validation against ivy.xsd, false to force no validation</td><td>No. Defaults to default ivy value (as configured in configuration file)</td></tr>

Modified: ant/ivy/site/target/history/trunk/use/resolve.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/use/resolve.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/use/resolve.html (original)
+++ ant/ivy/site/target/history/trunk/use/resolve.html Tue Jun 23 14:49:47 2009
@@ -175,7 +175,7 @@
 
     <tr><td>revision</td><td>the revision constraint to apply to the module to resolve in inline mode <span class="since">since 1.4</span></td><td>No. Defaults to "latest.integration" in inline mode, nothing in standard mode.</td></tr>
 
-    <tr><td>branch</td><td>the name of the branch to resolve in inline mode <span class="since">(since 2.0.1)</span></td><td>Defaults to no branch in inline mode, nothing in standard mode.</td></tr>
+    <tr><td>branch</td><td>the name of the branch to resolve in inline mode <span class="since">(since 2.1.0)</span></td><td>Defaults to no branch in inline mode, nothing in standard mode.</td></tr>
 
     <tr><td>type</td><td>comma separated list of accepted artifact types (<span class="since">since 1.2</span>)</td><td>No. defaults to ${ivy.resolve.default.type.filter}</td></tr>
 

Modified: ant/ivy/site/target/ivyde/history/trunk/ant.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/trunk/ant.html?rev=787696&r1=787695&r2=787696&view=diff
==============================================================================
--- ant/ivy/site/target/ivyde/history/trunk/ant.html (original)
+++ ant/ivy/site/target/ivyde/history/trunk/ant.html Tue Jun 23 14:49:47 2009
@@ -68,7 +68,7 @@
 		<div class="block block-book" id="block-book-0">
 		<h2>IvyDE</h2>
 
-		<div class="content"><ul id="treemenu" class="treeview"><li id="xooki-index" class="submenu"><a href="../../index.html" >Home</a><ul class="closed"><li id="xooki-faq"><a href="../../faq.html" >FAQ</a></li></ul></li><li id="xooki-download"><a href="../../download.html" >Download</a></li><li id="xooki-history/latest-milestone/index" class="submenu"><a href="../../history/latest-milestone/index.html" >Documentation (2.0.0.beta1)</a><ul class="closed"><li id="xooki-history/latest-milestone/editor"><a href="../../history/latest-milestone/editor.html" >Editor</a></li><li id="xooki-history/latest-milestone/cp_container"><a href="../../history/latest-milestone/cp_container.html" >Classpath Container</a></li><li id="xooki-history/latest-milestone/maven"><a href="../../history/latest-milestone/maven.html" >Use with maven poms</a></li><li id="xooki-history/latest-milestone/console"><a href="../../history/latest-milestone/console.html" >Ivy Console</a></li><li id="xooki-history/latest
 -milestone/dev" class="submenu"><a href="../../history/latest-milestone/dev.html" >Developer doc</a><ul class="closed"><li id="xooki-history/latest-milestone/dev/build"><a href="../../history/latest-milestone/dev/build.html" >Building</a></li><li id="xooki-history/latest-milestone/dev/release"><a href="../../history/latest-milestone/dev/release.html" >Releasing</a></li></ul></li></ul></li><li id="xooki-history" class="submenu"><a href="../../history.html" >History</a><ul class="open"><li id="xooki-history/trunk/index" class="submenu"><a href="../../history/trunk/index.html" >trunk</a><ul class="open"><li id="xooki-history/trunk/cp_container" class="submenu"><a href="../../history/trunk/cp_container.html" >Classpath Container</a><ul class="closed"><li id="xooki-history/trunk/cpc/create"><a href="../../history/trunk/cpc/create.html" >Create a container</a></li><li id="xooki-history/trunk/cpc/edit"><a href="../../history/trunk/cpc/edit.html" >Edit the classpath</a></li><li id="
 xooki-history/trunk/cpc/resolve"><a href="../../history/trunk/cpc/resolve.html" >Launching resolve</a></li><li id="xooki-history/trunk/cpc/retrieve"><a href="../../history/trunk/cpc/retrieve.html" >Retrieve the dependencies</a></li><li id="xooki-history/trunk/cpc/cleancache"><a href="../../history/trunk/cpc/cleancache.html" >Clean the caches</a></li><li id="xooki-history/trunk/cpc/reload_settings"><a href="../../history/trunk/cpc/reload_settings.html" >Reload settings</a></li><li id="xooki-history/trunk/cpc/workspace"><a href="../../history/trunk/cpc/workspace.html" >Resolve in workspace</a></li><li id="xooki-history/trunk/cpc/maven"><a href="../../history/trunk/cpc/maven.html" >Use with maven poms</a></li><li id="xooki-history/trunk/cpc/wtp"><a href="../../history/trunk/cpc/wtp.html" >WTP integration</a></li></ul></li><li id="xooki-history/trunk/ivyeditor"><a href="../../history/trunk/ivyeditor.html" >Ivy file editor</a></li><li id="xooki-history/trunk/settingseditor"><a hr
 ef="../../history/trunk/settingseditor.html" >Ivy settings editor</a></li><li id="xooki-history/trunk/preferences"><a href="../../history/trunk/preferences.html" >Eclipse global preferences</a></li><li id="xooki-history/trunk/console"><a href="../../history/trunk/console.html" >Ivy Console</a></li><li id="xooki-history/trunk/ant"><a href="../../history/trunk/ant.html" class="current">Eclipse's Ant interation</a></li><li id="xooki-history/trunk/dev" class="submenu"><a href="../../history/trunk/dev.html" >Developer doc</a><ul class="closed"><li id="xooki-history/trunk/dev/build"><a href="../../history/trunk/dev/build.html" >Building</a></li><li id="xooki-history/trunk/dev/release"><a href="../../history/trunk/dev/release.html" >Releasing</a></li></ul></li></ul></li><li id="xooki-2.x" class="submenu">2.x<ul class="closed"><li id="xooki-history/2.0" class="submenu">2.0.x<ul class="closed"><li id="xooki-history/2.0.0.beta1/index" class="submenu"><a href="../../history/2.0.0.beta1
 /index.html" >2.0.0.beta1</a><ul class="closed"><li id="xooki-history/2.0.0.beta1/editor"><a href="../../history/2.0.0.beta1/editor.html" >Editor</a></li><li id="xooki-history/2.0.0.beta1/cp_container"><a href="../../history/2.0.0.beta1/cp_container.html" >Classpath Container</a></li><li id="xooki-history/2.0.0.beta1/maven"><a href="../../history/2.0.0.beta1/maven.html" >Use with maven poms</a></li><li id="xooki-history/2.0.0.beta1/console"><a href="../../history/2.0.0.beta1/console.html" >Ivy Console</a></li><li id="xooki-history/2.0.0.beta1/dev" class="submenu"><a href="../../history/2.0.0.beta1/dev.html" >Developer doc</a><ul class="closed"><li id="xooki-history/2.0.0.beta1/dev/build"><a href="../../history/2.0.0.beta1/dev/build.html" >Building</a></li><li id="xooki-history/2.0.0.beta1/dev/release"><a href="../../history/2.0.0.beta1/dev/release.html" >Releasing</a></li></ul></li></ul></li><li id="xooki-history/2.0.0.alpha1/index" class="submenu"><a href="../../history/2.0
 .0.alpha1/index.html" >2.0.0.alpha1</a><ul class="closed"><li id="xooki-history/2.0.0.alpha1/editor"><a href="../../history/2.0.0.alpha1/editor.html" >Editor</a></li><li id="xooki-history/2.0.0.alpha1/cp_container"><a href="../../history/2.0.0.alpha1/cp_container.html" >Classpath Container</a></li><li id="xooki-history/2.0.0.alpha1/maven"><a href="../../history/2.0.0.alpha1/maven.html" >Use with maven poms</a></li><li id="xooki-history/2.0.0.alpha1/console"><a href="../../history/2.0.0.alpha1/console.html" >Ivy Console</a></li><li id="xooki-history/2.0.0.alpha1/build"><a href="../../history/2.0.0.alpha1/build.html" >Building IvyDE</a></li></ul></li></ul></li></ul></li><li id="xooki-history/1.2.0/index" class="submenu"><a href="../../history/1.2.0/index.html" >1.2.0</a><ul class="closed"><li id="xooki-history/1.2.0/editor"><a href="../../history/1.2.0/editor.html" >Editor</a></li><li id="xooki-history/1.2.0/cp_container"><a href="../../history/1.2.0/cp_container.html" >Classp
 ath Container</a></li><li id="xooki-history/1.2.0/maven"><a href="../../history/1.2.0/maven.html" >Use with maven poms</a></li></ul></li></ul></li><li id="xooki-get-involved" class="submenu"><a href="../../get-involved.html" >Get Involved</a><ul class="closed"><li id="xooki-mailing-lists"><a href="../../mailing-lists.html" >Mailing Lists</a></li><li id="xooki-issues"><a href="../../issues.html" >Issue Tracking</a></li></ul></li></ul></div>
+		<div class="content"><ul id="treemenu" class="treeview"><li id="xooki-index" class="submenu"><a href="../../index.html" >Home</a><ul class="closed"><li id="xooki-faq"><a href="../../faq.html" >FAQ</a></li></ul></li><li id="xooki-download"><a href="../../download.html" >Download</a></li><li id="xooki-history/latest-milestone/index" class="submenu"><a href="../../history/latest-milestone/index.html" >Documentation (2.0.0.beta1)</a><ul class="closed"><li id="xooki-history/latest-milestone/editor"><a href="../../history/latest-milestone/editor.html" >Editor</a></li><li id="xooki-history/latest-milestone/cp_container"><a href="../../history/latest-milestone/cp_container.html" >Classpath Container</a></li><li id="xooki-history/latest-milestone/maven"><a href="../../history/latest-milestone/maven.html" >Use with maven poms</a></li><li id="xooki-history/latest-milestone/console"><a href="../../history/latest-milestone/console.html" >Ivy Console</a></li><li id="xooki-history/latest
 -milestone/dev" class="submenu"><a href="../../history/latest-milestone/dev.html" >Developer doc</a><ul class="closed"><li id="xooki-history/latest-milestone/dev/build"><a href="../../history/latest-milestone/dev/build.html" >Building</a></li><li id="xooki-history/latest-milestone/dev/release"><a href="../../history/latest-milestone/dev/release.html" >Releasing</a></li></ul></li></ul></li><li id="xooki-history" class="submenu"><a href="../../history.html" >History</a><ul class="open"><li id="xooki-history/trunk/index" class="submenu"><a href="../../history/trunk/index.html" >trunk</a><ul class="open"><li id="xooki-history/trunk/compatibility"><a href="../../history/trunk/compatibility.html" >Compatibility</a></li><li id="xooki-history/trunk/install"><a href="../../history/trunk/install.html" >Installation</a></li><li id="xooki-history/trunk/cp_container" class="submenu"><a href="../../history/trunk/cp_container.html" >Classpath Container</a><ul class="closed"><li id="xooki-h
 istory/trunk/cpc/create"><a href="../../history/trunk/cpc/create.html" >Create a container</a></li><li id="xooki-history/trunk/cpc/edit"><a href="../../history/trunk/cpc/edit.html" >Edit the classpath</a></li><li id="xooki-history/trunk/cpc/resolve"><a href="../../history/trunk/cpc/resolve.html" >Launching resolve</a></li><li id="xooki-history/trunk/cpc/retrieve"><a href="../../history/trunk/cpc/retrieve.html" >Retrieve the dependencies</a></li><li id="xooki-history/trunk/cpc/cleancache"><a href="../../history/trunk/cpc/cleancache.html" >Clean the caches</a></li><li id="xooki-history/trunk/cpc/reload_settings"><a href="../../history/trunk/cpc/reload_settings.html" >Reload settings</a></li><li id="xooki-history/trunk/cpc/workspace"><a href="../../history/trunk/cpc/workspace.html" >Resolve in workspace</a></li><li id="xooki-history/trunk/cpc/maven"><a href="../../history/trunk/cpc/maven.html" >Use with maven poms</a></li><li id="xooki-history/trunk/cpc/wtp"><a href="../../hist
 ory/trunk/cpc/wtp.html" >WTP integration</a></li></ul></li><li id="xooki-history/trunk/ivyeditor"><a href="../../history/trunk/ivyeditor.html" >Ivy file editor</a></li><li id="xooki-history/trunk/settingseditor"><a href="../../history/trunk/settingseditor.html" >Ivy settings editor</a></li><li id="xooki-history/trunk/preferences"><a href="../../history/trunk/preferences.html" >Eclipse global preferences</a></li><li id="xooki-history/trunk/console"><a href="../../history/trunk/console.html" >Ivy Console</a></li><li id="xooki-history/trunk/ant"><a href="../../history/trunk/ant.html" class="current">Eclipse's Ant interation</a></li><li id="xooki-history/trunk/dev" class="submenu"><a href="../../history/trunk/dev.html" >Developer doc</a><ul class="closed"><li id="xooki-history/trunk/dev/build"><a href="../../history/trunk/dev/build.html" >Building</a></li><li id="xooki-history/trunk/dev/release"><a href="../../history/trunk/dev/release.html" >Releasing</a></li></ul></li></ul></l
 i><li id="xooki-2.x" class="submenu">2.x<ul class="closed"><li id="xooki-history/2.0" class="submenu">2.0.x<ul class="closed"><li id="xooki-history/2.0.0.beta1/index" class="submenu"><a href="../../history/2.0.0.beta1/index.html" >2.0.0.beta1</a><ul class="closed"><li id="xooki-history/2.0.0.beta1/editor"><a href="../../history/2.0.0.beta1/editor.html" >Editor</a></li><li id="xooki-history/2.0.0.beta1/cp_container"><a href="../../history/2.0.0.beta1/cp_container.html" >Classpath Container</a></li><li id="xooki-history/2.0.0.beta1/maven"><a href="../../history/2.0.0.beta1/maven.html" >Use with maven poms</a></li><li id="xooki-history/2.0.0.beta1/console"><a href="../../history/2.0.0.beta1/console.html" >Ivy Console</a></li><li id="xooki-history/2.0.0.beta1/dev" class="submenu"><a href="../../history/2.0.0.beta1/dev.html" >Developer doc</a><ul class="closed"><li id="xooki-history/2.0.0.beta1/dev/build"><a href="../../history/2.0.0.beta1/dev/build.html" >Building</a></li><li id
 ="xooki-history/2.0.0.beta1/dev/release"><a href="../../history/2.0.0.beta1/dev/release.html" >Releasing</a></li></ul></li></ul></li><li id="xooki-history/2.0.0.alpha1/index" class="submenu"><a href="../../history/2.0.0.alpha1/index.html" >2.0.0.alpha1</a><ul class="closed"><li id="xooki-history/2.0.0.alpha1/editor"><a href="../../history/2.0.0.alpha1/editor.html" >Editor</a></li><li id="xooki-history/2.0.0.alpha1/cp_container"><a href="../../history/2.0.0.alpha1/cp_container.html" >Classpath Container</a></li><li id="xooki-history/2.0.0.alpha1/maven"><a href="../../history/2.0.0.alpha1/maven.html" >Use with maven poms</a></li><li id="xooki-history/2.0.0.alpha1/console"><a href="../../history/2.0.0.alpha1/console.html" >Ivy Console</a></li><li id="xooki-history/2.0.0.alpha1/build"><a href="../../history/2.0.0.alpha1/build.html" >Building IvyDE</a></li></ul></li></ul></li></ul></li><li id="xooki-history/1.2.0/index" class="submenu"><a href="../../history/1.2.0/index.html" >1.
 2.0</a><ul class="closed"><li id="xooki-history/1.2.0/editor"><a href="../../history/1.2.0/editor.html" >Editor</a></li><li id="xooki-history/1.2.0/cp_container"><a href="../../history/1.2.0/cp_container.html" >Classpath Container</a></li><li id="xooki-history/1.2.0/maven"><a href="../../history/1.2.0/maven.html" >Use with maven poms</a></li></ul></li></ul></li><li id="xooki-get-involved" class="submenu"><a href="../../get-involved.html" >Get Involved</a><ul class="closed"><li id="xooki-mailing-lists"><a href="../../mailing-lists.html" >Mailing Lists</a></li><li id="xooki-issues"><a href="../../issues.html" >Issue Tracking</a></li></ul></li></ul></div>
 
 		</div>