summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/spi/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/spi/build.xml')
-rw-r--r--sca-java-2.x/trunk/testing/itest/spi/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/spi/build.xml b/sca-java-2.x/trunk/testing/itest/spi/build.xml
index 47e1f85357..c9d5d44c84 100644
--- a/sca-java-2.x/trunk/testing/itest/spi/build.xml
+++ b/sca-java-2.x/trunk/testing/itest/spi/build.xml
@@ -88,7 +88,7 @@
</patternset>
</fileset>
- <!-- convert the filename into class names -->
+ <!-- convert the filenames into class names -->
<pathconvert pathsep=" "
property="class.names"
refid="file.names">
@@ -98,7 +98,7 @@
</chainedmapper>
</pathconvert>
- <!-- create a single file containing all the decompile SPI classes -->
+ <!-- create a single file containing all the decompiled SPI classes -->
<exec executable="javap"
output="spi.txt">
<arg value="-classpath"/>