Author: hibou
Date: Fri Aug 29 08:47:38 2008
New Revision: 690309

URL: http://svn.apache.org/viewvc?rev=690309&view=rev
Log:
- get the eclipse update site build outsite ivyde trunk and be put directly in 
the site
- commit of the current updatesite artifacts

Added:
    ant/ivy/site/ivyde/updatesite/digest.zip.asc
    ant/ivy/site/ivyde/updatesite/digest.zip.md5
    ant/ivy/site/ivyde/updatesite/digest.zip.sha
    ant/ivy/site/ivyde/updatesite/features/
    
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar   
(with props)
    
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.asc
    
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.md5
    
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.sha
    
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar
   (with props)
    
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.asc
    
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.md5
    
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.sha
    ant/ivy/site/ivyde/updatesite/ivy-feature-template/
      - copied from r685892, ant/ivy/ivyde/trunk/org.apache.ivy.feature/
    ant/ivy/site/ivyde/updatesite/plugins/
    ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar   
(with props)
    ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.asc
    ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.md5
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz   
(with props)
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.asc
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.md5
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.sha
    ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.sha
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar 
  (with props)
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.asc
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.md5
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz
   (with props)
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.asc
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.md5
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.sha
    
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.sha
    ant/ivy/site/ivyde/updatesite/signArtifacts.sh
      - copied, changed from r685892, ant/ivy/ivyde/trunk/signArtifacts.sh
    ant/ivy/site/ivyde/updatesite/verifyArtifacts.sh
      - copied, changed from r685892, ant/ivy/ivyde/trunk/verifyArtifacts.sh
Removed:
    ant/ivy/site/ivyde/updatesite/ivy-feature-template/build.properties
Modified:
    ant/ivy/site/build.xml
    ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.properties
    ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.xml

Modified: ant/ivy/site/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/build.xml?rev=690309&r1=690308&r2=690309&view=diff
==============================================================================
--- ant/ivy/site/build.xml (original)
+++ ant/ivy/site/build.xml Fri Aug 29 08:47:38 2008
@@ -21,6 +21,8 @@
 
     <taskdef uri="antlib:xooki" file="${basedir}/xooki/antlib.xml" />
     <property name="target.dir" value="${basedir}/target" />
+    <property name="work.dir" value="${basedir}/work"/>
+    <property name="updatesite.dir" value="${basedir}/ivyde/updatesite"/>
 
     <target name="/all" description="--> force whole site generation, 
disabling incremental mode">
         <property name="checkUpToDate" value="false" />
@@ -59,7 +61,10 @@
                 <include name="*.cgi" />
                 <include name="style/**" />
                 <include name="js/**" />
-                <include name="updatesite/**" />
+                <!-- On the main update site, only deploy references to the 
mirrors -->
+                <include name="updatesite/digest.zip" />
+                <include name="updatesite/site.xml" />
+                <include name="updatesite/eclipse-*" />
                 <include name="images/**" />
                 <include name="history/*/images/**" />
             </fileset>
@@ -239,5 +244,167 @@
         <generate-tagsdoc destFile="tagsdoc.properties">
             <fileset dir="${ivydoc}" 
includes="settings/**/*.html,resolver/**/*.html" />
         </generate-tagsdoc>
-    </target>        
+    </target>
+
+    <!-- 
+        
===================================================================================================================
+        Targets to intialize an ant run with Eclipse. Will be used to manage 
the updatesite
+        
===================================================================================================================
    
