Revision: 885
http://treebase.svn.sourceforge.net/treebase/?rev=885&view=rev
Author: rvos
Date: 2011-05-26 19:03:42 +0000 (Thu, 26 May 2011)
Log Message:
-----------
The maven nature inside eclipse is giving me nothing but grief, I don't know what's up with m2eclipse. Anyway, as long as we set up our local repo the way it is described on the wiki we can just remove it here and use the paths as in .classpath with an M2_REPO variable without having to deal with maven in here at all.
Modified Paths:
--------------
trunk/treebase-core/.project
Modified: trunk/treebase-core/.project
===================================================================
--- trunk/treebase-core/.project 2011-05-26 19:01:33 UTC (rev 884)
+++ trunk/treebase-core/.project 2011-05-26 19:03:42 UTC (rev 885)
@@ -20,14 +20,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|