Author: hibou
Date: Sun Jun  1 03:11:47 2008
New Revision: 662193

URL: http://svn.apache.org/viewvc?rev=662193&view=rev
Log:
outputUpdateJars is not suitable for manual install

Modified:
    ant/ivy/ivyde/trunk/build.xml
    ant/ivy/ivyde/trunk/builder/component/build.properties

Modified: ant/ivy/ivyde/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=662193&r1=662192&r2=662193&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Sun Jun  1 03:11:47 2008
@@ -38,6 +38,10 @@
         <property name="generateFeatureVersionSuffix" value="false" />
        </target>
 
+    <target name="/updatesite" description="Make the feature zip package 
deployable in an update site">
+        <property name="outputUpdateJars" value="true" />
+       </target>
+
     <target name="all" depends="build,sources" description="Build the sources 
and binaries artifacts"/>
 
     <target name="eclipse-startup-check">
@@ -97,6 +101,7 @@
        </target>
 
     <target name="build" 
depends="eclipse-startup-classpath,eclipse-launcher-classpath,compute-version" 
description="Build the plugin distribution binaries">
+        <property name="outputUpdateJars" value="false" />
         <java classpath="${eclipse.classpath}" 
classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true">
             <arg value="-clean" />
             <arg value="-consolelog" />
@@ -109,6 +114,7 @@
             <sysproperty key="TSTAMP" value="${TSTAMP}" />
             <sysproperty key="forceContextQualifier" 
value="${forceContextQualifier}" />
             <sysproperty key="generateFeatureVersionSuffix" 
value="${generateFeatureVersionSuffix}" />
+            <sysproperty key="outputUpdateJars" value="${outputUpdateJars}" />
             <sysproperty key="build.version" value="${build.version}" />
             <sysproperty key="javacDebugInfo" value="true"/>
         </java>

Modified: ant/ivy/ivyde/trunk/builder/component/build.properties
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/builder/component/build.properties?rev=662193&r1=662192&r2=662193&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/builder/component/build.properties (original)
+++ ant/ivy/ivyde/trunk/builder/component/build.properties Sun Jun  1 03:11:47 
2008
@@ -60,7 +60,7 @@
 #      macosx, carbon, ppc - antZip
        
 #Set to true if you want the output to be ready for an update jar (no site.xml 
generated)
-outputUpdateJars = true
+# outputUpdateJars = false
 
 #Set to true for Jnlp generation
 #codebase should be a URL that will be used as the root of all relative URLs 
in the output.


Reply via email to