You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/31 14:31:19 UTC

svn commit: r991174 - /gump/metadata/project/htmlunit.xml

Author: bodewig
Date: Tue Aug 31 12:31:19 2010
New Revision: 991174

URL: http://svn.apache.org/viewvc?rev=991174&view=rev
Log:
paths

Modified:
    gump/metadata/project/htmlunit.xml

Modified: gump/metadata/project/htmlunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/htmlunit.xml?rev=991174&r1=991173&r2=991174&view=diff
==============================================================================
--- gump/metadata/project/htmlunit.xml (original)
+++ gump/metadata/project/htmlunit.xml Tue Aug 31 12:31:19 2010
@@ -32,9 +32,9 @@
     </ant>
     <depend project="ant"/>
     <depend project="junit"/>
-    <work nested="lib/maven-ant-tasks-2.1.0.jar"/>
-    <work nested="target/rhino-patched-classes"/>
-    <jar name="target/htmlunit-core-js-@@DATE@@.jar" />
+    <work nested="core-js/lib/maven-ant-tasks-2.1.0.jar"/>
+    <work nested="core-js/target/rhino-patched-classes"/>
+    <jar name="core-js/target/htmlunit-core-js-@@DATE@@.jar" />
   </project>
 
   <project name="htmlunit">
@@ -58,8 +58,8 @@
     <option project="xml-apis" />
     <option project="xml-xerces" />
 
-    <license name="LICENSE.txt" />
-    <jar name="target/htmlunit-*[0-9T].jar" />
+    <license name="htmlunit/LICENSE.txt" />
+    <jar name="htmlunit/target/htmlunit-*[0-9T].jar" />
   </project>
 </module>