Revision 31333 branches/v2_0_0_prep/libraries/libFMap_mapcontext/pom.xml

View differences:

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>

Also available in: Unified diff