diff options
author | aclement <aclement> | 2008-05-28 23:54:36 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-05-28 23:54:36 +0000 |
commit | b01f3073462d78af66f323afc7c1800771f755b5 (patch) | |
tree | 12dce2fe9d952c3f82f65e9f91f2d059ad8ae2d4 /tests/profiling | |
parent | 0a162f8ebf5fbd1c386d333ceaa73bb733ac083c (diff) | |
download | aspectj-b01f3073462d78af66f323afc7c1800771f755b5.tar.gz aspectj-b01f3073462d78af66f323afc7c1800771f755b5.zip |
231396: Comment #4: Big Refactoring
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 |