diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-10 22:31:56 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-10 22:31:56 +0200 |
commit | e374b53788ff27f1fa19da77e60ea39dacec706c (patch) | |
tree | 683098ab2834f66344cc6ff08dfd1466a5cc7338 /build.py | |
parent | f89023c58be0abe1fb68900cb6ceacfcdaa474d9 (diff) | |
download | meson-e374b53788ff27f1fa19da77e60ea39dacec706c.zip meson-e374b53788ff27f1fa19da77e60ea39dacec706c.tar.gz meson-e374b53788ff27f1fa19da77e60ea39dacec706c.tar.bz2 |
Build Java projects with multiple files and other cleanups.
Diffstat (limited to 'build.py')
-rw-r--r-- | build.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -915,6 +915,7 @@ class Jar(BuildTarget): if not s.endswith('.java'): raise InvalidArguments('Jar source %s is not a java file.' % s) self.filename = self.name + '.jar' + incdirs = kwargs.get('include_directories', []) def get_main_class(self): return self.main_class |