Adding the pluginbuilder files that are used in the nightly build process.
[phpeclipse.git] / utilities / pluginbuilder / build-files / allElements.xml
diff --git a/utilities/pluginbuilder/build-files/allElements.xml b/utilities/pluginbuilder/build-files/allElements.xml
new file mode 100644 (file)
index 0000000..2d988a4
--- /dev/null
@@ -0,0 +1,101 @@
+<project name="allElements delegation and assemble customTargets.xml">\r
+<!-- FILE WILL BE OVERWRITTEN WHEN GENERATED -->\r
+       <target name="allElementsExceptSvnFetch" unless="is.svn.fetch">\r
+               <antcall target="norcpbuild"/>\r
+               <antcall target="rcpbuild"/>\r
+    </target>\r
+       \r
+       <target name="norcpbuild" unless="build.container.feature">\r
+               <ant antfile="${genericTargets}" target="${target}">\r
+                       <property name="type" value="feature" />\r
+                       <property name="id" value="net.sourceforge.phpeclipse.feature" />\r
+               </ant>\r
+               <ant antfile="${genericTargets}" target="${target}">\r
+                       <property name="type" value="feature" />\r
+                       <property name="id" value="net.sourceforge.phpeclipse.debug.feature" />\r
+               </ant>\r
+               <ant antfile="${genericTargets}" target="${target}">\r
+                       <property name="type" value="feature" />\r
+                       <property name="id" value="net.sourceforge.phpeclipse.xdebug.feature" />\r
+               </ant>\r
+               \r
+       </target>\r
+\r
+       <target name="rcpbuild" if="build.container.feature">\r
+               <ant antfile="${genericTargets}" target="${target}">\r
+                       <property name="type" value="feature" />\r
+                       <property name="id" value="org.eclipse.pde.build.container.feature" />\r
+               </ant>\r
+       </target>\r
+       \r
+       <!-- generated assemble targets -->          \r
+       <target name="assemble.net.sourceforge.phpeclipse.feature">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">\r
+                       <property name="zipargs" value="" />\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.net.sourceforge.phpeclipse.debug.feature">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">\r
+                       <property name="zipargs" value="" />\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.net.sourceforge.phpeclipse.xdebug.feature">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">\r
+                       <property name="zipargs" value="" />\r
+               </ant>\r
+       </target>\r
+\r
+       \r
+       <!-- assmble targets for RCP build -->  \r
+       <target name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-win32.win32.x86.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.ppc.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86_64">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86_64.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.linux.motif.x86">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-linux.motif.x86.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.solaris.motif.sparc">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-solaris.motif.sparc.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.solaris.gtk.sparc">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-solaris.gtk.sparc.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.aix.motif.ppc">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-aix.motif.ppc.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.hpux.motif.PA_RISC">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-hpux.motif.PA_RISC.zip"/>\r
+               </ant>\r
+       </target>\r
+       <target name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.ppc">\r
+               <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
+                       <property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.ppc.zip"/>\r
+               </ant>\r
+       </target>\r
+       \r
+</project>
\ No newline at end of file