diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-08 01:28:08 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-08 01:28:08 -0400 |
commit | 9b89cd1b21280111a87aced6e6c857a8d0b69664 (patch) | |
tree | 1601df82486ab137a1ae5d9811b580150ba5a903 /rules/cal10n/subdir-deps.mk | |
parent | 7c4de79ba6f95d88a7adde236aac52f38a94bdd1 (diff) |
Add cal10n, and make required changes to generic/Makefile.
This means handling resources in a manner more similar to actual maven.
Diffstat (limited to 'rules/cal10n/subdir-deps.mk')
-rw-r--r-- | rules/cal10n/subdir-deps.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/cal10n/subdir-deps.mk b/rules/cal10n/subdir-deps.mk new file mode 100644 index 0000000..5830ddd --- /dev/null +++ b/rules/cal10n/subdir-deps.mk @@ -0,0 +1,4 @@ +JAVAC += -encoding ISO-8859-1 + +maven-cal10n-plugin-smoke_deps = cal10n-api +maven-cal10n-plugin_deps = cal10n-api |