Index: build.properties
===================================================================
--- build.properties	(révision 612799)
+++ build.properties	(copie de travail)
@@ -51,4 +51,14 @@
 source.. = src/java/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               lib/ant.jar,\
+               lib/commons-cli.jar,\
+               lib/commons-codec.jar,\
+               lib/commons-httpclient.jar,\
+               lib/commons-lang.jar,\
+               lib/commons-logging.jar,\
+               lib/commons-vfs.jar,\
+               lib/jsch.jar,\
+               lib/oro.jar,\
+               lib/xercesImpl.jar
Index: META-INF/MANIFEST.MF
===================================================================
--- META-INF/MANIFEST.MF	(révision 612799)
+++ META-INF/MANIFEST.MF	(copie de travail)
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
-Bundle-Version: 0.0.0
+Bundle-Version: 2.0.0
 Bundle-Name: Ivy
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.apache.ivy
@@ -78,3 +78,14 @@
  org.apache.ivy.util.extendable;version="2.0.0",
  org.apache.ivy.util.filter;version="2.0.0",
  org.apache.ivy.util.url;version="2.0.0"
+Bundle-ClassPath: lib/ant.jar,
+ lib/commons-cli.jar,
+ lib/commons-codec.jar,
+ lib/commons-httpclient.jar,
+ lib/commons-lang.jar,
+ lib/commons-logging.jar,
+ lib/commons-vfs.jar,
+ lib/oro.jar,
+ lib/jsch.jar,
+ lib/xercesImpl.jar,
+ .
Index: .classpath.default
===================================================================
--- .classpath.default	(révision 612799)
+++ .classpath.default	(copie de travail)
@@ -1,17 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src/java"/>
-	<classpathentry kind="src" path="test/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="lib/ant.jar"/>
-	<classpathentry kind="lib" path="lib/commons-cli.jar"/>
-	<classpathentry kind="lib" path="lib/commons-codec.jar"/>
-	<classpathentry kind="lib" path="lib/commons-httpclient.jar"/>
-	<classpathentry kind="lib" path="lib/commons-lang.jar"/>
-	<classpathentry kind="lib" path="lib/commons-logging.jar"/>
-	<classpathentry kind="lib" path="lib/commons-vfs.jar"/>
-	<classpathentry kind="lib" path="lib/jsch.jar"/>
-	<classpathentry kind="lib" path="lib/junit.jar"/>
-	<classpathentry kind="lib" path="lib/oro.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/java"/>
+	<classpathentry kind="src" path="test/java"/>
+	<classpathentry exported="true" kind="lib" path="lib/xercesImpl.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/ant.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-cli.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-codec.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-httpclient.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-lang.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-logging.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-vfs.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/jsch.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/oro.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/junit.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
