Changeset 938 for trunk/autoquest-htmlmonitor/pom.xml
- Timestamp:
- 10/23/12 09:44:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/pom.xml
r927 r938 6 6 <modelVersion>4.0.0</modelVersion> 7 7 <groupId>de.ugoe.cs.autoquest</groupId> 8 <artifactId>auto autoquest-htmlmonitor</artifactId>8 <artifactId>autoquest-htmlmonitor</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <name>auto autoquest-htmlmonitor</name>10 <name>autoquest-htmlmonitor</name> 11 11 <licenses> 12 12 <license> … … 17 17 <packaging>jar</packaging> 18 18 <scm> 19 <url>https://auto autoquest.informatik.uni-goettingen.de/svn/autoautoquest/trunk/autoautoquest-htmlmonitor</url>19 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-htmlmonitor</url> 20 20 </scm> 21 21 <pluginRepositories> … … 78 78 <configuration> 79 79 <includes> 80 <include>auto autoquest-htmlmonitor.js</include>80 <include>autoquest-htmlmonitor.js</include> 81 81 </includes> 82 82 <allowOneVarStatementPerFunction>false</allowOneVarStatementPerFunction> … … 107 107 <addClasspath>true</addClasspath> 108 108 <classpathPrefix>lib/</classpathPrefix> 109 <mainClass>de.ugoe.cs.auto autoquest.htmlmonitor.Runner</mainClass>109 <mainClass>de.ugoe.cs.autoquest.htmlmonitor.Runner</mainClass> 110 110 </manifest> 111 111 </archive>
Note: See TracChangeset
for help on using the changeset viewer.