+      -->
+    <target name="eclipse-startup-check">
+        <fail message="An Eclipse install is needed to run the build. Set your 
Eclipse install dir into the baseLocation property." unless="baseLocation" />
+
+        <condition property="eclipse.startup">
+            <available file="${baseLocation}/startup.jar" />
+        </condition>
+    </target>
+
+    <target name="eclipse-startup-classpath" depends="eclipse-startup-check" 
if="eclipse.startup">
+        <property name="eclipse.classpath" value="${baseLocation}/startup.jar" 
/>
+    </target>
+
+    <target name="eclipse-launcher-classpath" depends="eclipse-startup-check" 
unless="eclipse.startup">
+        <!-- store path to newest launcher JAR in path id 
'newest.equinox.launcher.path.id' -->
+        <path id="newest.equinox.launcher.path.id">
+            <first count="1">
+                <sort>
+                    <fileset dir="${baseLocation}/plugins" 
includes="**/org.eclipse.equinox.launcher_*.jar" />
+                    <!-- Seems the default order is oldest > newest so we must 
reverse it.
+                       The 'reverse' and 'date' comparators are in the 
internal antlib
+                       org.apache.tools.ant.types.resources.comparators.
+                    -->
+                    <reverse 
xmlns="antlib:org.apache.tools.ant.types.resources.comparators">
+                        <!-- 'date' inherits 'reverse's namespace -->
+                        <date />
+                    </reverse>
+                </sort>
+            </first>
+        </path>
+
+        <!-- turn the path into a property -->
+        <property name="eclipse.classpath" 
refid="newest.equinox.launcher.path.id" />
+    </target>
+
+    <target name="eclipse-classpath" 
depends="eclipse-startup-classpath,eclipse-launcher-classpath">
+        <echo message="Using equinox launcher jar: ${eclipse.classpath}" />
+    </target>
+
+    <!-- 
+        
===================================================================================================================
+       Target to generate the Ivy feature and put it in the updatesite
+        
===================================================================================================================
    
+      -->
+    <target name="updatesite:generate-ivy-feature" description="Generate the 
Eclipse feature for Ivy">
+        <fail message="You have to specify the version of the ivy" 
unless="ivy.version" />
+        <!-- first generate a feature descriptor with the proper version -->
+        <delete file="${work.dir}/feature.xml" />
+        <copy file="${updatesite.dir}/ivy-feature-template/feature.xml" 
todir="${work.dir}">
+            <filterset>
+                <filter token="ivy.version" value="${ivy.version}"/>
+            </filterset>
+        </copy>
+        <!-- package the feature -->
+        <jar 
destfile="${updatesite.dir}/features/org.apache.ivy.feature_${ivy.version}.jar">
+            <fileset dir="${updatesite.dir}/ivy-feature-template">
+                <include name="feature.properties" />
+                <include name="LICENCE"/>
+                <include name="NOTICE"/>
+            </fileset>
+            <fileset dir="${work.dir}">
+                <include name="feature.xml"/>
+            </fileset>
+        </jar>
+    </target>
+
+    <!-- 
+        
===================================================================================================================
+       Targets to manage the updatesite
+        
===================================================================================================================
    
