You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2007/07/08 22:19:03 UTC

svn commit: r554429 - in /gump/metadata: project/poi.xml repository/poi.xml

Author: leosimons
Date: Sun Jul  8 13:19:02 2007
New Revision: 554429

URL: http://svn.apache.org/viewvc?view=rev&rev=554429
Log:
POI moved TLP

Added:
    gump/metadata/repository/poi.xml
Modified:
    gump/metadata/project/poi.xml

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?view=diff&rev=554429&r1=554428&r2=554429
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Sun Jul  8 13:19:02 2007
@@ -20,7 +20,7 @@
     <description>POI</description>
     <url href="http://poi.apache.org/"/>
     <!-- To be updated shortly -->
-    <svn dir="poi/trunk" repository="jakarta-svn"/>
+    <svn dir="trunk" repository="poi"/>
 
     <project name="poi">
         <ant buildfile="build.xml" target="gump">

Added: gump/metadata/repository/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/poi.xml?view=auto&rev=554429
==============================================================================
--- gump/metadata/repository/poi.xml (added)
+++ gump/metadata/repository/poi.xml Sun Jul  8 13:19:02 2007
@@ -0,0 +1,28 @@
+<?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="poi" type="svn">
+  <title>Apache POI</title>
+  <home-page>http://poi.apache.org</home-page>
+  
+  <cvsweb>http://cvs.apache.org/viewcvs.cgi/poi/?root=Apache-SVN</cvsweb>  
+  
+  <url>http://svn.apache.org/repos/asf/poi/</url>
+  
+  <redistributable/>
+</repository>