Project

General

Profile

« Previous | Next » 

Revision ef79528f

Added by Niels Hoffmann about 12 years ago

switched to tycho 0.13 and added automated builds for mac and 64 bit windows

View differences:

eu.etaxonomy.taxeditor.feature.platform/feature.xml
168 168
   <plugin
169 169
         id="org.eclipse.equinox.security.macosx"
170 170
         os="macosx"
171
         ws="cocoa"
172
         arch="x86,x86_64"
173 171
         download-size="0"
174 172
         install-size="0"
175 173
         version="0.0.0"
......
335 333
   <plugin
336 334
         id="org.eclipse.core.filesystem.win32.x86"
337 335
         os="win32"
336
         ws="win32"
338 337
         arch="x86"
339 338
         download-size="0"
340 339
         install-size="0"
......
345 344
   <plugin
346 345
         id="org.eclipse.core.net.win32.x86"
347 346
         os="win32"
347
         ws="win32"
348 348
         arch="x86"
349 349
         download-size="0"
350 350
         install-size="0"
......
355 355
   <plugin
356 356
         id="org.eclipse.core.resources.win32.x86"
357 357
         os="win32"
358
         arch="x86,x86_64"
358
         arch="x86"
359 359
         download-size="0"
360 360
         install-size="0"
361 361
         version="0.0.0"
......
365 365
   <plugin
366 366
         id="org.eclipse.equinox.security.win32.x86"
367 367
         os="win32"
368
         arch="x86,x86_64"
368
         arch="x86"
369 369
         download-size="0"
370 370
         install-size="0"
371 371
         version="0.0.0"
......
375 375
   <plugin
376 376
         id="org.eclipse.swt.win32.win32.x86"
377 377
         os="win32"
378
         ws="win32"
378 379
         arch="x86"
379 380
         download-size="0"
380 381
         install-size="0"
......
518 519
         version="0.0.0"
519 520
         unpack="false"/>
520 521

  
521
   <plugin
522
         id="org.eclipse.swt.motif.linux.x86"
523
         os="linux"
524
         ws="motif"
525
         arch="x86"
526
         download-size="0"
527
         install-size="0"
528
         version="0.0.0"
529
         fragment="true"
530
         unpack="false"/>
531

  
532
   <plugin
533
         id="org.eclipse.equinox.launcher.motif.linux.x86"
534
         os="linux"
535
         ws="motif"
536
         arch="x86"
537
         download-size="0"
538
         install-size="0"
539
         version="0.0.0"
540
         fragment="true"/>
541

  
542 522
   <plugin
543 523
         id="org.apache.commons.logging"
544 524
         download-size="0"
......
668 648
         version="0.0.0"
669 649
         unpack="false"/>
670 650

  
671
   <plugin
672
         id="org.eclipse.swt.cocoa.macosx"
673
         os="macosx"
674
         arch="x86"
675
         download-size="0"
676
         install-size="0"
677
         version="0.0.0"
678
         fragment="true"
679
         unpack="false"/>
680

  
681 651
   <plugin
682 652
         id="org.eclipse.equinox.p2.core"
683 653
         download-size="0"
......
807 777
   <plugin
808 778
         id="org.eclipse.core.filesystem.win32.x86_64"
809 779
         os="win32"
780
         ws="win32"
810 781
         arch="x86_64"
811 782
         download-size="0"
812 783
         install-size="0"
......
817 788
   <plugin
818 789
         id="org.eclipse.core.net.win32.x86_64"
819 790
         os="win32"
791
         ws="win32"
820 792
         arch="x86_64"
821 793
         download-size="0"
822 794
         install-size="0"
......
837 809
   <plugin
838 810
         id="org.eclipse.swt.win32.win32.x86_64"
839 811
         os="win32"
812
         ws="win32"
840 813
         arch="x86_64"
841 814
         download-size="0"
842 815
         install-size="0"
......
867 840
   <plugin
868 841
         id="org.eclipse.core.filesystem.macosx"
869 842
         os="macosx"
870
         ws="cocoa"
871
         arch="x86,x86_64"
872 843
         download-size="0"
873 844
         install-size="0"
874 845
         version="0.0.0"
eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF
51 51
 org.eclipse.ui,
52 52
 org.eclipse.jface.text,
53 53
 org.eclipse.pde.runtime,
54
 org.eclipse.ui.forms;bundle-version="3.5.0",
54
 org.eclipse.ui.forms,
55 55
 eu.etaxonomy.taxeditor.cdmlib
56 56
Import-Package: org.eclipse.core.commands,
57 57
 org.eclipse.core.commands.operations,
eu.etaxonomy.taxeditor/pom.xml
8 8

  
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<artifactId>eu.etaxonomy.taxeditor</artifactId>
11
	<!-- packaging>eclipse-application</packaging -->
12 11
	<packaging>eclipse-repository</packaging>
13 12

  
14 13
	<name>EDIT Taxonomic Editor</name>
......
17 16

  
18 17
	<build>
19 18
		<plugins>
20
			<!-- plugin> <groupId>org.sonatype.tycho</groupId> <artifactId>maven-osgi-packaging-plugin</artifactId> 
21
				<version>${tycho.version}</version> <configuration> <environments> <environment> 
22
				<os>macosx</os> <ws>cocoa</ws> <arch>x86</arch> </environment> <environment> 
23
				<os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment> <environment> 
24
				<os>win32</os> <ws>win32</ws> <arch>x86</arch> </environment> </environments> 