+      -->
+    <target name="updatesite:optimize" 
depends="updatesite:pack-jars,updatesite:build-digest" description="Optimize 
the update site" />
+
+    <target name="updatesite:pack-jars" depends="eclipse-classpath">
+        <!-- prepare the working area, so copy plugin jars -->
+        <delete dir="${work.dir}/updatesite/" />
+        <mkdir dir="${work.dir}/updatesite/" />
+        <copy todir="${work.dir}/updatesite">
+            <fileset dir="${updatesite.dir}">
+                <include name="plugins/*.jar" />
+            </fileset>
+        </copy>
+        <!-- launch the packing -->
+        <java classpath="${eclipse.classpath}" 
classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true">
+            <arg value="-consolelog" />
+            <arg line="-application org.eclipse.update.core.siteOptimizer"/>
+            <arg line="-jarProcessor -verbose -processAll -pack"/>
+            <arg line="-outputDir ${work.dir}/updatesite/plugins"/>
+            <arg line="${work.dir}/updatesite/plugins"/>
+        </java>
+        <!-- put the packs back to the updatesite -->
+        <copy todir="${updatesite.dir}">
+            <fileset dir="${work.dir}/updatesite">
+                <include name="plugins/*.jar.pack.gz" />
+            </fileset>
+        </copy>
+    </target>
+
+    <target name="updatesite:build-digest" depends="eclipse-classpath">
+        <java classpath="${eclipse.classpath}" 
classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true">
+            <arg value="-consolelog" />
+            <arg line="-application org.eclipse.update.core.siteOptimizer"/>
+            <arg line="-digestBuilder -digestOutputDir=${updatesite.dir}"/>
+            <arg line="-siteXML=${updatesite.dir}/site.xml"/>
+        </java>
+    </target>
+
+    <target name="updatesite:checksum" description="Compute the checksum for 
every artifact to distribute">
+        <checksum algorithm="MD5" fileext=".md5" format="MD5SUM">
+            <fileset dir="${updatesite.dir}">
+                <include name="plugins/org.apache.ivy*.jar" />
+                <include name="plugins/org.apache.ivy*.jar.pack.gz" />
+                <include name="features/org.apache.ivy*.jar" />
+                <include name="digest.zip" />
+            </fileset>
+        </checksum>
+        <checksum algorithm="SHA" fileext=".sha" format="MD5SUM">
+            <fileset dir="${updatesite.dir}">
+                <include name="plugins/org.apache.ivy*.jar" />
+                <include name="plugins/org.apache.ivy*.jar.pack.gz" />
+                <include name="features/org.apache.ivy*.jar" />
+                <include name="digest.zip" />
+            </fileset>
+        </checksum>
+    </target>
+
+    <target name="updatesite:verify-checksum" description="Verify the 
checksums of the artifacts to publish">
+        <checksum algorithm="MD5" fileext=".md5" format="MD5SUM" 
verifyproperty="checksum.md5.ok" >
+            <fileset dir="${updatesite.dir}">
+                <include name="plugins/org.apache.ivy*.jar" />
+                <include name="plugins/org.apache.ivy*.jar.pack.gz" />
+                <include name="features/org.apache.ivy*.jar" />
+                <include name="digest.zip" />
+            </fileset>
+        </checksum>
+        <fail message="MD5 Checksum verify failed !">
+            <condition>
+                <isfalse value="${checksum.md5.ok}"/>
+            </condition>
+        </fail>
+        <echo message="MD5 Checksum verify passed successfully" />
+        <checksum algorithm="SHA" fileext=".sha" format="MD5SUM" 
verifyproperty="checksum.sha.ok" >
+            <fileset dir="${updatesite.dir}">
+                <include name="plugins/org.apache.ivy*.jar" />
+                <include name="plugins/org.apache.ivy*.jar.pack.gz" />
+                <include name="features/org.apache.ivy*.jar" />
+                <include name="digest.zip" />
+            </fileset>
+        </checksum>
+        <fail message="SHA Checksum verify failed !">
+            <condition>
+                <isfalse value="${checksum.sha.ok}"/>
+            </condition>
+        </fail>
+        <echo message="SHA Checksum verify passed successfully" />
+    </target>
+
 </project>

Added: ant/ivy/site/ivyde/updatesite/digest.zip.asc
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/digest.zip.asc?rev=690309&view=auto
==============================================================================
--- ant/ivy/site/ivyde/updatesite/digest.zip.asc (added)
+++ ant/ivy/site/ivyde/updatesite/digest.zip.asc Fri Aug 29 08:47:38 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBIaz2RSDwjxnv4vo4RAl+9AJ9XcI0Dgz+SFIy6LfVlHV1+Rw7hQgCgvTJa
+L87GekosXMCTYDA5sgfm1S8=
+=NYUB
+-----END PGP SIGNATURE-----

Added: ant/ivy/site/ivyde/updatesite/digest.zip.md5
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/digest.zip.md5?rev=690309&view=auto
==============================================================================
--- ant/ivy/site/ivyde/updatesite/digest.zip.md5 (added)
+++ ant/ivy/site/ivyde/updatesite/digest.zip.md5 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+81edd3a183aa6ee9a3fcebbc351927bf *digest.zip

