You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by ke...@apache.org on 2003/06/27 23:52:34 UTC

cvs commit: xml-xindice/java/scratchpad/ui-eclipse plugin.xml .classpath

kevinross    2003/06/27 14:52:34

  Modified:    java/scratchpad/ui-eclipse plugin.xml .classpath
  Log:
  updated versions on some jars.
  
  Revision  Changes    Path
  1.7       +2 -2      xml-xindice/java/scratchpad/ui-eclipse/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/scratchpad/ui-eclipse/plugin.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.xml	11 Jun 2003 04:26:36 -0000	1.6
  +++ plugin.xml	27 Jun 2003 21:52:34 -0000	1.7
  @@ -8,7 +8,7 @@
   
      <runtime>
         <library name="xindice.ui.eclipse.jar"/>
  -      <library name="lib/dom4j-full.jar"/>
  +      <library name="lib/dom4j-1.4-dev-8.jar"/>
         <library name="lib/xerces-2.2.1.jar"/>
         <library name="lib/xindice-1.1b.jar">
            <export name="*"/>
  @@ -18,7 +18,7 @@
         <library name="lib/xmldb-api-sdk-20021118.jar"/>
         <library name="lib/xmldb-xupdate.jar"/>
         <library name="lib/xmlrpc-1.1.jar"/>
  -      <library name="lib/commons-logging-1.0.1.jar"/>
  +      <library name="lib/commons-logging-1.0.3.jar"/>
      </runtime>
      <requires>
         <import plugin="org.eclipse.core.resources"/>
  
  
  
  1.7       +4 -4      xml-xindice/java/scratchpad/ui-eclipse/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/scratchpad/ui-eclipse/.classpath,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- .classpath	11 Jun 2003 04:31:13 -0000	1.6
  +++ .classpath	27 Jun 2003 21:52:34 -0000	1.7
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
       <classpathentry kind="src" path="src/"/>
  -    <classpathentry kind="lib" path="lib/dom4j-full.jar"/>
  +    <classpathentry kind="lib" path="lib/dom4j-1.4-dev-8.jar"/>
       <classpathentry kind="lib" path="lib/xerces-2.2.1.jar"/>
       <classpathentry exported="true" kind="lib" path="lib/xindice-1.1b.jar"/>
       <classpathentry kind="lib" path="lib/xml-apis-1.1.jar"/>
  @@ -9,7 +9,7 @@
       <classpathentry kind="lib" path="lib/xmldb-api-sdk-20021118.jar"/>
       <classpathentry kind="lib" path="lib/xmldb-xupdate.jar"/>
       <classpathentry kind="lib" path="lib/xmlrpc-1.1.jar"/>
  -    <classpathentry kind="lib" path="lib/commons-logging-1.0.1.jar"/>
  +    <classpathentry kind="lib" path="lib/commons-logging-1.0.3.jar"/>
       <classpathentry kind="var"
           path="ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.1.0/resources.jar" sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org.eclipse.core.resources_2.1.0/resourcessrc.zip"/>
       <classpathentry kind="var"
  @@ -39,9 +39,9 @@
       <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.7/xmlParserAPIs.jar"/>
       <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.7/xercesImpl.jar"/>
       <classpathentry kind="var"
  -        path="ECLIPSE_HOME/plugins/nox.logger/logger.jar" sourcepath="C:/tools/eclipse/plugins/nox.logger/loggersrc.zip"/>
  +        path="ECLIPSE_HOME/plugins/nox.logger/logger.jar" sourcepath="C:/eclipse/plugins/nox.logger/loggersrc.zip"/>
       <classpathentry kind="var"
  -        path="ECLIPSE_HOME/plugins/org.apache.log4j/log4j.jar" sourcepath="C:/tools/eclipse/plugins/org.apache.log4j/log4jsrc.zip"/>
  +        path="ECLIPSE_HOME/plugins/org.apache.log4j/log4j.jar" sourcepath="C:/eclipse/plugins/org.apache.log4j/log4jsrc.zip"/>
       <classpathentry kind="var" path="ECLIPSE_HOME/plugins/net.sf.solareclipse.ui_0.4.0/ui.jar"/>
       <classpathentry kind="var" path="ECLIPSE_HOME/plugins/net.sf.solareclipse.xml.ui_0.4.0/xmlui.jar"/>
       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>