~verterok/bzr-eclipse/p2_update_site_friendly

191 by Guillermo Gonzalez
* added org.bazaar...client to wrap bzr-java-lib as a OSGI bundle
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry excluding="org/vcs/bazaar/eclipse/core/status/SynchronizerSyncInfoCache.java" kind="src" path="src"/>
212.1.4 by Guillermo Gonzalez
fix IgnoredCommand to be compatible with eclipse >= 3.3
4
	<classpathentry exported="true" kind="lib" path="commons-logging-1.1.1.jar"/>
191 by Guillermo Gonzalez
* added org.bazaar...client to wrap bzr-java-lib as a OSGI bundle
5
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
6
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
194 by Guillermo Gonzalez
* update AbstractCoreTestCase to the latest bzr-java-lib
7
	<classpathentry kind="lib" path="bzr-java-lib-0.5.1-SNAPSHOT-tests.jar"/>
191 by Guillermo Gonzalez
* added org.bazaar...client to wrap bzr-java-lib as a OSGI bundle
8
	<classpathentry kind="output" path="bin"/>
9
</classpath>