SVN check out 不是java项目

如果从svn上check out出来的项目不是eclipse的java项目的话,可以修改.project file,直接加上黑色的配置就行了.

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
          <name>emt-weblogic-11-latest</name>
          <comment></comment>
          <projects>
          </projects>
          <buildSpec>
                   <buildCommand>
                             <name>net.redrobin.ec".classpath"lipse.jydt.core.jythonBuilder</name>
                             <name>org.eclipse.jdt.core.javabuilder</name>
                             <arguments>
                             </arguments>".project"
                   </buildCommand>
          </buildSpec>
          <natures>
                   <nature>net.redrobin.eclipse.jydt.core.jythonNature</nature>
                    <nature>org.eclipse.jdt.core.javanature</nature>
          </natures>
</projectDescription>


猜你喜欢

转载自ilnba.iteye.com/blog/1343579
今日推荐