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/02/02 14:03:14 UTC

svn commit: r739985 - in /ant/ivy/ivyde/trunk: build.xml site-template.xml

Author: hibou
Date: Mon Feb  2 13:03:14 2009
New Revision: 739985

URL: http://svn.apache.org/viewvc?rev=739985&view=rev
Log:
No more need to build an updatesite here

Removed:
    ant/ivy/ivyde/trunk/site-template.xml
Modified:
    ant/ivy/ivyde/trunk/build.xml

Modified: ant/ivy/ivyde/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=739985&r1=739984&r2=739985&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Mon Feb  2 13:03:14 2009
@@ -38,7 +38,6 @@
     <property name="doc.work.dir" value="${work.dir}/doc" />
     <property name="eclipse.work.dir" value="${work.dir}/eclipse" />
     <property name="dist.dir" value="${basedir}/dist" />
-    <property name="updatesite.dir" value="${basedir}/updatesite" />
     <property name="eclipse-doc.dir" value="${basedir}/org.apache.ivyde.eclipse/doc" />
     <property name="src.doc.dir" value="${basedir}/doc" />
 
@@ -171,25 +170,6 @@
 
     <!-- 
         ======================================================================================
-        Target to create an updatesite with a fresh build of IvyDE
-        ======================================================================================
-     -->
-
-    <target name="generate-updatesite" depends="build">
-        <delete dir="${updatesite.dir}" />
-        <mkdir dir="${updatesite.dir}" />
-        <unzip src="${dist.dir}/org.apache.ivyde.feature-${build.version}.zip" dest="${updatesite.dir}" />
-        <copy file="${basedir}/site-template.xml" tofile="${updatesite.dir}/site.xml">
-            <filterchain>
-                <replacetokens>
-                    <token key="VERSION" value="${build.version}" />
-                </replacetokens>
-            </filterchain>
-        </copy>
-    </target>
-
-    <!-- 
-        ======================================================================================
         Targets related to the installation of Ivy in the Eclipse install
         ======================================================================================
      -->