You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2006/08/19 12:24:23 UTC

svn commit: r432826 - in /gump/metadata: project/htmlparser.xml repository/htmlparser.xml

Author: sebb
Date: Sat Aug 19 03:24:17 2006
New Revision: 432826

URL: http://svn.apache.org/viewvc?rev=432826&view=rev
Log:
Add htmlparser

Added:
    gump/metadata/project/htmlparser.xml   (with props)
    gump/metadata/repository/htmlparser.xml   (with props)

Added: gump/metadata/project/htmlparser.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/htmlparser.xml?rev=432826&view=auto
==============================================================================
--- gump/metadata/project/htmlparser.xml (added)
+++ gump/metadata/project/htmlparser.xml Sat Aug 19 03:24:17 2006
@@ -0,0 +1,66 @@
+<?xml version="1.0" ?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<module name="htmlparser">
+
+  <url  href="http://sourceforge.net/projects/htmlparser/"/>
+  <description>
+    HTML Parser
+  </description>
+  <redistributable/>
+
+  <cvs repository="htmlparser" dir="."/>
+  
+  <project name="htmlparser">
+    <ant>
+      <property name="jar.name"  value="htmlparser-@@DATE@@.jar"/>
+    </ant>
+
+    <depend project="ant" inherit="runtime"/>
+    <depend project="xml-apis"/>
+    <depend project="xml-xerces"/>
+    <depend project="bcel" runtime="true"/>
+
+    <jar name="build/lib/htmlparser-@@DATE@@.jar" />
+    <license name="manual/LICENSE.txt"/>
+    <javadoc nested="build/docs/api" project="htmlparser"/>
+
+    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
+         to="htmlparser-developers@lists.sourceforge.net"/>
+  </project>
+
+  <project name="htmlparser-test">
+    <mkdir dir="test/classes"/>
+    <ant target="test">
+      <property name="version"  value="@@DATE@@"/>
+      <depend property="junit.jar.location" project="junit3"/>
+      <depend property="testutil.jar.location" project="ant-testutil"/>
+    </ant>
+
+    <depend project="ant" inherit="runtime"/>
+    <depend project="xml-apis"/>
+    <depend project="xml-xerces"/>
+    <depend project="htmlparser"/>
+    <depend project="bcel"/>
+    <work nested="test/classes"/>
+    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
+         to="htmlparser-developers@lists.sourceforge.net"/>
+  </project>
+
+
+
+</module>

Propchange: gump/metadata/project/htmlparser.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: gump/metadata/project/htmlparser.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Propchange: gump/metadata/project/htmlparser.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: gump/metadata/repository/htmlparser.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/htmlparser.xml?rev=432826&view=auto
==============================================================================
--- gump/metadata/repository/htmlparser.xml (added)
+++ gump/metadata/repository/htmlparser.xml Sat Aug 19 03:24:17 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" ?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<repository name="htmlparser" type="cvs">
+  <title>HTML Parser</title>
+  <home-page>http://htmlparser.sourceforge.net/</home-page>
+  <cvsweb>http://htmlparser.cvs.sourceforge.net/</cvsweb>
+
+  <root>
+    <method>pserver</method>
+    <user>anonymous</user>
+    <password></password>
+    <hostname>htmlparser.cvs.sourceforge.net</hostname>
+    <path>/cvsroot/htmlparser</path>
+  </root>
+</repository>

Propchange: gump/metadata/repository/htmlparser.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: gump/metadata/repository/htmlparser.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Propchange: gump/metadata/repository/htmlparser.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml