Add support for %nspace when using directors - Java

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12891 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-01-06 18:57:25 +00:00
commit debd5e9246
6 changed files with 137 additions and 7 deletions

View file

@ -43,6 +43,7 @@ SWIGOPT += -package $(JAVA_PACKAGE)
# Custom tests - tests with additional commandline options
nspace.%: JAVA_PACKAGE = $*Package
nspace_extend.%: JAVA_PACKAGE = $*Package
director_nspace.%: JAVA_PACKAGE = $*Package
# Rules for the different types of tests
%.cpptest: