JRE classpaths on my system changed, this should be compatible anyway
This commit is contained in:
parent
526911bc0e
commit
cc954aa0e4
|
@ -9,7 +9,6 @@
|
|||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre6"/>
|
||||
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javax.persistence.jar">
|
||||
<attributes>
|
||||
<attribute name="javadoc_location" value="http://docs.oracle.com/javaee/6/api/"/>
|
||||
|
@ -63,5 +62,6 @@
|
|||
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="build/classes"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Reference in New Issue