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 2007/09/17 06:34:08 UTC

svn commit: r576252 - in /gump/metadata: profile/gump.xml project/jamonapi.xml repository/jamonapi.xml

Author: bodewig
Date: Sun Sep 16 21:34:05 2007
New Revision: 576252

URL: http://svn.apache.org/viewvc?rev=576252&view=rev
Log:
Add JAMonAPI, first build will fail but give us a dependency list

Added:
    gump/metadata/project/jamonapi.xml   (with props)
    gump/metadata/repository/jamonapi.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=576252&r1=576251&r2=576252&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sun Sep 16 21:34:05 2007
@@ -264,6 +264,7 @@
   <module href="project/ibatis.xml"/>
   <module href="project/iso-relax.xml"/>
   <module href="project/invicta.xml"/>
+  <module href="project/jamonapi.xml"/>
   <module href="project/javagroups.xml"/>
   <module href="project/javassist.xml"/>
   <module href="project/javassist-2.x.xml"/>
@@ -652,6 +653,7 @@
   <repository href="repository/jakarta.xml"/>
   <repository href="repository/jakarta-svn.xml"/>
   <repository href="repository/james.xml"/>
+  <repository href="repository/jamonapi.xml"/>
   <repository href="repository/javanet.xml"/>
   <repository href="repository/jboss.xml"/>
   <repository href="repository/jdom.xml"/>

Added: gump/metadata/project/jamonapi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jamonapi.xml?rev=576252&view=auto
==============================================================================
--- gump/metadata/project/jamonapi.xml (added)
+++ gump/metadata/project/jamonapi.xml Sun Sep 16 21:34:05 2007
@@ -0,0 +1,40 @@
+<?xml version="1.0" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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="jamonapi">
+
+  <url  href="http://jamonapi.sourceforge.net/"/>
+  <description>
+    Java Application Monitor
+  </description>
+
+  <cvs repository="jamonapi"  dir="."/>
+  
+  <project name="jamonapi">
+    <package>org.jamonapi</package>
+
+    <ant buildfile="src/ant/build,xml" target="JAR">
+      <property name="jamonapi_version" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="bootstrap-ant"/>
+    <depend project="xml-apis"/>
+    <depend project="xml-xerces"/>
+
+    <jar name="dist/jamon-@@DATE@@.jar"/>
+  </project>
+</module>
\ No newline at end of file

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

Added: gump/metadata/repository/jamonapi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/jamonapi.xml?rev=576252&view=auto
==============================================================================
--- gump/metadata/repository/jamonapi.xml (added)
+++ gump/metadata/repository/jamonapi.xml Sun Sep 16 21:34:05 2007
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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="jamonapi" type="cvs">
+  <title>Java Application Monitor</title>
+  <home-page>http://jamonapi.sourceforge.net/</home-page>
+  <cvsweb>http://jamonapi.cvs.sourceforge.net/jamonapi/</cvsweb>
+
+  <root>
+    <method>pserver</method>
+    <user>anonymous</user>
+    <password></password>
+    <hostname>jamonapi.cvs.sourceforge.net</hostname>
+    <path>/cvsroot/jamonapi</path>
+  </root>
+</repository>

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