OSDN Git Service

OSXの場合、DockIconを先に設定するように修正
[charactermanaj/CharacterManaJ.git] / .classpath
1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath>
3         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
4         <classpathentry kind="src" output="target/classes" path="src/main/java">
5                 <attributes>
6                         <attribute name="optional" value="true"/>
7                         <attribute name="maven.pomderived" value="true"/>
8                 </attributes>
9         </classpathentry>
10         <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
11                 <attributes>
12                         <attribute name="maven.pomderived" value="true"/>
13                 </attributes>
14         </classpathentry>
15         <classpathentry kind="src" output="target/test-classes" path="src/test/java">
16                 <attributes>
17                         <attribute name="optional" value="true"/>
18                         <attribute name="maven.pomderived" value="true"/>
19                         <attribute name="test" value="true"/>
20                 </attributes>
21         </classpathentry>
22         <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
23                 <attributes>
24                         <attribute name="maven.pomderived" value="true"/>
25                 </attributes>
26         </classpathentry>
27         <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
28                 <attributes>
29                         <attribute name="maven.pomderived" value="true"/>
30                         <attribute name="test" value="true"/>
31                 </attributes>
32         </classpathentry>
33         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
34                 <attributes>
35                         <attribute name="maven.pomderived" value="true"/>
36                 </attributes>
37         </classpathentry>
38         <classpathentry kind="output" path="target/classes"/>
39 </classpath>