Changeset 1523
- Timestamp:
- 04/15/14 13:45:04 (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-httpmonitor-test/.classpath
r1520 r1523 9 9 <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 10 10 <classpathentry kind="src" output="target/classes" path="src/main/java"> 11 <attributes> 12 <attribute name="optional" value="true"/> 13 <attribute name="maven.pomderived" value="true"/> 14 </attributes> 15 </classpathentry> 16 <classpathentry kind="src" output="target/classes" path="target/generated-sources/cxf"> 11 17 <attributes> 12 18 <attribute name="optional" value="true"/> -
trunk/autoquest-httpmonitor/.classpath
r1374 r1523 8 8 </classpathentry> 9 9 <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 10 <attributes> 11 <attribute name="optional" value="true"/> 12 <attribute name="maven.pomderived" value="true"/> 13 </attributes> 14 </classpathentry> 15 <classpathentry kind="src" output="target/classes" path="target/generated-sources/xjc"> 10 16 <attributes> 11 17 <attribute name="optional" value="true"/> -
trunk/autoquest-plugin-http-test/.classpath
r1417 r1523 7 7 </attributes> 8 8 </classpathentry> 9 <classpathentry kind="src" path="src/test/resources"/> 9 <classpathentry including="**/*.java" kind="src" path="src/test/resources"/> 10 <classpathentry kind="src" output="target/classes" path="src/main/java"> 11 <attributes> 12 <attribute name="optional" value="true"/> 13 <attribute name="maven.pomderived" value="true"/> 14 </attributes> 15 </classpathentry> 10 16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 11 17 <attributes> -
trunk/autoquest-ui-swt/.classpath
r1495 r1523 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"/>
Note: See TracChangeset
for help on using the changeset viewer.