Skip to main content
summaryrefslogtreecommitdiffstats
blob: d65aa89ca702e914ac5d120d6c3143aca7082427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<?xml version="1.0" encoding="UTF-8"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<name>e(fx)clipse IDE build</name>

	<prerequisites>
		<maven>3.0</maven>
	</prerequisites>

	<groupId>org.eclipse.fx.ide</groupId>
	<artifactId>releng</artifactId>
	<version>1.0.0-SNAPSHOT</version>
	<packaging>pom</packaging>
	<properties>
		<tycho-version>0.20.0</tycho-version>
		<tycho-extras.version>0.20.0</tycho-extras.version>
		<cbi-plugins.version>1.0.3</cbi-plugins.version>
		<junit-version>4.8.1</junit-version>
		<mockito-version>1.8.4</mockito-version>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<platform-version>[3.7,3.8)</platform-version>
		<efx_shared_runtime>http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/</efx_shared_runtime>
		<download-publish-path>/home/data/httpd/download.eclipse.org/efxclipse/updates-nightly</download-publish-path>
		<efx_runtime>http://download.eclipse.org/efxclipse/runtime-nightly/site/</efx_runtime>
		<eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
	</properties>

	<modules>
		
		<module>../../bundles/tooling/org.eclipse.fx.ide.jdt.core</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.ui</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.jdt.ui</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.java6</module>
		
		<module>../../bundles/tooling/org.eclipse.fx.ide.rrobot.model</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.rrobot</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.rrobot.dsl</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.pde.ui</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.pde.ui.e4</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.pde.core</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.ui.mobile.sim.device</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.ui.preview</module>
				
		<!-- CSS Tooling -->
		<module>../../bundles/tooling/org.eclipse.fx.ide.css</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.css.ui</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.css.jfx2</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.css.jfx8</module>
		
		<module>../../bundles/tooling/org.eclipse.fx.ide.css.cssext</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.css.cssext.ui</module>
		
		<!-- FXGraph / FXML -->
		<module>../../bundles/tooling/org.eclipse.fx.ide.model</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.fxgraph</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.fxgraph.ui</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.fxml</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.converter</module>
		<module>../../bundles/tooling/org.eclipse.fx.ide.fxml.compiler</module>
		
		<!-- Mobile -->
		<module>../../bundles/tooling/org.eclipse.fx.ide.ui.mobile.sim.launch</module>
		
		<module>../tooling/org.eclipse.fx.ide.basic.feature</module>
		<module>../tooling/org.eclipse.fx.ide.rrobot.feature</module>
		<module>../tooling/org.eclipse.fx.ide.css.feature</module>
		<module>../tooling/org.eclipse.fx.ide.fxgraph.feature</module>
		<module>../tooling/org.eclipse.fx.ide.fxml.feature</module>
		<module>../tooling/org.eclipse.fx.ide.converter.feature</module>
		<module>../tooling/org.eclipse.fx.ide.pde.feature</module>
		<module>../tooling/org.eclipse.fx.ide.mobile.feature</module>
		
		<module>../tooling/org.eclipse.fx.ide.feature</module>
		<module>../org.eclipse.fx.ide.updatesite</module>
	</modules>

	<repositories>
		<repository>
			<id>luna</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/releases/luna</url>
		</repository>
		<!--  repository>
			<id>xtext</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/</url>
		</repository-->
		<repository>
			<id>efx-shared-runtime</id>
			<layout>p2</layout>
			<url>${efx_shared_runtime}</url>
		</repository>
		<repository>
			<id>efx-runtime</id>
			<layout>p2</layout>
			<url>${efx_runtime}</url>
		</repository>
	</repositories>

	<pluginRepositories>
		<pluginRepository>
			<id>tycho</id>
			<url>http://repository.sonatype.org/content/groups/sonatype-public-grid</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</pluginRepository>
		<pluginRepository>
      		<id>eclipse</id>
      		<url>${eclipse-repo.url}</url>
      		<releases>
        		<enabled>true</enabled>
      		</releases>
      		<snapshots>
        		<enabled>true</enabled>
      		</snapshots>
    	</pluginRepository>
	</pluginRepositories>

	<build>

		<!-- build plugins -->
		<plugins>
			<plugin>
 				<groupId>org.eclipse.xtend</groupId>
 				<artifactId>xtend-maven-plugin</artifactId>
 				<version>2.4.3</version>
 				<executions>
 					<execution>
 						<goals>
 							<goal>compile</goal>
 						</goals>
 						<!-- optionally you can configure a different target folder -->
 						<configuration>
 							<outputDirectory>${basedir}/xtend-gen</outputDirectory>
 						</configuration>
 					</execution>
 				</executions>
			</plugin>
			
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-maven-plugin</artifactId>
				<version>${tycho-version}</version>
				<extensions>true</extensions>
			</plugin>

			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>target-platform-configuration</artifactId>
				<version>${tycho-version}</version>
				<configuration>
					<resolver>p2</resolver>
					<pomDependencies>consider</pomDependencies>
					<environments>
						<environment>
							<os>linux</os>
							<ws>gtk</ws>
							<arch>x86</arch>
						</environment>
						<environment>
							<os>linux</os>
							<ws>gtk</ws>
							<arch>x86_64</arch>
						</environment>
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86</arch>
						</environment>
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86_64</arch>
						</environment>
						<environment>
							<os>macosx</os>
							<ws>cocoa</ws>
							<arch>x86_64</arch>
						</environment>
					</environments>
				</configuration>
			</plugin>
		</plugins>


		<!-- defines the default settings for the used plugins -->
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.eclipse.tycho</groupId>
					<artifactId>tycho-compiler-plugin</artifactId>
					<version>${tycho-version}</version>
					<dependencies>
						<dependency>
          					<groupId>org.eclipse.tycho</groupId>
          					<artifactId>org.eclipse.jdt.core</artifactId>
          					<version>3.10.0.v20140512-1116</version>
        				</dependency>
        				<dependency>
          					<groupId>org.eclipse.tycho</groupId>
          					<artifactId>org.eclipse.jdt.compiler.apt</artifactId>
          					<version>1.1.0.v20140509-1235</version>
        				</dependency>
					</dependencies>
					<configuration>
						<encoding>UTF-8</encoding>
						<extraClasspathElements>
				            <extraClasspathElement>
				                <groupId>com.oracle</groupId>
				                <artifactId>javafx</artifactId>
				                <version>8.0.0-SNAPSHOT</version>
				                <systemPath>${java.home}/lib/jfxswt.jar</systemPath>
				                <scope>system</scope>
				            </extraClasspathElement>
        				</extraClasspathElements> 
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.eclipse.tycho</groupId>
					<artifactId>tycho-source-plugin</artifactId>
					<version>${tycho-version}</version>
					<executions>
						<execution>
							<id>plugin-source</id>
							<goals>
								<goal>plugin-source</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.eclipse.tycho.extras</groupId>
					<artifactId>tycho-source-feature-plugin</artifactId>
					<!--  version>${tycho-version}</version-->
					<executions>
						<execution>
							<id>source-feature</id>
							<phase>package</phase>
							<goals>
								<goal>source-feature</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.eclipse.tycho</groupId>
					<artifactId>tycho-packaging-plugin</artifactId>
					<version>${tycho-version}</version>
					<configuration>
						<archiveSite>true</archiveSite>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>

	<profiles>
	<profile>
      <id>build-server</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.eclipse.tycho</groupId>
            <artifactId>target-platform-configuration</artifactId>
            <version>${tycho-version}</version>
            <configuration>
              <includePackedArtifacts>false</includePackedArtifacts>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.eclipse.tycho.extras</groupId>
            <artifactId>tycho-pack200a-plugin</artifactId>
            <version>${tycho-extras.version}</version>
            <executions>
              <execution>
                <id>pack200-normalize</id>
                <goals>
                  <goal>normalize</goal>
                </goals>
                <phase>verify</phase>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>org.eclipse.cbi.maven.plugins</groupId>
            <artifactId>eclipse-jarsigner-plugin</artifactId>
            <version>${cbi-plugins.version}</version>
            <executions>
              <execution>
                <id>sign</id>
                <goals>
                  <goal>sign</goal>
                </goals>
                <phase>verify</phase>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>org.eclipse.tycho.extras</groupId>
            <artifactId>tycho-pack200b-plugin</artifactId>
            <version>${tycho-extras.version}</version>
            <executions>
              <execution>
                <id>pack200-pack</id>
                <goals>
                  <goal>pack</goal>
                </goals>
                <phase>verify</phase>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>org.eclipse.tycho</groupId>
            <artifactId>tycho-p2-plugin</artifactId>
            <version>${tycho-version}</version>
            <executions>
              <execution>
                <id>p2-metadata</id>
                <goals>
                  <goal>p2-metadata</goal>
                </goals>
                <phase>verify</phase>
              </execution>
            </executions>
            <configuration>
              <defaultP2Metadata>false</defaultP2Metadata>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
	</profiles>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>junit</groupId>
				<artifactId>junit</artifactId>
				<version>${junit-version}</version>
				<scope>test</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>

	<dependencies>
		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-core</artifactId>
			<version>${mockito-version}</version>
		</dependency>

		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>

</project>

Back to the top