Adding the pluginbuilder files that are used in the nightly build process.
[phpeclipse.git] / utilities / pluginbuilder / build-files / allElements.xml
1 <project name="allElements delegation and assemble customTargets.xml">\r
2 <!-- FILE WILL BE OVERWRITTEN WHEN GENERATED -->\r
3         <target name="allElementsExceptSvnFetch" unless="is.svn.fetch">\r
4                 <antcall target="norcpbuild"/>\r
5                 <antcall target="rcpbuild"/>\r
6     </target>\r
7         \r
8         <target name="norcpbuild" unless="build.container.feature">\r
9                 <ant antfile="${genericTargets}" target="${target}">\r
10                         <property name="type" value="feature" />\r
11                         <property name="id" value="net.sourceforge.phpeclipse.feature" />\r
12                 </ant>\r
13                 <ant antfile="${genericTargets}" target="${target}">\r
14                         <property name="type" value="feature" />\r
15                         <property name="id" value="net.sourceforge.phpeclipse.debug.feature" />\r
16                 </ant>\r
17                 <ant antfile="${genericTargets}" target="${target}">\r
18                         <property name="type" value="feature" />\r
19                         <property name="id" value="net.sourceforge.phpeclipse.xdebug.feature" />\r
20                 </ant>\r
21                 \r
22         </target>\r
23 \r
24         <target name="rcpbuild" if="build.container.feature">\r
25                 <ant antfile="${genericTargets}" target="${target}">\r
26                         <property name="type" value="feature" />\r
27                         <property name="id" value="org.eclipse.pde.build.container.feature" />\r
28                 </ant>\r
29         </target>\r
30         \r
31         <!-- generated assemble targets -->          \r
32         <target name="assemble.net.sourceforge.phpeclipse.feature">\r
33                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">\r
34                         <property name="zipargs" value="" />\r
35                 </ant>\r
36         </target>\r
37         <target name="assemble.net.sourceforge.phpeclipse.debug.feature">\r
38                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">\r
39                         <property name="zipargs" value="" />\r
40                 </ant>\r
41         </target>\r
42         <target name="assemble.net.sourceforge.phpeclipse.xdebug.feature">\r
43                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">\r
44                         <property name="zipargs" value="" />\r
45                 </ant>\r
46         </target>\r
47 \r
48         \r
49         <!-- assmble targets for RCP build -->  \r
50         <target name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86">\r
51                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
52                         <property name="archiveName" value="${archiveNamePrefix}-win32.win32.x86.zip"/>\r
53                 </ant>\r
54         </target>\r
55         <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86">\r
56                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
57                         <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86.zip"/>\r
58                 </ant>\r
59         </target>\r
60         <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc">\r
61                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
62                         <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.ppc.zip"/>\r
63                 </ant>\r
64         </target>\r
65         <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86_64">\r
66                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
67                         <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86_64.zip"/>\r
68                 </ant>\r
69         </target>\r
70         <target name="assemble.org.eclipse.pde.build.container.feature.linux.motif.x86">\r
71                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
72                         <property name="archiveName" value="${archiveNamePrefix}-linux.motif.x86.zip"/>\r
73                 </ant>\r
74         </target>\r
75         <target name="assemble.org.eclipse.pde.build.container.feature.solaris.motif.sparc">\r
76                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
77                         <property name="archiveName" value="${archiveNamePrefix}-solaris.motif.sparc.zip"/>\r
78                 </ant>\r
79         </target>\r
80         <target name="assemble.org.eclipse.pde.build.container.feature.solaris.gtk.sparc">\r
81                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
82                         <property name="archiveName" value="${archiveNamePrefix}-solaris.gtk.sparc.zip"/>\r
83                 </ant>\r
84         </target>\r
85         <target name="assemble.org.eclipse.pde.build.container.feature.aix.motif.ppc">\r
86                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
87                         <property name="archiveName" value="${archiveNamePrefix}-aix.motif.ppc.zip"/>\r
88                 </ant>\r
89         </target>\r
90         <target name="assemble.org.eclipse.pde.build.container.feature.hpux.motif.PA_RISC">\r
91                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
92                         <property name="archiveName" value="${archiveNamePrefix}-hpux.motif.PA_RISC.zip"/>\r
93                 </ant>\r
94         </target>\r
95         <target name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.ppc">\r
96                 <ant antfile="${assembleScriptName}" dir="${buildDirectory}">                   \r
97                         <property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.ppc.zip"/>\r
98                 </ant>\r
99         </target>\r
100         \r
101 </project>