Changeset 867


Ignore:
Timestamp:
10/12/12 12:21:29 (12 years ago)
Author:
pharms
Message:
  • changed execution of jslint to work without the js packaging
  • changed packaging to jar
File:
1 edited

Legend:

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

    r865 r867  
    99    <version>0.0.1-SNAPSHOT</version> 
    1010    <name>autoquest-htmlmonitor</name> 
    11     <packaging>js</packaging> 
     11    <packaging>jar</packaging> 
    1212    <scm> 
    1313        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-htmlmonitor</url> 
     
    6666                <version>1.0.1</version> 
    6767                <configuration> 
     68                    <includes> 
     69                        <include>autoquest-htmlmonitor.js</include> 
     70                    </includes> 
    6871                    <allowOneVarStatementPerFunction>false</allowOneVarStatementPerFunction> 
    6972                    <failOnIssues>false</failOnIssues> 
Note: See TracChangeset for help on using the changeset viewer.