Changeset 2276

Show
Ignore:
Timestamp:
06/04/07 12:19:12 (2 years ago)
Author:
merlimat
Message:

EclipseTracPlugin:

Using official libraries jars instead of imported sources.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eclipsetracplugin/eclipse/trunk/org.apache.xmlrpc/build.properties

    r2003 r2276  
    1 source.. = src/ 
    21output.. = bin/ 
    32bin.includes = plugin.xml,\ 
    43               META-INF/,\ 
    5                . 
     4               lib/,\ 
     5               lib/xmlrpc-client-3.0.jar,\ 
     6               lib/xmlrpc-common-3.0.jar,\ 
     7               lib/ws-commons-util-1.0.1.jar 
  • eclipsetracplugin/eclipse/trunk/org.apache.xmlrpc/.classpath

    r2107 r2276  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3         <classpathentry kind="src" path="src"/> 
     3        <classpathentry exported="true" kind="lib" path="lib/ws-commons-util-1.0.1.jar"/> 
     4        <classpathentry exported="true" kind="lib" path="lib/xmlrpc-client-3.0.jar" sourcepath="lib/xmlrpc-client-3.0-sources.jar"/> 
     5        <classpathentry exported="true" kind="lib" path="lib/xmlrpc-common-3.0.jar" sourcepath="lib/xmlrpc-common-3.0-sources.jar"/> 
    46        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    57        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
  • eclipsetracplugin/eclipse/trunk/org.apache.xmlrpc/META-INF/MANIFEST.MF

    r2003 r2276  
    33Bundle-Name: Xmlrpc Plug-in 
    44Bundle-SymbolicName: org.apache.xmlrpc 
    5 Bundle-Version: 1.0.0 
     5Bundle-Version: 3.0 
    66Export-Package: org.apache.xmlrpc.client, 
    77 org.apache.xmlrpc.common 
     8Bundle-ClassPath: lib/xmlrpc-client-3.0.jar, 
     9 lib/xmlrpc-common-3.0.jar, 
     10 lib/ws-commons-util-1.0.1.jar