Fix formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-24 06:37:01 +00:00
parent ec1ab7208c
commit ec375b6627

View File

@@ -21,15 +21,15 @@
<j:if test="${unitTestSourcesPresent == 'true'}">
<javac
<javac
destdir="${maven.test.dest}"
excludes="**/package.html"
debug="${maven.compile.debug}"
deprecation="${maven.compile.deprecation}"
optimize="${maven.compile.optimize}">
<j:if test="${context.getVariable('maven.test.source') != null}">
<setProperty name="source" value="${maven.test.source}" />
</j:if>
<setProperty name="source" value="${maven.test.source}" />
</j:if>
<classpath>
<pathelement path="${maven.build.dest}"/>
<path refid="maven.dependency.classpath"/>