Skip to content

Commit

Permalink
工程设置
Browse files Browse the repository at this point in the history
  • Loading branch information
henryyan committed Dec 19, 2011
1 parent 9b889df commit 61cd2ca
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 36 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,4 @@
/target /target
*~ *~
.settings
.classpath
62 changes: 26 additions & 36 deletions .project
Original file line number Original file line Diff line number Diff line change
@@ -1,36 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?> <projectDescription>
<projectDescription> <name>springside3-core</name>
<name>springside3.3.4.x-core</name> <comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment> <projects/>
<projects> <buildSpec>
</projects> <buildCommand>
<buildSpec> <name>org.eclipse.wst.common.project.facet.core.builder</name>
<buildCommand> </buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name> <buildCommand>
<arguments> <name>org.eclipse.jdt.core.javabuilder</name>
</arguments> </buildCommand>
</buildCommand> <buildCommand>
<buildCommand> <name>org.eclipse.wst.validation.validationbuilder</name>
<name>org.eclipse.jdt.core.javabuilder</name> </buildCommand>
<arguments> <buildCommand>
</arguments> <name>org.maven.ide.eclipse.maven2Builder</name>
</buildCommand> </buildCommand>
<buildCommand> </buildSpec>
<name>org.eclipse.wst.validation.validationbuilder</name> <natures>
<arguments> <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
</arguments> <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
</buildCommand> <nature>org.maven.ide.eclipse.maven2Nature</nature>
<buildCommand> <nature>org.eclipse.jdt.core.javanature</nature>
<name>org.maven.ide.eclipse.maven2Builder</name> <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<arguments> </natures>
</arguments> </projectDescription>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>

0 comments on commit 61cd2ca

Please sign in to comment.