Changeset 938


Ignore:
Timestamp:
10/23/12 09:44:19 (12 years ago)
Author:
pharms
Message:
  • corrected misspelling of autoquest
Location:
trunk
Files:
2 edited

Legend:

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

    r927 r938  
    77        </parent> 
    88        <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoautoquest-htmlmonitor-test</artifactId> 
     9        <artifactId>autoquest-htmlmonitor-test</artifactId> 
    1010        <licenses> 
    1111                <license> 
     
    1515        </licenses> 
    1616        <properties> 
    17                 <tested-artifactId>autoautoquest-htmlmonitor</tested-artifactId> 
     17                <tested-artifactId>autoquest-htmlmonitor</tested-artifactId> 
    1818        </properties> 
    1919        <dependencies> 
  • trunk/autoquest-htmlmonitor/pom.xml

    r927 r938  
    66    <modelVersion>4.0.0</modelVersion> 
    77    <groupId>de.ugoe.cs.autoquest</groupId> 
    8     <artifactId>autoautoquest-htmlmonitor</artifactId> 
     8    <artifactId>autoquest-htmlmonitor</artifactId> 
    99    <version>0.0.1-SNAPSHOT</version> 
    10     <name>autoautoquest-htmlmonitor</name> 
     10    <name>autoquest-htmlmonitor</name> 
    1111    <licenses> 
    1212        <license> 
     
    1717    <packaging>jar</packaging> 
    1818    <scm> 
    19         <url>https://autoautoquest.informatik.uni-goettingen.de/svn/autoautoquest/trunk/autoautoquest-htmlmonitor</url> 
     19        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-htmlmonitor</url> 
    2020    </scm> 
    2121    <pluginRepositories> 
     
    7878                <configuration> 
    7979                    <includes> 
    80                         <include>autoautoquest-htmlmonitor.js</include> 
     80                        <include>autoquest-htmlmonitor.js</include> 
    8181                    </includes> 
    8282                    <allowOneVarStatementPerFunction>false</allowOneVarStatementPerFunction> 
     
    107107                            <addClasspath>true</addClasspath> 
    108108                            <classpathPrefix>lib/</classpathPrefix> 
    109                             <mainClass>de.ugoe.cs.autoautoquest.htmlmonitor.Runner</mainClass> 
     109                            <mainClass>de.ugoe.cs.autoquest.htmlmonitor.Runner</mainClass> 
    110110                        </manifest> 
    111111                    </archive> 
Note: See TracChangeset for help on using the changeset viewer.