You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by je...@apache.org on 2007/02/25 06:31:18 UTC

svn commit: r511452 - in /gump/metadata: project/javassist.xml repository/jboss.xml

Author: jerenkrantz
Date: Sat Feb 24 21:31:15 2007
New Revision: 511452

URL: http://svn.apache.org/viewvc?view=rev&rev=511452
Log:
Fix up home to javassist and add a reference to JBoss's CVS repository.

Added:
    gump/metadata/repository/jboss.xml
Modified:
    gump/metadata/project/javassist.xml

Modified: gump/metadata/project/javassist.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/javassist.xml?view=diff&rev=511452&r1=511451&r2=511452
==============================================================================
--- gump/metadata/project/javassist.xml (original)
+++ gump/metadata/project/javassist.xml Sat Feb 24 21:31:15 2007
@@ -20,13 +20,12 @@
 
 <module name="javassist">
 
-  <url href="http://www.jboss.org/index.html?module=html&amp;op=userdisplay&amp;id=developers/projects/javassist"/>
+  <url href="http://www.jboss.org/products/javassist" />
   <description>
     Bytecode enhancement and AOP framework
   </description>
 
-  <cvs repository="sourceforge"  dir="jboss"
-	  module="javassist"/>
+  <cvs repository="jboss" dir="jboss" module="javassist" />
 
   <project name="javassist">
     <package>javassist</package>

Added: gump/metadata/repository/jboss.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/jboss.xml?view=auto&rev=511452
==============================================================================
--- gump/metadata/repository/jboss.xml (added)
+++ gump/metadata/repository/jboss.xml Sat Feb 24 21:31:15 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="jboss" type="cvs">
+  <title>JBoss</title>
+  <home-page>http://jboss.org/</home-page>
+  <cvsweb>http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/</cvsweb>
+
+  <root>
+    <method>pserver</method>
+    <user>anonymous</user>
+    <password></password>
+    <hostname>anoncvs.forge.jboss.com</hostname>
+    <path>/cvsroot</path>
+  </root>
+</repository>