diff options
| author | mkolom <[email protected]> | 2022-02-10 16:46:07 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:07 +0300 |
| commit | 8dc65930fc86ac0ebd07114f5f5be9e89c65ef8a (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/java.py | |
| parent | 5cc85744b35577ef3ca2214128c9e0c41927119e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/java.py')
| -rw-r--r-- | build/plugins/java.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/java.py b/build/plugins/java.py index 9f4f0f1dce6..16fc1267348 100644 --- a/build/plugins/java.py +++ b/build/plugins/java.py @@ -85,7 +85,7 @@ def onjava_module(unit, *args): return data = { - 'BUNDLE_NAME': unit.name(), + 'BUNDLE_NAME': unit.name(), 'PATH': unit.path(), 'IDEA_ONLY': 'yes' if idea_only else 'no', 'MODULE_TYPE': unit.get('MODULE_TYPE'), |
