You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ba...@apache.org on 2005/09/04 18:55:50 UTC

svn commit: r278612 - /gump/metadata/project/osjava.xml

Author: bayard
Date: Sun Sep  4 09:55:48 2005
New Revision: 278612

URL: http://svn.apache.org/viewcvs?rev=278612&view=rev
Log:
probably won't work the first time, but it's a start

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

Added: gump/metadata/project/osjava.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/osjava.xml?rev=278612&view=auto
==============================================================================
--- gump/metadata/project/osjava.xml (added)
+++ gump/metadata/project/osjava.xml Sun Sep  4 09:55:48 2005
@@ -0,0 +1,50 @@
+<?xml version="1.0" ?>
+<!--
+  Copyright 2001-2005 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="osjava">
+
+  <url href="http://www.osjava.org/index.html"/>
+  <description>
+    Small repository of open-source Java projects. 
+  </description>
+
+  <svn repository="osjava"/>
+
+  <project name="norbert">
+    <package>org.osjava.norbert</package>
+    <description>robots.txt parser</description>
+    <maven basedir="norbert" goal="jar">
+      <property name="maven.final.name" value="norbert-@@DATE@@"/>
+    </maven>
+    
+    <!-- Maven'll need these three -->
+    <depend project="ant" inherit="runtime"/>
+    <depend project="xml-xerces"/>
+    <depend project="junit"/>
+
+    <work nested="target/classes"/>
+
+    <jar name="norbert-@@DATE@@.jar"/>
+    <javadoc nested="norbert/docs/apidocs"/>
+
+    <license name="LICENSE.txt"/>
+ 
+    <nag from="Henri Yandell &lt;bayard@osjava.org&gt;"
+         to="osjava-members@lists.osjava.org"/>
+  </project>
+
+</module>
+

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