fixes for milestone.
diff --git a/build.xml b/build.xml
index 1535781..036df2e 100644
--- a/build.xml
+++ b/build.xml
@@ -30,7 +30,8 @@
<target name="init" description="initialize local variables">
<available file="../${ant.project.name}" type="dir" property="is.local"/>
- // Test to make sure that the calling script doesn't inherit the variable (should be set locally, and be destroyed upon return)
+ <!-- Test to make sure that the calling script doesn't inherit the variable -->
+ <!-- (should be set locally, and be destroyed upon return) -->
<fail message="Not running from '${ant.project.name}' directory" unless="is.local"/>
<property name="project.version" value="1.99.0"/>
@@ -47,7 +48,7 @@
<path id="compile.path">
<pathelement path="../../../plugins/osgi.core.zip"/>
- <pathelement path="../../../plugins/osgi.cmpn.zip"/>
+ <pathelement path="../../../plugins/osgi.cmpn_4.1.0.jar"/>
</path>
</target>