25
				</configuration> </plugin -->
26 19
			<plugin>
27 20
				<groupId>org.eclipse.tycho</groupId>
28 21
				<artifactId>tycho-p2-director-plugin</artifactId>
eu.etaxonomy.taxeditor/rcp.target
1 1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<?pde version="3.6"?>
3 2

  
4
<target name="Eclipse Helios Target" sequenceNumber="0">
3
<target name="Eclipse Indigo Target" sequenceNumber="4">
5 4
<locations>
6
<location includeAllPlatforms="true" includeMode="slicer" includeSource="false" type="InstallableUnit">
7
<unit id="org.eclipse.equinox.executable.feature.group" version="3.4.2.R36x_v20110125-7N7K7bF8zk1BAKMh0iz0t94miBLY"/>
8
<unit id="org.eclipse.platform.source.feature.group" version="3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi"/>
9
<unit id="org.eclipse.platform.sdk" version="3.6.2.M20110210-1200"/>
10
<unit id="org.eclipse.pde.feature.group" version="3.6.2.r362_v20110203-7b7mFL2FET3dhHalh1iNZtL"/>
11
<unit id="org.eclipse.zest.feature.group" version="1.2.0.v20100519-2050-67818yE6F-AA7P4B8I52322"/>
12
<unit id="org.eclipse.jdt.feature.group" version="3.6.2.r362_v20101117-0800-7z8XFW6FLFlmjJcvz03jyeFBLS_F"/>
13
<repository location="http://download.eclipse.org/releases/helios"/>
14
</location>
15
<location includeAllPlatforms="true" includeMode="slicer" includeSource="false" type="InstallableUnit">
5
<location includeAllPlatforms="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
16 6
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
17 7
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
18 8
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
19 9
<unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
20 10
<repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
21 11
</location>
12
<location includeAllPlatforms="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
13
<unit id="org.eclipse.jdt.feature.group" version="3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK"/>
14
<unit id="org.eclipse.pde.source.feature.group" version="3.7.1.r37x_v20110810-0800-7b7qFVtFEx2XnmZ4jlM5mjM"/>
15
<unit id="org.eclipse.platform.feature.group" version="3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK"/>
16
<unit id="org.eclipse.equinox.executable.feature.group" version="3.5.0.v20110530-7P7NFUFFLWUl76mart"/>
17
<unit id="org.eclipse.platform.source.feature.group" version="3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK"/>
18
<unit id="org.eclipse.platform.sdk" version="3.7.1.M20110909-1335"/>
19
<unit id="org.eclipse.rcp.feature.group" version="3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A"/>
20
<unit id="org.eclipse.rcp.source.feature.group" version="3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A"/>
21
<unit id="org.eclipse.rcp.sdk.id" version="3.7.1.M20110909-1335"/>
22
<unit id="org.eclipse.equinox.sdk.feature.group" version="3.7.1.R37x_v20110907-7M7W8h8eNV4Vrz-hz01A7SL_MhZP"/>
23
<unit id="org.eclipse.zest.sdk.feature.group" version="1.3.0.v20110425-2050-67C08COMOGAKRUKGP_ULXbePP8ZT"/>
24
<repository location="http://download.eclipse.org/releases/indigo"/>
25
</location>
22 26
</locations>
23 27
</target>
pom.xml
15 15
	<properties>
16 16
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17 17
		<cdmlib.version>3.0.9-SNAPSHOT</cdmlib.version>
18
		<tycho.version>0.12.0</tycho.version>
18
		<tycho.version>0.13.0</tycho.version>
19 19
		<taxeditor.version>3.0.9-SNAPSHOT</taxeditor.version>
20 20
	</properties>
21 21
	<modules>
......
92 92
			<id>EditRepository</id>
93 93
			<url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
94 94
		</repository>
95
		<repository>
96
      <id>eclipse-indigo</id>
97
      <layout>p2</layout>
98
      <url>http://download.eclipse.org/releases/indigo</url>
99
    </repository>
95 100
	</repositories>
96 101
	<build>
97 102
		<plugins>
......
114 119
				<artifactId>target-platform-configuration</artifactId>
115 120
				<version>${tycho.version}</version>
116 121
				<configuration>
117
					<resolver>p2</resolver>
118
					<target>
122
					<!--target>
119 123
						<artifact>
120 124
							<groupId>eu.etaxonomy</groupId>
121 125
							<artifactId>eu.etaxonomy.taxeditor</artifactId>
122 126
							<version>${taxeditor.version}</version>
123 127
							<classifier>rcp</classifier>
124 128
						</artifact>
125
					</target>
126
					<ignoreTychoRepositories>true</ignoreTychoRepositories>
129
					</target-->
130
					<!--ignoreTychoRepositories>true</ignoreTychoRepositories-->
127 131
					<environments>
128
						<!--environment>
132
						<environment>
129 133
							<os>macosx</os>
130 134
							<ws>cocoa</ws>
131 135
							<arch>x86_64</arch>
132
						</environment-->
136
						</environment>
133 137
						<environment>
134 138
							<os>win32</os>
135 139
							<ws>win32</ws>
136 140
							<arch>x86</arch>
137 141
						</environment>
142
						<environment>
143
							<os>win32</os>
144
							<ws>win32</ws>
145
							<arch>x86_64</arch>
146
						</environment>
138 147
						<environment>
139 148
							<os>linux</os>
140 149
							<ws>gtk</ws>

Also available in: Unified diff