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 2005/10/25 06:18:51 UTC

svn commit: r328252 - in /gump/metadata: profile/gump.xml project/xstream.xml repository/xstream.xml

Author: bodewig
Date: Mon Oct 24 21:18:44 2005
New Revision: 328252

URL: http://svn.apache.org/viewcvs?rev=328252&view=rev
Log:
try to add xstream, used to be provided by jmeter

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/profile/gump.xml?rev=328252&r1=328251&r2=328252&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon Oct 24 21:18:44 2005
@@ -201,6 +201,7 @@
 
 <!-- Codehaus -->
   <module href="project/jmock.xml"/>
+  <module href="project/xstream.xml"/>
 
 <!-- SourceForge -->
 
@@ -595,6 +596,7 @@
   <repository href="repository/xmlgraphics.xml"/>
   <repository href="repository/xml-svn.xml"/>
   <repository href="repository/xpp.xml"/>
+  <repository href="repository/xstream.xml"/>
 
 <!-- server definitions -->
 

Added: gump/metadata/project/xstream.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/xstream.xml?rev=328252&view=auto
==============================================================================
--- gump/metadata/project/xstream.xml (added)
+++ gump/metadata/project/xstream.xml Mon Oct 24 21:18:44 2005
@@ -0,0 +1,61 @@
+<?xml version="1.0" ?>
+<!--
+  Copyright 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="xstream">
+
+  <url href="http://xstream.codehaus.org/"/>
+  <description>simple library to serialize object to XML and back
+    again</description>
+
+  <svn repository="xstream" dir="xstream"/>
+
+  <project name="xstream">
+    <package>com.thoughtworks.xstream</package>
+    <ant>
+      <property name="version" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="ant"/>
+    <depend project="commons-lang"/>
+    <depend project="dom4j"/>
+    <depend project="jdom"/>
+    <depend project="joda-time"/>
+    <depend project="junit"/>
+    <depend project="packaged-jmock"/>
+    <depend project="stax"/>
+    <depend project="xalan"/>
+    <depend project="packaged-xom"/>
+    <depend project="xpp3"/>
+    <depend project="xml-apis"/>
+    <depend project="xml-writer"/>
+    <depend project="xml-xerces"/>
+
+    <work nested="build/java"/>
+    <work nested="build/test"/>
+
+    <jar name="xstream-@@DATE@@.jar"/>
+  </project>
+
+  <project name="joda-time">
+    <jar name="lib/joda-time-1.1.jar"/>
+  </project>
+
+  <project name="xml-writer">
+    <jar name="lib/xml-writer-0.2.jar"/>
+  </project>
+
+</module>
\ No newline at end of file

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

Added: gump/metadata/repository/xstream.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/repository/xstream.xml?rev=328252&view=auto
==============================================================================
--- gump/metadata/repository/xstream.xml (added)
+++ gump/metadata/repository/xstream.xml Mon Oct 24 21:18:44 2005
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Copyright 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.
+-->
+
+<repository name="xstream" type="svn">
+  <title>Xstream</title>
+  <home-page>http://xstream.codehaus.org/</home-page>
+  
+  <cvsweb>http://svn.xstream.codehaus.org/</cvsweb>
+  
+  <url>https://svn.codehaus.org/xstream/trunk/</url>
+  
+  <redistributable/>
+</repository>

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