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 2009/09/21 17:07:53 UTC

svn commit: r817283 - in /gump/metadata: profile/gump.xml project/excalibur-legacy.xml project/jcharts.xml

Author: bodewig
Date: Mon Sep 21 15:07:53 2009
New Revision: 817283

URL: http://svn.apache.org/viewvc?rev=817283&view=rev
Log:
resurrect excalibur-legacy for JMeter

Added:
    gump/metadata/project/excalibur-legacy.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/jcharts.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=817283&r1=817282&r2=817283&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon Sep 21 15:07:53 2009
@@ -63,6 +63,7 @@
 <!-- Apache.Excalibur -->
 
   <module href="project/excalibur.xml"/>
+  <module href="project/excalibur-legacy.xml"/>
   <module href="project/packaged-avalon.xml"/>
 
 <!-- Apache Forrest -->
@@ -448,6 +449,8 @@
   <project name="hibernate"        package="hibernate-2.1"/>
   <project name="cglib"            package="cglib"/>
   <project name="cglib-nodep"      package="cglib"/>
+  <project name="excalibur-instrument"
+           package="excalibur"/>
   <project name="geronimo-spec-jms" package="jms1.0.2"/>
   <project name="geronimo-spec-jta" package="jta-spec1_0_1"/>
   <project name="hessian"          package="caucho-libs"/>

Added: gump/metadata/project/excalibur-legacy.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/excalibur-legacy.xml?rev=817283&view=auto
==============================================================================
--- gump/metadata/project/excalibur-legacy.xml (added)
+++ gump/metadata/project/excalibur-legacy.xml Mon Sep 21 15:07:53 2009
@@ -0,0 +1,46 @@
+<?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="excalibur-legacy">
+  <url href="http://excalibur.apache.org/"/>
+  <description>Parts of the &quot;old&quot; Excalibur that didn&apos;t
+  make the transition from Avalon to the new TLP.  Uses the last
+  releases from the Avalon project.</description>
+
+  <!--
+  <project name="excalibur-legacy">
+    <jar name="excalibur-compatibility-1.1.jar" id="compatibility"/>
+    <jar name="excalibur-i18n-1.1.jar" id="i18n"/>
+    <jar name="excalibur-configuration-1.2.jar" id="configuration"/>
+  </project>
+
+  <project name="excalibur-configuration">
+    <jar name="excalibur-configuration-1.2.jar"/>
+  </project>
+  
+  <project name="excalibur-instrument-legacy">
+    <jar name="excalibur-instrument-1.0.jar"/>
+    <jar name="excalibur-instrument-manager-1.0.jar"/>
+    <jar name="excalibur-instrument-manager-interfaces-1.0.jar"/>
+  </project>
+  -->
+
+  <project name="excalibur-instrument">
+    <jar name="excalibur-instrument-1.0.jar"/>
+  </project>
+</module>

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

Modified: gump/metadata/project/jcharts.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jcharts.xml?rev=817283&r1=817282&r2=817283&view=diff
==============================================================================
--- gump/metadata/project/jcharts.xml (original)
+++ gump/metadata/project/jcharts.xml Mon Sep 21 15:07:53 2009
@@ -16,8 +16,6 @@
   limitations under the License.
 -->
 
-<!-- $Id: jcharts.xml 451115 2006-09-29 04:27:39Z bodewig $ -->
-
 <module name="jcharts">
 
   <url href="http://jcharts.sourceforge.net/"/>