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/06/01 10:56:15 UTC

svn commit: r949968 - in /gump/metadata: profile/gump.xml project/htmlunit.xml repository/sourceforge-htmlunit.xml

Author: bodewig
Date: Tue Jun  1 08:56:15 2010
New Revision: 949968

URL: http://svn.apache.org/viewvc?rev=949968&view=rev
Log:
htmlunit uses svn and mvn now

Added:
    gump/metadata/repository/sourceforge-htmlunit.xml
      - copied, changed from r949939, gump/metadata/repository/sourceforge-xmlunit.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/htmlunit.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=949968&r1=949967&r2=949968&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Jun  1 08:56:15 2010
@@ -582,6 +582,7 @@
   <repository href="repository/slf4j.xml" />
   <repository href="repository/smartfrog.xml" />
   <repository href="repository/sourceforge-ant-contrib.xml"/>
+  <repository href="repository/sourceforge-htmlunit.xml"/>
   <repository href="repository/sourceforge-httpunit.xml"/>
   <repository href="repository/sourceforge-jsvc-wrapper.xml"/>
   <repository href="repository/sourceforge-jtidy.xml"/>

Modified: gump/metadata/project/htmlunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/htmlunit.xml?rev=949968&r1=949967&r2=949968&view=diff
==============================================================================
--- gump/metadata/project/htmlunit.xml (original)
+++ gump/metadata/project/htmlunit.xml Tue Jun  1 08:56:15 2010
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="htmlunit">
+<module name="htmlunit" groupId="net.sourceforge.htmlunit">
 
   <url  href="http://htmlunit.sourceforge.net/"/>
   <description>
@@ -23,51 +23,30 @@
   </description>
   <redistributable/>
 
-  <cvs repository="sourceforge" host-prefix="htmlunit" dir="htmlunit"/>
+  <svn repository="sourceforge-htmlunit" dir="trunk/htmlunit"/>
   
   <project name="htmlunit">
     <package>com.gargoylesoftware.htmlunit</package>
-    <maven>
-      <property name="maven.test.skip" value="true"/>
-      <property name="maven.final.name" value="htmlunit-@@DATE@@" />
-      <property name="maven.jar.xmlParserAPIs" reference="jarpath"
-                project="xml-apis" id="xml-apis"/>
-      <property name="maven.jar.js" reference="jarpath"
-                project="rhino"/>
-      <property name="maven.jar.servlet-api" reference="jarpath"
-                project="jakarta-servletapi-5-servlet"/>
-      <property name="maven.jar.xercesImpl" reference="jarpath"
-                project="xml-xerces" />
-    </maven>
-    <depend project="commons-beanutils" />
-    <depend project="commons-cli" />
-    <depend project="commons-codec" />
-    <depend project="commons-collections" />
-    <depend project="commons-httpclient" />
-    <depend project="commons-io" />
-    <depend project="commons-jelly" />
-    <depend project="commons-jelly-tags-junit" />
-    <depend project="commons-jelly-tags-log"/>
-    <depend project="commons-jelly-tags-xml" />
-    <depend project="commons-jexl" />
-    <depend project="commons-lang3" />
-    <depend project="commons-logging" id="commons-logging" />
-    <depend project="dom4j" />
-    <depend project="gsbase" />
-    <depend project="jakarta-servletapi-5-servlet"/>
-    <depend project="org.mortbay.jetty"/>
-    <depend project="junit" />
-    <depend project="junitperf" />
-    <depend project="nekohtml" />
-    <depend project="packaged-jaxen" />
-    <depend project="rhino" />
-    <depend project="saxpath" />
-    <depend project="xml-apis" />
-    <depend project="xml-xerces" />
-    <work nested="target/classes" />
-    <home nested="target" />
+    <mvn/>
+
+    <option project="commons-codec" />
+    <option project="commons-collections" />
+    <option project="commons-fileupload" />
+    <option project="commons-io" />
+    <option project="commons-lang3" />
+    <option project="commons-logging"/>
+    <option project="gsbase" />
+    <option project="httpcomponents-client"/>
+    <option project="junit" />
+    <option project="logging-log4j-12"/>
+    <option project="nekohtml" />
+    <option project="slf4j" />
+    <option project="xalan" />
+    <option project="xml-apis" />
+    <option project="xml-xerces" />
+
     <license name="LICENSE.txt" />
-    <jar name="htmlunit-@@DATE@@.jar" />
+    <jar name="target/htmlunit-*[0-9T].jar" />
   </project>
 </module>
 

Copied: gump/metadata/repository/sourceforge-htmlunit.xml (from r949939, gump/metadata/repository/sourceforge-xmlunit.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/repository/sourceforge-htmlunit.xml?p2=gump/metadata/repository/sourceforge-htmlunit.xml&p1=gump/metadata/repository/sourceforge-xmlunit.xml&r1=949939&r2=949968&rev=949968&view=diff
==============================================================================
--- gump/metadata/repository/sourceforge-xmlunit.xml (original)
+++ gump/metadata/repository/sourceforge-htmlunit.xml Tue Jun  1 08:56:15 2010
@@ -15,13 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<repository name="sourceforge-xmlunit" type="svn">
-  <title>JUnit and NUnit testing for XML.</title>
-  <home-page>http://xmlunit.sourceforge.net/</home-page>
+<repository name="sourceforge-htmlunit" type="svn">
+  <title>A tool for testing web based applications.</title>
+  <home-page>http://htmlunit.sourceforge.net/</home-page>
   
-  <web>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</web>
+  <web>http://htmlunit.svn.sourceforge.net/viewvc/htmlunit/</web>
   
-  <url>https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/</url>
+  <url>https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/</url>
   
   <redistributable/>
 </repository>