Changeset 876 for trunk/autoquest-htmlmonitor/src
- Timestamp:
- 10/15/12 09:46:24 (12 years ago)
- Location:
- trunk/autoquest-htmlmonitor/src/main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/src/main/assembly/bin.xml
r857 r876 12 12 <dependencySets> 13 13 <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> 14 24 <outputDirectory></outputDirectory> 15 25 </dependencySet> 16 26 </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> 17 37 </assembly> -
trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js
r875 r876 25 25 * the server to send the recorded data to 26 26 */ 27 var destination = "http:// someserver:8090"; // change to the location of your server27 var destination = "http://localhost:8090"; // change to the location of your server 28 28 29 29 /**
Note: See TracChangeset
for help on using the changeset viewer.