Skip to content

Commit

Permalink
Ensure that alloy-taglib.jar is always JDK 5 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 26, 2011
1 parent 39aa3be commit 0b34d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sandbox/taglibs/build-common-java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
includeAntRuntime="false"
memoryMaximumSize="${javac.memoryMaximumSize}"
nowarn="${javac.nowarn}"
source="1.5"
srcdir="src"
/>
</then>
Expand All @@ -40,6 +41,7 @@
destdir="classes"
includeAntRuntime="false"
nowarn="${javac.nowarn}"
source="1.5"
srcdir="src"
/>
</else>
Expand Down

0 comments on commit 0b34d8c

Please sign in to comment.