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

View differences:

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>

Also available in: Unified diff