- Timestamp:
- 09/26/14 13:22:38 (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/.classpath
r1767 r1779 2 2 <classpath> 3 3 <classpathentry kind="src" output="target/classes" path="src/main/java"> 4 <attributes> 5 <attribute name="optional" value="true"/> 6 <attribute name="maven.pomderived" value="true"/> 7 </attributes> 8 </classpathentry> 9 <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 4 10 <attributes> 5 11 <attribute name="optional" value="true"/> -
trunk/autoquest-jfcmonitor/.classpath
r1548 r1779 13 13 </attributes> 14 14 </classpathentry> 15 <classpathentry kind="con" path="org.eclipse. m2e.MAVEN2_CLASSPATH_CONTAINER">15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 16 16 <attributes> 17 17 <attribute name="maven.pomderived" value="true"/> 18 18 </attributes> 19 19 </classpathentry> 20 <classpathentry kind="con" path="org.eclipse. jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">20 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 21 21 <attributes> 22 22 <attribute name="maven.pomderived" value="true"/> -
trunk/autoquest-plugin-uml-test/.classpath
r1759 r1779 8 8 </classpathentry> 9 9 <classpathentry including="**/*.java" kind="src" path="src/test/resources"/> 10 <classpathentry kind=" con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">10 <classpathentry kind="src" output="target/classes" path="src/main/java"> 11 11 <attributes> 12 <attribute name="optional" value="true"/> 12 13 <attribute name="maven.pomderived" value="true"/> 13 14 </attributes> 14 15 </classpathentry> 15 <classpathentry kind=" src" output="target/classes" path="src/main/java">16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 16 17 <attributes> 17 <attribute name="optional" value="true"/>18 18 <attribute name="maven.pomderived" value="true"/> 19 19 </attributes> -
trunk/autoquest-plugin-uml/.classpath
r1602 r1779 2 2 <classpath> 3 3 <classpathentry kind="src" output="target/classes" path="src/main/java"> 4 <attributes> 5 <attribute name="optional" value="true"/> 6 <attribute name="maven.pomderived" value="true"/> 7 </attributes> 8 </classpathentry> 9 <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 4 10 <attributes> 5 11 <attribute name="optional" value="true"/> … … 17 23 </attributes> 18 24 </classpathentry> 19 <classpathentry kind="src" output="target/test-classes" path="src/test/java">20 <attributes>21 <attribute name="optional" value="true"/>22 <attribute name="maven.pomderived" value="true"/>23 </attributes>24 </classpathentry>25 25 <classpathentry kind="output" path="target/classes"/> 26 26 </classpath>
Note: See TracChangeset
for help on using the changeset viewer.