Revision 31333

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/pom.xml
421 421
			</build>
422 422

  
423 423
		</profile>
424
		<profile>
425
			<id>eclipse-project</id>
426
			<build>
427
				<defaultGoal>antrun:run</defaultGoal>
428
				<plugins>
429
					<plugin>
430
						<artifactId>maven-antrun-plugin</artifactId>
431
						<configuration>
432
							<tasks>
433
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
434
									target="eclipse.all"/>
435
							</tasks>
436
						</configuration>
437
					</plugin>
438
				</plugins>
439
			</build>				
440
		</profile>		
424 441
	</profiles>
425 442
</project>
branches/v2_0_0_prep/libraries/libFMap_dalfile/pom.xml
433 433
				</plugins>
434 434
			</build>
435 435
		</profile>
436
		<profile>
437
			<id>eclipse-project</id>
438
			<build>
439
				<defaultGoal>antrun:run</defaultGoal>
440
				<plugins>
441
					<plugin>
442
						<artifactId>maven-antrun-plugin</artifactId>
443
						<configuration>
444
							<tasks>
445
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
446
									target="eclipse.all"/>
447
							</tasks>
448
						</configuration>
449
					</plugin>
450
				</plugins>
451
			</build>				
452
		</profile>		
436 453
	</profiles>
437 454
	<reporting>
438 455
		<plugins>
branches/v2_0_0_prep/libraries/libProjection/pom.xml
278 278
			</build>
279 279
		  
280 280
		</profile>
281
		
282
		<profile>
283
			<id>eclipse-project</id>
284
			<build>
285
				<defaultGoal>antrun:run</defaultGoal>
286
				<plugins>
287
					<plugin>
288
						<artifactId>maven-antrun-plugin</artifactId>
289
						<configuration>
290
							<tasks>
291
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
292
									target="eclipse.all"/>
293
							</tasks>
294
						</configuration>
295
					</plugin>
296
				</plugins>
297
			</build>				
298
		</profile>				
281 299
	</profiles>
282 300
	
283 301
	<reporting>
branches/v2_0_0_prep/libraries/libMetadata/pom.xml
107 107
			</plugin>
108 108
		</plugins>
109 109
	</build>
110
	<profiles>
111
		<profile>
112
			<id>eclipse-project</id>
113
			<build>
114
				<defaultGoal>antrun:run</defaultGoal>
115
				<plugins>
116
					<plugin>
117
						<artifactId>maven-antrun-plugin</artifactId>
118
						<configuration>
119
							<tasks>
120
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
121
									target="eclipse.all"/>
122
							</tasks>
123
						</configuration>
124
					</plugin>
125
				</plugins>
126
			</build>				
127
		</profile>		
128
	</profiles>
110 129
	<reporting>
111 130
		<plugins>
112 131
			<plugin>
branches/v2_0_0_prep/libraries/libCompat/pom.xml
208 208
			</build>
209 209

  
210 210
		</profile>
211
		<profile>
212
			<id>eclipse-project</id>
213
			<build>
214
				<plugins>
215
					<plugin>
216
						<artifactId>maven-antrun-plugin</artifactId>
217
						<configuration>
218
							<tasks>
219
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
220
									target="eclipse.all"/>
221
							</tasks>
222
						</configuration>
223
					</plugin>
224
				</plugins>
225
			</build>				
226
		</profile>		
211 227
	</profiles>
212 228

  
213 229
	<reporting>
branches/v2_0_0_prep/libraries/libFMap_dalindex/pom.xml
310 310
				</plugins>
311 311
			</build>
312 312
		</profile>
313
		<profile>
314
			<id>eclipse-project</id>
315
			<build>
316
				<defaultGoal>antrun:run</defaultGoal>
317
				<plugins>
318
					<plugin>
319
						<artifactId>maven-antrun-plugin</artifactId>
320
						<configuration>
321
							<tasks>
322
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
323
									target="eclipse.all"/>
324
							</tasks>
325
						</configuration>
326
					</plugin>
327
				</plugins>
328
			</build>				
329
		</profile>		
313 330
	</profiles>
314 331

  
315 332

  
branches/v2_0_0_prep/libraries/libFMap_dal/pom.xml
173 173
				
174 174
			</dependencies>			
175 175
		</profile>
176
		<profile>
177
			<id>eclipse-project</id>
178
			<build>
179
				<defaultGoal>antrun:run</defaultGoal>
180
				<plugins>
181
					<plugin>
182
						<artifactId>maven-antrun-plugin</artifactId>
183
						<configuration>
184
							<tasks>
185
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
186
									target="eclipse.all"/>
187
							</tasks>
188
						</configuration>
189
					</plugin>
190
				</plugins>
191
			</build>				
192
		</profile>		
176 193
	</profiles>
177 194
			
178 195
	<build>
branches/v2_0_0_prep/libraries/libFMap_geometries/pom.xml
297 297
				</plugins>
298 298
			</build>
299 299
		</profile>
300
		<profile>
301
			<id>eclipse-project</id>
302
			<build>
303
				<defaultGoal>antrun:run</defaultGoal>
304
				<plugins>
305
					<plugin>
306
						<artifactId>maven-antrun-plugin</artifactId>
307
						<configuration>
308
							<tasks>
309
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
310
									target="eclipse.all"/>
311
							</tasks>
312
						</configuration>
313
					</plugin>
314
				</plugins>
315
			</build>				
316
		</profile>		
300 317
	</profiles>
