JRE classpaths on my system changed, this should be compatible anyway

This commit is contained in:
Andy Janata 2013-03-26 17:18:06 -07:00
parent 526911bc0e
commit cc954aa0e4
1 changed files with 1 additions and 1 deletions

View File

@ -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>