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/03/10 12:41:44 UTC

svn commit: r921313 - in /gump/metadata: profile/gump.xml project/quartz.xml repository/terracotta.xml

Author: bodewig
Date: Wed Mar 10 11:41:44 2010
New Revision: 921313

URL: http://svn.apache.org/viewvc?rev=921313&view=rev
Log:
quartz has a new home - and switched from Ant to mvn

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=921313&r1=921312&r2=921313&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Mar 10 11:41:44 2010
@@ -587,6 +587,7 @@
   <repository href="repository/sourceforge-mx4j.xml"/>
   <repository href="repository/sourceforge-xmlunit.xml"/>
   <repository href="repository/sourceforge.xml"/>
+  <repository href="repository/terracotta.xml" />
   <repository href="repository/testng.xml" />
   <repository href="repository/xpp.xml"/>
   <repository href="repository/xstream.xml"/>

Modified: gump/metadata/project/quartz.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/quartz.xml?rev=921313&r1=921312&r2=921313&view=diff
==============================================================================
--- gump/metadata/project/quartz.xml (original)
+++ gump/metadata/project/quartz.xml Wed Mar 10 11:41:44 2010
@@ -15,49 +15,27 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="quartz">
+<module name="quartz" groupId="org.quartz-scheduler">
 
-  <url href="http://quartz.sourceforge.net/"/>
+  <url href="http://www.quartz-scheduler.org/"/>
   <description>
     Job Scheduler
   </description>
 
-  <cvs repository="sourceforge" dir="quartz" host-prefix="quartz" 
-	  module="Quartz"/>
+  <svn repository="terracotta" dir="quartz/trunk"/>
 
   <project name="quartz">
     <package>org.quartz</package>
 
-    <ant>
-      <property name="version" value="@@DATE@@"/>
-      <property name="weblogic.lib.dir" value="."/>
-      <property name="jboss.dir" value="."/>
-    </ant>
-
-    <depend project="ant" inherit="runtime"/>
-    <depend project="ejb"/>
-    <depend project="xml-apis"/>
-    <depend project="xml-xerces"/>
-    <depend project="jdbc"/>
-    <depend project="jmx" id="jmxri"/>
-    <depend project="jta"/>
-    <depend project="commons-beanutils"/>
-    <depend project="commons-collections" />
-    <depend project="commons-dbcp" />
-    <depend project="commons-digester"/>
-    <depend project="commons-logging" />
-    <depend project="commons-pool" />
-    <depend project="logging-log4j-12"/>
-    <depend project="jakarta-servletapi-5-servlet"/>
-    <!-- depend project="struts-action"/ -->
-    <depend project="javamail"/>
-    <depend project="junit"/>
-    <jar name="lib/quartz.jar"/>
+    <mvn goal="package" separateLocalRepository="true"/>
 
-    <license name="license.txt"/>
+    <!--jar name="lib/quartz.jar"/-->
 
-    <nag to="jhouserizer@part.net"
-	    from="Sam Ruby &lt;rubys@apache.org&gt;"/>
+    <license name="LICENSE.txt"/>
+    <redistributable/>
+
+    <!--nag to="jhouserizer@part.net"
+	    from="Sam Ruby &lt;rubys@apache.org&gt;"/-->
   </project>
 
 </module>

Added: gump/metadata/repository/terracotta.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/terracotta.xml?rev=921313&view=auto
==============================================================================
--- gump/metadata/repository/terracotta.xml (added)
+++ gump/metadata/repository/terracotta.xml Wed Mar 10 11:41:44 2010
@@ -0,0 +1,26 @@
+<?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="terracotta" type="svn">
+  <title>Terracotta</title>
+  <home-page>http://www.terracotta.org/</home-page>
+  
+  <web>http://svn.terracotta.org/fisheye/browse/</web>
+  
+  <url>http://svn.terracotta.org/svn/</url>
+</repository>

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