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 2007/04/20 11:00:48 UTC

svn commit: r530702 - in /gump/metadata: project/opensaml.xml repository/opensaml.xml

Author: bodewig
Date: Fri Apr 20 02:00:46 2007
New Revision: 530702

URL: http://svn.apache.org/viewvc?view=rev&rev=530702
Log:
OpenSAML uses svn now

Modified:
    gump/metadata/project/opensaml.xml
    gump/metadata/repository/opensaml.xml

Modified: gump/metadata/project/opensaml.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/opensaml.xml?view=diff&rev=530702&r1=530701&r2=530702
==============================================================================
--- gump/metadata/project/opensaml.xml (original)
+++ gump/metadata/project/opensaml.xml Fri Apr 20 02:00:46 2007
@@ -23,12 +23,12 @@
   </description>
   <redistributable/>
 
-  <cvs repository="opensaml"/>
+  <svn repository="opensaml" dir="java-opensaml1/trunk"/>
   
   <project name="opensaml">
     <package>org.opensaml</package>
 
-    <ant basedir="java" target="clean-build,compile,create-jar">
+    <ant target="clean-build,compile,create-jar">
       <property name="version" value="@@DATE@@"/>
     </ant>
     <depend project="ant" inherit="runtime"/>

Modified: gump/metadata/repository/opensaml.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/opensaml.xml?view=diff&rev=530702&r1=530701&r2=530702
==============================================================================
--- gump/metadata/repository/opensaml.xml (original)
+++ gump/metadata/repository/opensaml.xml Fri Apr 20 02:00:46 2007
@@ -16,16 +16,9 @@
   limitations under the License.
 -->
 
-<repository name="opensaml" type="cvs">
+<repository name="opensaml" type="svn">
   <title>OpenSAML</title>
   <home-page>http://www.opensaml.org/</home-page>
-  <cvsweb>http://anoncvs.internet2.edu/cgi-bin/viewcvs.cgi/opensaml/</cvsweb>
-
-  <root>
-    <method>pserver</method>
-    <user>anoncvs</user>
-    <password></password>
-    <hostname>anoncvs.internet2.edu</hostname>
-    <path>/home/cvs/shibboleth</path>
-  </root>
+  <cvsweb>http://svn.middleware.georgetown.edu/view/</cvsweb>
+  <url>https://svn.middleware.georgetown.edu/</url>
 </repository>