diff options
author | Adam Domurad <[email protected]> | 2012-06-28 10:51:30 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-06-28 10:51:30 -0400 |
commit | 161ad8065bd4d9a1d9403afc378dc6ea74c58671 (patch) | |
tree | 5de2e569694f9375f2653e30032beabc761918ab /Makefile.am | |
parent | ef462beab7603d903195f89a3af6ec71f2b069d4 (diff) |
Fixes PR1011 w/ reproducer, folders now allowed in archive tag.
Previously folders in the archive tag were treated as jars.
They are now correctly treated as resource folders.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 90af9bd..89131ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -155,6 +155,10 @@ export DBROWSERS=-Dused.browsers=$(FIREFOX):$(CHROMIUM):$(CHROME):$(OPERA):$(MID export REPRODUCERS_DPARAMETERS= $(DTEST_SERVER) $(DJAVAWS_BUILD) $(DBROWSERS) $(BROWSER_TESTS_MODIFICATION) # end of `D`shortcuts +#exported autoconf copies +export EXPORTED_JAVAC=$(BOOT_DIR)/bin/javac +#end of exported autoconf copies + # binary names javaws:= $(shell echo javaws | sed '@program_transform_name@') itweb_settings:= $(shell echo itweb-settings | sed '@program_transform_name@') |