project 폴더 안에 .project 파일을 아래와 같이 수정해 준다.

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
 <name>anyframe-iocextendedtest-src</name>
 <comment></comment>
 <projects>
 </projects>
 <buildSpec>
  <buildCommand>
   <name>org.eclipse.jdt.core.javabuilder</name>
   <arguments>
   </arguments>
  </buildCommand>
  <buildCommand>
   <name>org.hibernate.eclipse.console.hibernateBuilder</name>
   <arguments>
   </arguments>
  </buildCommand>
  <buildCommand>
   <name>org.eclipse.pde.SchemaBuilder</name>
   <arguments>
   </arguments>
  </buildCommand>
 </buildSpec>
 <natures>
  <nature>org.eclipse.jdt.core.javanature</nature>
  <nature>org.hibernate.eclipse.console.hibernateNature</nature>
 </natures>
</projectDescription>

+ Recent posts