hapi-fhir/hapi-fhir-base/.classpath

38 lines
1.4 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2014-02-17 17:58:32 -05:00
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
2014-03-07 09:14:50 -05:00
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
2014-03-07 09:14:50 -05:00
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
2014-03-07 09:14:50 -05:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
2014-03-07 09:14:50 -05:00
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
2014-03-07 09:14:50 -05:00
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
2014-03-07 09:14:50 -05:00
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2014-03-07 09:14:50 -05:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
2014-03-07 09:14:50 -05:00
</attributes>
</classpathentry>
2014-07-02 08:57:07 -04:00
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2014-03-07 09:14:50 -05:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
2014-07-02 08:57:07 -04:00
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
2014-03-07 09:14:50 -05:00
</attributes>
</classpathentry>
2014-12-29 17:20:34 -05:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
2014-12-29 17:20:34 -05:00
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
2014-03-07 09:14:50 -05:00
</classpath>