Added: ant/ivy/site/ivyde/updatesite/digest.zip.sha
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/digest.zip.sha?rev=690309&view=auto
==============================================================================
--- ant/ivy/site/ivyde/updatesite/digest.zip.sha (added)
+++ ant/ivy/site/ivyde/updatesite/digest.zip.sha Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+2b133a585b9ddada17ae8f173d025b7d05bf0ad0 *digest.zip

Added: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar?rev=690309&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.asc
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.asc?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.asc
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.asc
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBIXrY1SDwjxnv4vo4RAvW9AJ4ogn9xiX/rknwOTkVNtYmqaxQV+ACdHvzE
+FIJ9FNsmTuUHOROzShNCoFc=
+=royN
+-----END PGP SIGNATURE-----

Added: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.md5
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.md5?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.md5
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.md5
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+76f0ca4cc9a25c91e357ff8eaf8920ec *org.apache.ivy.feature_2.0.0.beta2.jar

Added: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.sha
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.sha?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.sha
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar.sha
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+6817d01ed79595d0fe7ce4c22daa5dda3496e2e4 
*org.apache.ivy.feature_2.0.0.beta2.jar

Added: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar?rev=690309&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.asc
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.asc?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.asc
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.asc
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBIXrY1SDwjxnv4vo4RAniNAKC9ffMaI8LCfzmR9c5UDmeNnHexKwCg6pJn
+UGpC6bVOBkr2B4PxpHFa9cs=
+=mmZc
+-----END PGP SIGNATURE-----

Added: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.md5
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.md5?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.md5
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.md5
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+5b6480b6a384403220328f15f2f452dc *org.apache.ivyde.feature_2.0.0.alpha1.jar

Added: 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.sha
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.sha?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.sha
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/features/org.apache.ivyde.feature_2.0.0.alpha1.jar.sha
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+67f77a4d451c33a7d29b5343890397fd973f1c4a 
*org.apache.ivyde.feature_2.0.0.alpha1.jar

Modified: ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.properties
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.properties?rev=690309&r1=685892&r2=690309&view=diff
==============================================================================
--- ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.properties 
(original)
+++ ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.properties Fri 
Aug 29 08:47:38 2008
@@ -17,3 +17,28 @@
 #       * under the License.
 #       ***************************************************************
 
+
+featureName=Apache Ivy
+providerName=Apache Software Foundation
+
+updateSiteName=The Apache IvyDE Updates
+
+description=Ivy bundle
+
+license=Licensed to the Apache Software Foundation (ASF) under one\n\
+or more contributor license agreements.  See the NOTICE file\n\
+distributed with this work for additional information\n\
+regarding copyright ownership.  The ASF licenses this file\n\
+to you under the Apache License, Version 2.0 (the\n\
+"License"); you may not use this file except in compliance\n\
+with the License.  You may obtain a copy of the License at\n\
+\n\
+  http://www.apache.org/licenses/LICENSE-2.0\n\
+\n\
+Unless required by applicable law or agreed to in writing,\n\
+software distributed under the License is distributed on an\n\
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n\
+KIND, either express or implied.  See the License for the\n\
+specific language governing permissions and limitations\n\
+under the License.
+

Modified: ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.xml?rev=690309&r1=685892&r2=690309&view=diff
==============================================================================
--- ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.xml (original)
+++ ant/ivy/site/ivyde/updatesite/ivy-feature-template/feature.xml Fri Aug 29 
08:47:38 2008
@@ -19,23 +19,28 @@
 -->
 <feature
       id="org.apache.ivy.feature"
-      label="Apache Ivy"
-      version="2.0.0.beta2"
-      provider-name="Apache Software Foundation">
+      label="%featureName"
+      version="@ivy.version@"
+      provider-name="%providerName">
 
    <description url="http://ant.apache.org/ivy";>
-      Ivy bundle
+      %description
    </description>
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0";>
-      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 &quot;License&quot;); 
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 &quot;AS IS&quot; 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.
+      %license
    </license>
 
