add maven.compile.source property. Needed to work under JDK 1.5.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-03-25 05:43:19 +00:00
parent 70e52d6971
commit 5b68ce99dc
4 changed files with 23 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
excludes="**/package.html"
debug="${maven.compile.debug}"
deprecation="${maven.compile.deprecation}"
source="${maven.compile.source}"
target="${maven.compile.target}"
optimize="${maven.compile.optimize}">
<ant:src>