~kiss-gergely/bzr-eclipse/status-ng

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.client/META-INF/MANIFEST.MF

  • Committer: Guillermo Gonzalez
  • Date: 2009-11-15 06:51:49 UTC
  • mfrom: (215.1.2 update-client)
  • Revision ID: guillo.gonzo@gmail.com-20091115065149-i3fdd75jsoo25pyx
update dependencies versions (redstone xmlrpc-client and bzr-java-lib)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Manifest-Version: 1.0
2
2
Bundle-Name: Bazaar client library
3
 
Bundle-ClassPath: bzr-java-lib-0.5.2-SNAPSHOT.jar
 
3
Bundle-ClassPath: bzr-java-lib-0.5.3-SNAPSHOT.jar
4
4
Bundle-ManifestVersion: 2
5
5
Bundle-Vendor: Guillermo Gonzalez
6
6
Bundle-SymbolicName: org.vcs.bazaar.eclipse.client;singleton:=true
25
25
   org.vcs.bazaar.client.core",
26
26
 org.vcs.bazaar.client.xmlrpc.internal;uses:="redstone.xmlrpc,org.vcs.bazaar.client.commandline.internal,org.vcs.bazaar.client.xmlrpc",
27
27
 org.vcs.bazaar.client.xmlrpc.parser;uses:="org.vcs.bazaar.client.commandline.parser,org.vcs.bazaar.client"
28
 
Bundle-Version: 0.5.2
 
28
Bundle-Version: 0.5.3
29
29
Bundle-ActivationPolicy: lazy
30
30
Bundle-RequiredExecutionEnvironment: J2SE-1.5
31
31
Require-Bundle: org.apache.commons.logging;bundle-version="1.1.1";visibility:=reexport,
32
32
 org.kxml2;bundle-version="2.3.0";visibility:=reexport,
33
 
 redstone.xmlrpc;bundle-version="1.1.0";visibility:=reexport
 
33
 redstone.xmlrpc;bundle-version="1.1.1.35";visibility:=reexport
34
34