+   <url>
+      <update label="%updateSiteName" 
url="http://ant.apache.org/ivy/ivyde/updatesite"/>
+      <discovery label="%updateSiteName" 
url="http://ant.apache.org/ivy/ivyde/updatesite"/>
+   </url>
+
    <plugin
          id="org.apache.ivy"
          download-size="0"
          install-size="0"
-         version="2.0.0.beta2"
+         version="@ivy.version@"
          unpack="false"/>
 
 </feature>

Added: ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar?rev=690309&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.asc
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.asc?rev=690309&view=auto
==============================================================================
--- ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.asc 
(added)
+++ ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.asc 
Fri Aug 29 08:47:38 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBIXrY1SDwjxnv4vo4RAseOAKDktfWipL159rRza8k4ZCO6KjN8LgCg3sZN
+uEajB33HAk+qTdqwJchnFcE=
+=YpMV
+-----END PGP SIGNATURE-----

Added: ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.md5
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.md5?rev=690309&view=auto
==============================================================================
--- ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.md5 
(added)
+++ ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.md5 
Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+bf2e567963fd9c1024eab2c23371c11f *org.apache.ivy_2.0.0.beta2.jar

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz?rev=690309&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.asc
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.asc?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.asc
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.asc
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBIXrY1SDwjxnv4vo4RApSiAJ9kUyAThrD1LtdJdwgQs/cNn2uCAgCdE2YM
+j/ZBtCrJLnZs4ppWPCEoMUE=
+=kVyb
+-----END PGP SIGNATURE-----

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.md5
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.md5?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.md5
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.md5
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+724424cd6fb09bc140eba942b47d3fb7 *org.apache.ivy_2.0.0.beta2.jar.pack.gz

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.sha
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.sha?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.sha
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.pack.gz.sha
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+66e812039763bc7f11e7a04007f0da1ac805af65 
*org.apache.ivy_2.0.0.beta2.jar.pack.gz

Added: ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.sha
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.sha?rev=690309&view=auto
==============================================================================
--- ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.sha 
(added)
+++ ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar.sha 
Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+dd8f68c33fa7e972e13e66f68d2032fd0b7d424d *org.apache.ivy_2.0.0.beta2.jar

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar?rev=690309&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.asc
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.asc?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.asc
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.asc
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBIXrY1SDwjxnv4vo4RAi+2AKDYtGfmFfuEKSVpUxVS22Pw+8kW9ACdGcBl
+vj4l8aybTn3Hd4xlfahBLnU=
+=BJ3k
+-----END PGP SIGNATURE-----

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.md5
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.md5?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.md5
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.md5
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+0f9cc9df42fa83f63d83bf9ad03925a0 *org.apache.ivyde.eclipse_2.0.0.alpha1.jar

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz?rev=690309&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.asc
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.asc?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.asc
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.asc
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBIXrY1SDwjxnv4vo4RAvI8AJ9Xuum35fWOhsDU81R+jsZoEIaXyQCfck1y
+B2VSFzElrdXvPyJOMe9I1oI=
+=Hdlz
+-----END PGP SIGNATURE-----

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.md5
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.md5?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.md5
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.md5
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+241f90635897561fb4323b8eb4025ac4 
*org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.sha
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.sha?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.sha
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz.sha
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+d1656e83df67767a9721ba562454900fc035cd66 
*org.apache.ivyde.eclipse_2.0.0.alpha1.jar.pack.gz

Added: 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.sha
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.sha?rev=690309&view=auto
==============================================================================
--- 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.sha
 (added)
+++ 
ant/ivy/site/ivyde/updatesite/plugins/org.apache.ivyde.eclipse_2.0.0.alpha1.jar.sha
 Fri Aug 29 08:47:38 2008
@@ -0,0 +1 @@
+4515af15fa033f2ece370059ee7fd4b300061653 
*org.apache.ivyde.eclipse_2.0.0.alpha1.jar

