You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by jh...@apache.org on 2009/04/13 15:05:46 UTC

svn commit: r764431 - in /gump/metadata: profile/gump.xml project/hudson.xml repository/javanet.svn.xml

Author: jhm
Date: Mon Apr 13 13:05:45 2009
New Revision: 764431

URL: http://svn.apache.org/viewvc?rev=764431&view=rev
Log:
Try to add Hudson CI-server.

Added:
    gump/metadata/project/hudson.xml
    gump/metadata/repository/javanet.svn.xml
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=764431&r1=764430&r2=764431&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon Apr 13 13:05:45 2009
@@ -450,6 +450,7 @@
   <module href="project/packaged-xom.xml"/>
   <module href="project/which4j.xml"/>
   <module href="project/xom.xml"/>
+  <module href="project/hudson.xml"/>
 
 <!-- OpenSAML -->
   <module href="project/opensaml.xml"/>

Added: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=764431&view=auto
==============================================================================
--- gump/metadata/project/hudson.xml (added)
+++ gump/metadata/project/hudson.xml Mon Apr 13 13:05:45 2009
@@ -0,0 +1,34 @@
+<?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="hudson">
+  <url  href="http://hudson.dev.java.net/"/>
+  <description>
+    Hudson CI-Server
+  </description>
+  <svn repository="java.net"/>
+
+
+  <project name="hudson-core">
+    <mvn/>
+    <!-- use my email for testing the build -->
+    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
+         to="gump@materne.de"/>
+  </project>
+
+
+</module>

Added: gump/metadata/repository/javanet.svn.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/javanet.svn.xml?rev=764431&view=auto
==============================================================================
--- gump/metadata/repository/javanet.svn.xml (added)
+++ gump/metadata/repository/javanet.svn.xml Mon Apr 13 13:05:45 2009
@@ -0,0 +1,27 @@
+<?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="java.net" type="svn">
+  <title>dev.java.net</title>
+  <home-page>http://dev.java.net/</home-page>
+  <web>http://dev.java.net/</web>
+  
+  <url> https://svn.dev.java.net/svn/</url>
+  
+  <redistributable/>
+</repository>