ajack       2004/08/30 20:47:13

  Modified:    profile  gump.xml
  Added:       project  jena.xml icu4j.xml
  Log:
  Tinkering with RDF...
  
  Revision  Changes    Path
  1.1                  gump/project/jena.xml
  
  Index: jena.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2001-2004 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="jena">
  
    <url  href="http://jena.sourceforge.net/index.html"/>
    <description>
      Jena is a Java framework for building Semantic Web applications. It provides a 
programmatic environment for RDF, RDFS and OWL, including a rule-based inference 
engine.
    </description>
    <redistributable/>
  
    <cvs repository="sourceforge"  dir="jena"/>
    
    <project name="jena">
      <package>com.hp.hpl.jena</package>
  
      <ant>
        <property name="dist" reference="home" project="jena"/>
      </ant>
  
      <depend project="ant"/>
      <depend project="xml-xerces"/>
      <depend project="jakarta-oro"/>
      <depend project="concurrent"/>
      <depend project="icu4j"/>
        
      <jar name="jena.jar" id="jena"/>
    </project>
  
  </module>
  
  
  
  1.1                  gump/project/icu4j.xml
  
  Index: icu4j.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2001-2004 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="icu4j">
  
    <url href="http://oss.software.ibm.com/developerworks/projects/icu4j"/>
    <description>
      UDDI client
    </description>
    <redistributable/>
  
    <cvs repository="devworks" dir="icu4j"/>
  
    <project name="icu4j">
      <package>org.icu4j</package>
      <ant target="dist"/>
      <depend project="xml-xerces"/>
      <depend project="ant" inherit="runtime"/>
      <work nested="build/classes"/>
      <home nested="build"/>
      <jar name="lib/icu4j.jar"/>
      <license name="LICENSE.html"/>
    </project>
  
  </module>
  
  
  
  1.391     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.390
  retrieving revision 1.391
  diff -u -r1.390 -r1.391
  --- gump.xml  26 Aug 2004 16:42:12 -0000      1.390
  +++ gump.xml  31 Aug 2004 03:47:13 -0000      1.391
  @@ -228,10 +228,12 @@
     <module 
href="http://dev.w3.org/cvsweb/~checkout~/2001/DOM-Test-Suite/domts.xml?content-type=text/xml"/>
     <module href="project/dougLea.xml"/>
     <module href="project/eyebrowse.xml"/>
  +  <module href="project/icu4j.xml"/>
     <module href="project/javacc.xml"/>
     <module href="project/jce.xml"/>
     <module href="project/jcifs.xml"/>
     <module href="project/jdom.xml"/>
  +  <module href="project/jena.xml"/>
     <module href="project/jsch.xml"/>
     <module href="project/jdepend.xml"/>
     <module href="project/junitperf.xml"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to