Index: configurations/multi-projects/filter-framework/build.xml
===================================================================
--- configurations/multi-projects/filter-framework/build.xml	(revision 597458)
+++ configurations/multi-projects/filter-framework/build.xml	(working copy)
@@ -31,7 +31,7 @@
 	
     <!-- paths used for compilation and run  -->
     <path id="compile.path.id">
-        <fileset dir="${lib.dir}/cc-Impl" />
+        <fileset dir="${lib.dir}/cc-impl" />
 	</path>
 	
     <path id="test.path.id">
Index: configurations/multi-projects/myapp/build.xml
===================================================================
--- configurations/multi-projects/myapp/build.xml	(revision 597458)
+++ configurations/multi-projects/myapp/build.xml	(working copy)
@@ -57,7 +57,7 @@
     </target>
 	
 	<!-- ================================= 
-          target: run with ome made implementation
+          target: run with home made implementation
          ================================= -->
     <target name="run-hm" depends="build" description="--> run the project with ome made implementation">
         <java classpathref="run.hm.path.id" classname="myapp.Main" fork="true"/>
