Changeset 2138
- Timestamp:
- 05/18/17 17:18:03 (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-usability/.classpath
r1493 r2138 7 7 </attributes> 8 8 </classpathentry> 9 <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 9 <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> 10 <attributes> 11 <attribute name="maven.pomderived" value="true"/> 12 </attributes> 13 </classpathentry> 10 14 <classpathentry including="**/*.java" kind="src" output="target/classes" path="target/generated-sources/xjc"> 11 15 <attributes> -
trunk/autoquest-htmlmonitor/.classpath
r1344 r2138 13 13 </attributes> 14 14 </classpathentry> 15 <classpathentry including="**/*.java" kind="src" path="src/main/js"/> 15 <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/js"> 16 <attributes> 17 <attribute name="maven.pomderived" value="true"/> 18 </attributes> 19 </classpathentry> 16 20 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 17 21 <attributes>
Note: See TracChangeset
for help on using the changeset viewer.