Index: trunk/autoquest-htmlmonitor/src/main/assembly/bin.xml
===================================================================
--- trunk/autoquest-htmlmonitor/src/main/assembly/bin.xml	(revision 875)
+++ trunk/autoquest-htmlmonitor/src/main/assembly/bin.xml	(revision 876)
@@ -12,6 +12,26 @@
   <dependencySets>
     <dependencySet>
+      <includes></includes>
+      <excludes>
+        <exclude>de.ugoe.cs.quest:autoquest-htmlmonitor</exclude>
+      </excludes>
+      <outputDirectory>lib</outputDirectory>
+    </dependencySet>
+    <dependencySet>
+      <includes>
+          <include>de.ugoe.cs.quest:autoquest-htmlmonitor</include>
+      </includes>
       <outputDirectory></outputDirectory>
     </dependencySet>
   </dependencySets>
+  <fileSets>
+    <fileSet>
+      <directory>bin</directory>
+      <outputDirectory></outputDirectory>
+      <fileMode>775</fileMode>
+      <includes>
+        <include>*</include>
+      </includes>
+    </fileSet>
+  </fileSets>
 </assembly>
Index: trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js
===================================================================
--- trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js	(revision 875)
+++ trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js	(revision 876)
@@ -25,5 +25,5 @@
  * the server to send the recorded data to
  */
-var destination = "http://someserver:8090"; // change to the location of your server
+var destination = "http://localhost:8090"; // change to the location of your server
 
 /**
