From: <rv...@us...> - 2011-05-26 19:06:13
|
Revision: 886 http://treebase.svn.sourceforge.net/treebase/?rev=886&view=rev Author: rvos Date: 2011-05-26 19:06:07 +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-web/.project Modified: trunk/treebase-web/.project =================================================================== --- trunk/treebase-web/.project 2011-05-26 19:03:42 UTC (rev 885) +++ trunk/treebase-web/.project 2011-05-26 19:06:07 UTC (rev 886) @@ -21,14 +21,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. |