301 318
	<reporting>
302 319
		<plugins>
branches/v2_0_0_prep/libraries/libFMap_daldb/pom.xml
268 268
			</plugin>
269 269
		</plugins>
270 270
	</build>
271
	<profiles>
272
		<profile>
273
			<id>eclipse-project</id>
274
			<build>
275
				<defaultGoal>antrun:run</defaultGoal>
276
				<plugins>
277
					<plugin>
278
						<artifactId>maven-antrun-plugin</artifactId>
279
						<configuration>
280
							<tasks>
281
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
282
									target="eclipse.all"/>
283
							</tasks>
284
						</configuration>
285
					</plugin>
286
				</plugins>
287
			</build>				
288
		</profile>			
289
	</profiles>
271 290
	<reporting>
272 291
		<plugins>
273 292
			<plugin>
branches/v2_0_0_prep/build/pom.xml
157 157
				<version>0.2</version>
158 158
			</extension>
159 159
		</extensions>
160
		<pluginManagement>
161
			<plugins>
162
				<plugin>
163
					<artifactId>maven-antrun-plugin</artifactId>
164
					<dependencies>
165
						<dependency>
166
							<groupId>org.apache.ant</groupId>
167
							<artifactId>ant-trax</artifactId>
168
							<version>1.7.1</version>
169
						</dependency>
170
						<dependency>
171
							<groupId>xalan</groupId>
172
							<artifactId>xalan</artifactId>
173
							<version>2.7.1</version>
174
						</dependency>
175
					</dependencies>
176
				</plugin>
177
			</plugins>		
178
		</pluginManagement>
160 179
		<plugins>
161 180
			<plugin>
162 181
				<groupId>org.apache.maven.plugins</groupId>
......
335 354
			<id>eclipse-project</id>
336 355
			<build>
337 356
				<defaultGoal>antrun:run</defaultGoal>
338
				<plugins>
339
					<plugin>
340
						<artifactId>maven-antrun-plugin</artifactId>
341
						<dependencies>
342
							<dependency>
343
								<groupId>org.apache.ant</groupId>
344
								<artifactId>ant-trax</artifactId>
345
								<version>1.7.1</version>
346
							</dependency>
347
							<dependency>
348
								<groupId>xalan</groupId>
349
								<artifactId>xalan</artifactId>
350
								<version>2.7.1</version>
351
							</dependency>
352
						</dependencies>
353
						<configuration>
354
							<tasks>
355
								<!-- Does nothing here, only performs its 
356
								work in libraries and extensions -->
357
							</tasks>
358
						</configuration>
359
					</plugin>
360
				</plugins>
361 357
			</build>				
362 358
		</profile>		
363 359
	</profiles>
branches/v2_0_0_prep/build/ant-tasks/eclipse-tasks.xml
1
<project name="gvSIG-eclipse-tasks" default="eclipse.project" 
1
<project name="gvSIG-eclipse-tasks" default="eclipse.all" 
2 2
	xmlns:artifact="antlib:org.apache.maven.artifact.ant">
3 3

  
4 4
	<dirname property="gvSIG-eclipse-tasks.basedir" 
......
9 9
		Ant tasks and macros to interact with eclipse
10 10
	</description>
11 11
	
12
	<target name="eclipse.project" depends="eclipse.eclipse,eclipse.classpath"/>
12
	<target name="eclipse.all" depends="eclipse.eclipse,eclipse.classpath"/>
13 13

  
14 14
	<target name="eclipse.eclipse">
15 15
		<maven arg="eclipse:eclipse" />
branches/v2_0_0_prep/build/extension-pom/pom.xml
185 185
		<profile>
186 186
			<id>eclipse-project</id>
187 187
			<build>
188
				<defaultGoal>antrun:run</defaultGoal>
189 188
				<plugins>
190 189
					<plugin>
191 190
						<artifactId>maven-antrun-plugin</artifactId>
192 191
						<configuration>
193 192
							<tasks>
194
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"/>
193
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
194
									target="eclipse.eclipse"/>
195 195
							</tasks>
196 196
						</configuration>
197 197
					</plugin>
branches/v2_0_0_prep/build/libraries-pom/pom.xml
209 209
		<profile>
210 210
			<id>eclipse-project</id>
211 211
			<build>
212
				<defaultGoal>antrun:run</defaultGoal>
213 212
				<plugins>
214 213
					<plugin>
215 214
						<artifactId>maven-antrun-plugin</artifactId>
216 215
						<configuration>
217 216
							<tasks>
218
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"/>
217
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
218
									target="eclipse.eclipse"/>
219 219
							</tasks>
220 220
						</configuration>
221 221
					</plugin>
branches/v2_0_0_prep/extensions/org.gvsig.symbology/pom.xml
229 229
			
230 230
		</plugins>
231 231
	</build>
232
	<profiles>
233
		<profile>
234
			<id>eclipse-project</id>
235
			<build>
236
				<defaultGoal>antrun:run</defaultGoal>
237
				<plugins>
238
					<plugin>
239
						<artifactId>maven-antrun-plugin</artifactId>
240
						<configuration>
241
							<tasks>
242
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
243
									target="eclipse.all"/>
244
							</tasks>
245
						</configuration>
246
					</plugin>
247
				</plugins>
248
			</build>				
249
		</profile>		
250
	</profiles>
232 251
	<reporting>
233 252
		<plugins>
234 253
			<plugin>

Also available in: Unified diff