From: <rv...@us...> - 2011-04-19 11:28:00
|
Revision: 797 http://treebase.svn.sourceforge.net/treebase/?rev=797&view=rev Author: rvos Date: 2011-04-19 11:27:54 +0000 (Tue, 19 Apr 2011) Log Message: ----------- Added maven2 nature to project file. Modified Paths: -------------- trunk/treebase-web/.project Modified: trunk/treebase-web/.project =================================================================== --- trunk/treebase-web/.project 2011-04-19 11:27:04 UTC (rev 796) +++ trunk/treebase-web/.project 2011-04-19 11:27:54 UTC (rev 797) @@ -1,24 +1,37 @@ -<projectDescription> - <name>treebase-web</name> - <comment/> - <projects> - <project>treebase-core</project> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - </buildCommand> - <buildCommand> - <name>org.eclipse.wst.common.project.facet.core.builder</name> - </buildCommand> - <buildCommand> - <name>org.eclipse.wst.validation.validationbuilder</name> - </buildCommand> - </buildSpec> - <natures> - <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> - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> - </natures> -</projectDescription> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>treebase-web</name> + <comment></comment> + <projects> + <project>treebase-core</project> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.wst.common.project.facet.core.builder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.wst.validation.validationbuilder</name> + <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> + <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> + </natures> +</projectDescription> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |