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:16:17 UTC

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

Author: bodewig
Date: Tue Aug 31 12:16:16 2010
New Revision: 991168

URL: http://svn.apache.org/viewvc?rev=991168&view=rev
Log:
add htmlunit-core-js

Modified:
    gump/metadata/project/htmlunit.xml

Modified: gump/metadata/project/htmlunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/htmlunit.xml?rev=991168&r1=991167&r2=991168&view=diff
==============================================================================
--- gump/metadata/project/htmlunit.xml (original)
+++ gump/metadata/project/htmlunit.xml Tue Aug 31 12:16:16 2010
@@ -23,11 +23,23 @@
   </description>
   <redistributable/>
 
-  <svn repository="sourceforge-htmlunit" dir="trunk/htmlunit"/>
+  <svn repository="sourceforge-htmlunit" dir="trunk"/>
   
+  <project name="htmlunit-core-js">
+    <package>com.gargoylesoftware.htmlunit</package>
+    <ant basedir="core-js" target="jar-all">
+      <property name="version" value="@@DATE@@"/>
+    </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" />
+  </project>
+
   <project name="htmlunit">
     <package>com.gargoylesoftware.htmlunit</package>
-    <mvn/>
+    <mvn basedir="htmlunit"/>
 
     <option project="apache-mime4j-reactor" />
     <option project="commons-codec" />
@@ -36,6 +48,7 @@
     <option project="commons-io" />
     <option project="commons-lang" />
     <option project="commons-logging"/>
+    <option project="htmlunit-core-js"/>
     <option project="httpcomponents-client"/>
     <option project="junit" />
     <option project="logging-log4j-12"/>