Copied: ant/ivy/site/ivyde/updatesite/signArtifacts.sh (from r685892, 
ant/ivy/ivyde/trunk/signArtifacts.sh)
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/signArtifacts.sh?p2=ant/ivy/site/ivyde/updatesite/signArtifacts.sh&p1=ant/ivy/ivyde/trunk/signArtifacts.sh&r1=685892&r2=690309&rev=690309&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/signArtifacts.sh (original)
+++ ant/ivy/site/ivyde/updatesite/signArtifacts.sh Fri Aug 29 08:47:38 2008
@@ -19,10 +19,7 @@
 
 read -s -p "Key passphrase: " passphrase
 
-for i in dist/updatesite/features/org.apache.ivy*.jar; do gpg --passphrase 
"$passphrase" --output $i.asc --detach-sig --armor $i; done
-for i in dist/updatesite/plugins/org.apache.ivy*.jar;  do gpg --passphrase 
"$passphrase" --output $i.asc --detach-sig --armor $i; done
-for i in dist/updatesite/plugins/org.apache.ivy*.jar.pack.gz;  do gpg 
--passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done
-for i in dist/apache-ivyde-sources-*.zip; do gpg --passphrase "$passphrase" 
--output $i.asc --detach-sig --armor $i; done
-for i in dist/org.apache.ivy.feature-*.zip; do gpg --passphrase "$passphrase" 
--output $i.asc --detach-sig --armor $i; done
-for i in dist/org.apache.ivyde.feature-*.zip; do gpg --passphrase 
"$passphrase" --output $i.asc --detach-sig --armor $i; done
-gpg --passphrase "$passphrase" --output dist/updatesite/digest.zip.asc 
--detach-sig --armor dist/updatesite/digest.zip
+for i in features/org.apache.ivy*.jar; do gpg --passphrase "$passphrase" 
--output $i.asc --detach-sig --armor $i; done
+for i in plugins/org.apache.ivy*.jar;  do gpg --passphrase "$passphrase" 
--output $i.asc --detach-sig --armor $i; done
+for i in plugins/org.apache.ivy*.jar.pack.gz;  do gpg --passphrase 
"$passphrase" --output $i.asc --detach-sig --armor $i; done
+gpg --passphrase "$passphrase" --output digest.zip.asc --detach-sig --armor 
digest.zip

Copied: ant/ivy/site/ivyde/updatesite/verifyArtifacts.sh (from r685892, 
ant/ivy/ivyde/trunk/verifyArtifacts.sh)
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/verifyArtifacts.sh?p2=ant/ivy/site/ivyde/updatesite/verifyArtifacts.sh&p1=ant/ivy/ivyde/trunk/verifyArtifacts.sh&r1=685892&r2=690309&rev=690309&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/verifyArtifacts.sh (original)
+++ ant/ivy/site/ivyde/updatesite/verifyArtifacts.sh Fri Aug 29 08:47:38 2008
@@ -17,10 +17,7 @@
 #   specific language governing permissions and limitations
 #   under the License.
 
-for i in dist/updatesite/features/org.apache.ivy*.jar; do gpg --verify $i.asc; 
done
-for i in dist/updatesite/plugins/org.apache.ivy*.jar;  do gpg --verify $i.asc; 
done
-for i in dist/updatesite/plugins/org.apache.ivy*.jar.pack.gz;  do gpg --verify 
$i.asc; done
-for i in dist/apache-ivyde-sources-*.zip; do gpg --verify $i.asc; done
-for i in dist/org.apache.ivy.feature-*.zip; do gpg --verify $i.asc; done
-for i in dist/org.apache.ivyde.feature-*.zip; do gpg --verify $i.asc; done
-gpg --verify dist/updatesite/digest.zip.asc
+for i in features/org.apache.ivy*.jar; do gpg --verify $i.asc; done
+for i in plugins/org.apache.ivy*.jar;  do gpg --verify $i.asc; done
+for i in plugins/org.apache.ivy*.jar.pack.gz;  do gpg --verify $i.asc; done
+gpg --verify digest.zip.asc


Reply via email to