diff options
Diffstat (limited to 'tests/profiling')
-rw-r--r-- | tests/profiling/shadows.xml | 5 | ||||
-rw-r--r-- | tests/profiling/spring-1.2.6.xml | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/tests/profiling/shadows.xml b/tests/profiling/shadows.xml index 71bd020fe..e7358d8aa 100644 --- a/tests/profiling/shadows.xml +++ b/tests/profiling/shadows.xml @@ -53,7 +53,7 @@ </path> <!-- the source files used for AJDT project-based compilation --> - <target name="copy.source.files" depends="init"> + <!--<target name="copy.source.files" depends="init"> <echo message="copying source files to ${todir}"/> <copy todir="${todir}"> <fileset dir="${spring.install.dir}/src" @@ -63,6 +63,5 @@ <fileset dir="${test.aspects.src.dir}" includes="**/*.java,**/*.aj"/> </copy> - </target> - + </target>--> </project> diff --git a/tests/profiling/spring-1.2.6.xml b/tests/profiling/spring-1.2.6.xml index 868ae4287..5b210ab17 100644 --- a/tests/profiling/spring-1.2.6.xml +++ b/tests/profiling/spring-1.2.6.xml @@ -47,7 +47,7 @@ </path> <!-- the source files used for AJDT project-based compilation --> - <target name="copy.source.files" depends="init"> + <!--<target name="copy.source.files" depends="init"> <echo message="copying source files to ${todir}"/> <copy todir="${todir}"> <fileset dir="${spring.install.dir}/src" @@ -57,6 +57,6 @@ <fileset dir="${test.aspects.src.dir}" includes="**/*.java,**/*.aj"/> </copy> - </target> + </target>--> </project>
\ No newline at end of file |