Applly patch from Nicolas Franck.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113070 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2003-03-07 10:12:44 +00:00
parent 36811e5e33
commit 305dafa323

View File

@ -28,8 +28,12 @@
</projectPath>
<sourcePath>
<root type="composite">
<root type="simple" url="file://${pom.build.sourceDirectory}"/>
<root type="simple" url="file://${pom.build.unitTestSourceDirectory}"/>
<j:if test="${sourcesPresent}">
<root type="simple" url="file://$$PROJECT_DIR$$/${pom.build.sourceDirectory}"/>
</j:if>
<j:if test="${unitTestSourcesPresent}">
<root type="simple" url="file://$$PROJECT_DIR$$/${pom.build.unitTestSourceDirectory}"/>
</j:if>
<root type="jdk" rootType="sourcePath" name="java version &quot;${java.version}&quot;"/>
</root>
</sourcePath>