Changeset 920 for trunk/autoquest-htmlmonitor-test
- Timestamp:
- 10/16/12 14:35:23 (12 years ago)
- Location:
- trunk/autoquest-htmlmonitor-test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor-test/.classpath
r878 r920 9 9 <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> 10 10 <attributes> 11 <attribute name="maven.pomderived" value="true"/> 12 </attributes> 13 </classpathentry> 14 <classpathentry kind="src" output="target/classes" path="src/main/java"> 15 <attributes> 16 <attribute name="optional" value="true"/> 11 17 <attribute name="maven.pomderived" value="true"/> 12 18 </attributes> -
trunk/autoquest-htmlmonitor-test/pom.xml
r864 r920 5 5 > 6 6 <parent> 7 <groupId>de.ugoe.cs. quest</groupId>8 <artifactId> quest-test</artifactId>7 <groupId>de.ugoe.cs.autoquest</groupId> 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 10 </parent> 11 11 <modelVersion>4.0.0</modelVersion> 12 <artifactId>auto quest-htmlmonitor-test</artifactId>12 <artifactId>autoautoquest-htmlmonitor-test</artifactId> 13 13 <properties> 14 <tested-artifactId>auto quest-htmlmonitor</tested-artifactId>14 <tested-artifactId>autoautoquest-htmlmonitor</tested-artifactId> 15 15 </properties> 16 16 <dependencies>
Note: See TracChangeset
for help on using the changeset viewer.