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/04/01 13:31:27 UTC

svn commit: r760856 - in /gump/metadata: profile/gump.xml project/icu4j.xml project/jena.xml project/lucene-java.xml repository/icu.xml

Author: bodewig
Date: Wed Apr  1 11:31:26 2009
New Revision: 760856

URL: http://svn.apache.org/viewvc?rev=760856&view=rev
Log:
Lucene needs a more modern icu4j, build it

Added:
    gump/metadata/repository/icu.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/icu4j.xml
    gump/metadata/project/jena.xml
    gump/metadata/project/lucene-java.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=760856&r1=760855&r2=760856&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Apr  1 11:31:26 2009
@@ -508,7 +508,7 @@
   <project name="d-haven-managed-pool" package="d-haven-managed-pool-1.0"/>
   <project name="hessian"          package="caucho-libs"/>
   <project name="ibatis"           package="iBATIS_DBL-2.0.5.399"/>
-  <project name="icu4j"            package="icu4j-3.2"/>
+  <project name="icu4j-3"          package="icu4j-3.2"/>
   <project name="iso-relax"        package="isorelax.20020707"/>
   <project name="j2ee-connector"   package="j2ee_connector-1_5-fr"/>
   <project name="j2ee-deployment"  package="j2ee_deployment-1_1"/>
@@ -638,6 +638,7 @@
   <repository href="repository/dbxml.xml"/>
   <repository href="repository/ggf-cddlm.xml"/>
   <repository href="repository/hamcrest.xml"/>
+  <repository href="repository/icu.xml"/>
   <repository href="repository/ikayzo.xml"/>
   <repository href="repository/jacorb.xml"/>
   <repository href="repository/javanet.xml"/>

Modified: gump/metadata/project/icu4j.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/icu4j.xml?rev=760856&r1=760855&r2=760856&view=diff
==============================================================================
--- gump/metadata/project/icu4j.xml (original)
+++ gump/metadata/project/icu4j.xml Wed Apr  1 11:31:26 2009
@@ -17,12 +17,29 @@
 -->
 <module name="icu4j">
 
-  <url href="http://ibm.com/software/globalization/icu"/>
+  <url href="http://site.icu-project.org/"/>
   <description>
     International Components for Unicode
   </description>
 
+  <svn repository="icu" dir="icu4j/trunk"/>
+
   <project name="icu4j">
+    <redistributable/>
+    <ant target="jar"/>
+
+    <work nested="classes"/>
+
+    <depend project="ant"/>
+    <depend project="xml-apis"/>
+    <depend project="xml-xerces"/>
+
+    <jar name="icu4j.jar" id="icu4j"/>
+    <jar name="icu4j-charsets.jar" id="icu4j-charsets"/>
+    <license name="license.html"/>
+  </project>
+
+  <project name="icu4j-3">
     <package>org.icu4j</package>
     <jar name="icu4j_3_2.jar"/>
   </project>

Modified: gump/metadata/project/jena.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jena.xml?rev=760856&r1=760855&r2=760856&view=diff
==============================================================================
--- gump/metadata/project/jena.xml (original)
+++ gump/metadata/project/jena.xml Wed Apr  1 11:31:26 2009
@@ -38,7 +38,7 @@
     <depend project="jakarta-oro"/>
     <depend project="junit"/>
     <depend project="concurrent"/>
-    <depend project="icu4j"/>
+    <depend project="icu4j-3"/>
 	
     <jar name="jena.jar" id="jena"/>
   </project>

Modified: gump/metadata/project/lucene-java.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/lucene-java.xml?rev=760856&r1=760855&r2=760856&view=diff
==============================================================================
--- gump/metadata/project/lucene-java.xml (original)
+++ gump/metadata/project/lucene-java.xml Wed Apr  1 11:31:26 2009
@@ -39,6 +39,7 @@
     <depend project="ant" inherit="runtime"/>
     <depend project="bdb-je"/>
     <depend project="commons-digester"/>
+    <depend project="icu4j"/>
     <depend project="jakarta-regexp"/>
     <depend project="javacc"/>
     <depend project="jline"/>

Added: gump/metadata/repository/icu.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/icu.xml?rev=760856&view=auto
==============================================================================
--- gump/metadata/repository/icu.xml (added)
+++ gump/metadata/repository/icu.xml Wed Apr  1 11:31:26 2009
@@ -0,0 +1,27 @@
+<?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="icu" type="svn">
+  <title>International Components for Unicode</title>
+  <home-page>http://site.icu-project.org/</home-page>
+  
+  <web>http://source.icu-project.org/repos/icu/</web>
+  
+  <url>http://source.icu-project.org/repos/icu/</url>
+  
+</repository>

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