Author: xavier
Date: Fri Jul 20 00:01:35 2007
New Revision: 557896

URL: http://svn.apache.org/viewvc?view=rev&rev=557896
Log:
- add 2.0.0-alpha2 version to the history

Modified:
    incubator/ivy/site/build.xml
    incubator/ivy/site/history/   (props changed)
    incubator/ivy/site/toc.json

Modified: incubator/ivy/site/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/ivy/site/build.xml?view=diff&rev=557896&r1=557895&r2=557896
==============================================================================
--- incubator/ivy/site/build.xml (original)
+++ incubator/ivy/site/build.xml Fri Jul 20 00:01:35 2007
@@ -92,11 +92,9 @@
         </sequential>
     </macrodef>
 
-    <target name="init-imported-trunk">
+    <target name="init-imported-history"
+            description="--> initialize all imported documentation history">
         <init-imported-version version="trunk" />
+        <init-imported-version version="2.0.0-alpha2" />
     </target>
-    
-    <target name="init-imported-history"
-            depends="init-imported-trunk"
-            description="--> initialize all imported documentation history"/>
 </project>

Propchange: incubator/ivy/site/history/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Fri Jul 20 00:01:35 2007
@@ -1 +1,2 @@
 trunk https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/doc
+2.0.0-alpha2 
https://svn.apache.org/repos/asf/incubator/ivy/core/branches/2.0.0-alpha2/doc

Modified: incubator/ivy/site/toc.json
URL: 
http://svn.apache.org/viewvc/incubator/ivy/site/toc.json?view=diff&rev=557896&r1=557895&r2=557896
==============================================================================
--- incubator/ivy/site/toc.json (original)
+++ incubator/ivy/site/toc.json Fri Jul 20 00:01:35 2007
@@ -85,6 +85,11 @@
                     "title":"2.0.x",
                     "children": [
                         {
+                            "title":"2.0.0-alpha2",
+                            "importRoot":"history/2.0.0-alpha2",
+                            "importNode":"index"      
+                        },
+                        {
                           "id":"history/2.0.0-alpha-1",
                           "title":"2.0.0-alpha-1",
                           "children": [


Reply via email to