~fredericp/+junk/wip-ide

« back to all changes in this revision

Viewing changes to mboss-target-platform/mboss-Target.target

  • Committer: Frederic Perez Ordeig
  • Date: 2009-10-23 10:31:44 UTC
  • Revision ID: fredericp@gmail.com-20091023103144-uk3ix5qkzhlr3lwd
Removed dependencies, using p2
Product now builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
<target name="mboss Target">
5
5
<locations>
6
 
<location path="${project_loc}/eclipse" type="Directory"/>
7
6
<location path="${project_loc}/third" type="Directory"/>
8
 
<location path="${project_loc}/equinox" type="Directory"/>
 
7
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
 
8
<unit id="org.eclipse.draw2d.feature.group" version="3.5.1.v20090724-1146-4407w311A192402452"/>
 
9
<unit id="org.eclipse.draw2d.sdk.feature.group" version="3.5.1.v20090724-1146-7A7E18yD5DH8HAL4HBHH4BC58x42"/>
 
10
<unit id="org.eclipse.draw2d.source.feature.group" version="3.5.1.v20090724-1146-4407w311A192402452"/>
 
11
<unit id="org.eclipse.gef.feature.group" version="3.5.1.v20090724-1146-777908193B6696L3DA843563"/>
 
12
<unit id="org.eclipse.gef.all.feature.group" version="3.5.1.v20090724-1146-787A27PpMBKprVsGDFlWaz0t_C8V"/>
 
13
<unit id="org.eclipse.gef.examples.feature.group" version="3.5.1.v20090813-1341-7P7c1EVVFGMFsTX7Tcko"/>
 
14
<unit id="org.eclipse.gef.sdk.feature.group" version="3.5.1.v20090724-1146-7G7O2A5WNWaQLaPUaUkgjJfXcQKM"/>
 
15
<unit id="org.eclipse.gef.source.feature.group" version="3.5.1.v20090724-1146-777908193B6696L3DA843563"/>
 
16
<unit id="org.eclipse.zest.feature.group" version="1.1.1.v20090724-1146-6608yD5DH8G6N4GNJ53563"/>
 
17
<unit id="org.eclipse.zest.sdk.feature.group" version="1.1.1.v20090724-1146-6628CNCSBRDXVPcKmPebkLYNSOSP"/>
 
18
<unit id="org.eclipse.zest.source.feature.group" version="1.1.1.v20090724-1146-6608yD5DH8G6N4GNJ53563"/>
 
19
<repository location="http://download.eclipse.org/tools/gef/updates/releases/"/>
 
20
</location>
 
21
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
 
22
<unit id="org.eclipse.platform.ide" version="3.5.1.M20090917-0800"/>
 
23
<unit id="org.eclipse.platform.sdk" version="3.5.1.M20090917-0800"/>
 
24
<unit id="org.eclipse.sdk.ide" version="3.5.1.M20090917-0800"/>
 
25
<unit id="org.eclipse.pde.api.tools.ee.javase16" version="1.0.0.v20090407-1030"/>
 
26
<repository location="http://download.eclipse.org/eclipse/updates/3.5"/>
 
27
</location>
9
28
</locations>
10
 
<environment>
11
 
<os>linux</os>
12
 
<ws>gtk</ws>
13
 
<arch>x86_64</arch>
14
 
<nl>ca_ES</nl>
15
 
</environment>
16
29
</target>