Author: tgg
Date: 2008-05-11 09:49:33 +0000 (Sun, 11 May 2008)
New Revision: 6454

Modified:
   trunk/eclipse-cdt/debian/patches/eclipse-cdt-build-on-sparc-s390.patch
   trunk/eclipse-cdt/debian/rules
Log:
enable previous patch. Add another patch hunk for plugin assembly


Modified: trunk/eclipse-cdt/debian/patches/eclipse-cdt-build-on-sparc-s390.patch
===================================================================
--- trunk/eclipse-cdt/debian/patches/eclipse-cdt-build-on-sparc-s390.patch      
2008-05-11 09:32:27 UTC (rev 6453)
+++ trunk/eclipse-cdt/debian/patches/eclipse-cdt-build-on-sparc-s390.patch      
2008-05-11 09:49:33 UTC (rev 6454)
@@ -53,3 +53,42 @@
           download-size="0"
           install-size="0"
 
+--- orig/org.eclipse.cdt.releng/platform/customTargets.xml
++++ mod/org.eclipse.cdt.releng/platform/customTargets.xml
+@@ -68,6 +68,36 @@
+       </ant>
+ </target>
+ 
++<target name="assemble.org.eclipse.cdt.linux.gtk.ppc64">
++      <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
++              <property name="archiveName" 
value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.ppc64.tar.gz"/>
++      </ant>
++</target>
++
++<target name="assemble.org.eclipse.cdt.linux.gtk.s390">
++      <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
++              <property name="archiveName" 
value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.s390.tar.gz"/>
++      </ant>
++</target>
++
++<target name="assemble.org.eclipse.cdt.linux.gtk.s390x">
++      <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
++              <property name="archiveName" 
value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.s390x.tar.gz"/>
++      </ant>
++</target>
++
++<target name="assemble.org.eclipse.cdt.linux.gtk.sparc">
++      <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
++              <property name="archiveName" 
value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.sparc.tar.gz"/>
++      </ant>
++</target>
++
++<target name="assemble.org.eclipse.cdt.linux.gtk.sparc64">
++      <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
++              <property name="archiveName" 
value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.sparc64.tar.gz"/>
++      </ant>
++</target>
++
+ <target name="assemble.org.eclipse.cdt.linux.gtk.ia64">
+       <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
+               <property name="archiveName" 
value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.ia64.tar.gz"/>

Modified: trunk/eclipse-cdt/debian/rules
===================================================================
--- trunk/eclipse-cdt/debian/rules      2008-05-11 09:32:27 UTC (rev 6453)
+++ trunk/eclipse-cdt/debian/rules      2008-05-11 09:49:33 UTC (rev 6454)
@@ -37,6 +37,7 @@
 
 PATCHES = \
        eclipse-cdt-build-linux \
+       eclipse-cdt-build-on-sparc-s390 \
        eclipse-cdt-no-cvs2 \
        eclipse-cdt-no-tests \
        eclipse-cdt-buildconsole \


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to