Ignore:
Timestamp:
10/16/12 14:35:23 (12 years ago)
Author:
pharms
Message:
  • rename to autoquest
Location:
trunk/autoquest-htmlmonitor-test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor-test/.classpath

    r878 r920  
    99        <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> 
    1010                <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"/> 
    1117                        <attribute name="maven.pomderived" value="true"/> 
    1218                </attributes> 
  • trunk/autoquest-htmlmonitor-test/pom.xml

    r864 r920  
    55> 
    66    <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> 
    99        <version>0.0.1-SNAPSHOT</version> 
    1010    </parent> 
    1111    <modelVersion>4.0.0</modelVersion> 
    12     <artifactId>autoquest-htmlmonitor-test</artifactId> 
     12    <artifactId>autoautoquest-htmlmonitor-test</artifactId> 
    1313    <properties> 
    14         <tested-artifactId>autoquest-htmlmonitor</tested-artifactId> 
     14        <tested-artifactId>autoautoquest-htmlmonitor</tested-artifactId> 
    1515    </properties> 
    1616    <dependencies> 
Note: See TracChangeset for help on using the changeset viewer.