Changeset 876


Ignore:
Timestamp:
10/15/12 09:46:24 (12 years ago)
Author:
pharms
Message:
  • added stuff to make it an executable server
Location:
trunk/autoquest-htmlmonitor
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/src/main/assembly/bin.xml

    r857 r876  
    1212  <dependencySets> 
    1313    <dependencySet> 
     14      <includes></includes> 
     15      <excludes> 
     16        <exclude>de.ugoe.cs.quest:autoquest-htmlmonitor</exclude> 
     17      </excludes> 
     18      <outputDirectory>lib</outputDirectory> 
     19    </dependencySet> 
     20    <dependencySet> 
     21      <includes> 
     22          <include>de.ugoe.cs.quest:autoquest-htmlmonitor</include> 
     23      </includes> 
    1424      <outputDirectory></outputDirectory> 
    1525    </dependencySet> 
    1626  </dependencySets> 
     27  <fileSets> 
     28    <fileSet> 
     29      <directory>bin</directory> 
     30      <outputDirectory></outputDirectory> 
     31      <fileMode>775</fileMode> 
     32      <includes> 
     33        <include>*</include> 
     34      </includes> 
     35    </fileSet> 
     36  </fileSets> 
    1737</assembly> 
  • trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js

    r875 r876  
    2525 * the server to send the recorded data to 
    2626 */ 
    27 var destination = "http://someserver:8090"; // change to the location of your server 
     27var destination = "http://localhost:8090"; // change to the location of your server 
    2828 
    2929/** 
Note: See TracChangeset for help on using the changeset viewer.