Ignore:
Timestamp:
10/16/12 14:35:23 (12 years ago)
Author:
pharms
Message:
  • rename to autoquest
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/pom.xml

    r880 r920  
    55> 
    66    <modelVersion>4.0.0</modelVersion> 
    7     <groupId>de.ugoe.cs.quest</groupId> 
    8     <artifactId>autoquest-htmlmonitor</artifactId> 
     7    <groupId>de.ugoe.cs.autoquest</groupId> 
     8    <artifactId>autoautoquest-htmlmonitor</artifactId> 
    99    <version>0.0.1-SNAPSHOT</version> 
    10     <name>autoquest-htmlmonitor</name> 
     10    <name>autoautoquest-htmlmonitor</name> 
    1111    <packaging>jar</packaging> 
    1212    <scm> 
    13         <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-htmlmonitor</url> 
     13        <url>https://autoautoquest.informatik.uni-goettingen.de/svn/autoautoquest/trunk/autoautoquest-htmlmonitor</url> 
    1414    </scm> 
    1515    <pluginRepositories> 
     
    7272                <configuration> 
    7373                    <includes> 
    74                         <include>autoquest-htmlmonitor.js</include> 
     74                        <include>autoautoquest-htmlmonitor.js</include> 
    7575                    </includes> 
    7676                    <allowOneVarStatementPerFunction>false</allowOneVarStatementPerFunction> 
     
    101101                            <addClasspath>true</addClasspath> 
    102102                            <classpathPrefix>lib/</classpathPrefix> 
    103                             <mainClass>de.ugoe.cs.autoquest.htmlmonitor.Runner</mainClass> 
     103                            <mainClass>de.ugoe.cs.autoautoquest.htmlmonitor.Runner</mainClass> 
    104104                        </manifest> 
    105105                    </archive> 
Note: See TracChangeset for help on using the changeset viewer.