[Stump-svn] SF.net SVN: stump:[14] plugin/trunk/pom.xml
Status: Planning
Brought to you by:
rbaranga
|
From: <rba...@us...> - 2010-04-13 15:37:55
|
Revision: 14
http://stump.svn.sourceforge.net/stump/?rev=14&view=rev
Author: rbaranga
Date: 2010-04-13 15:37:49 +0000 (Tue, 13 Apr 2010)
Log Message:
-----------
* removed comments in pom
Modified Paths:
--------------
plugin/trunk/pom.xml
Modified: plugin/trunk/pom.xml
===================================================================
--- plugin/trunk/pom.xml 2010-04-13 15:35:38 UTC (rev 13)
+++ plugin/trunk/pom.xml 2010-04-13 15:37:49 UTC (rev 14)
@@ -128,19 +128,7 @@
<artifactId>jetty</artifactId>
<version>6.1.4</version>
</dependency>
- <!--
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- <version>5.1.6</version>
- </dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-management</artifactId>
- <version>5.1.6</version>
- </dependency>
- -->
-
+
<!-- eclipse -->
<dependency>
<groupId>org.eclipse.core</groupId>
@@ -612,19 +600,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
- <!--
- <configuration> <projectnatures>
- <projectnature>org.eclipse.jdt.core.javanature</projectnature>
- <projectnature>org.eclipse.pde.PluginNature</projectnature>
- </projectnatures> <buildcommands>
- <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
- <buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
- <buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>
- </buildcommands> <pde>true</pde>
- <downloadJavadocs>false</downloadJavadocs>
- <downloadSources>false</downloadSources> </configuration>
- -->
-
</plugin>
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|