Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/com.mongodb/build.properties')
-rw-r--r--plugins/com.mongodb/build.properties14
1 files changed, 6 insertions, 8 deletions
diff --git a/plugins/com.mongodb/build.properties b/plugins/com.mongodb/build.properties
index 52e900b805..80eafefbf4 100644
--- a/plugins/com.mongodb/build.properties
+++ b/plugins/com.mongodb/build.properties
@@ -1,13 +1,11 @@
bin.includes = META-INF/,\
git-hash,\
- GNU-AGPL-3.0,\
- README,\
- THIRD-PARTY-NOTICES,\
- plugin.properties
-src.includes = GNU-AGPL-3.0,\
- README,\
- THIRD-PARTY-NOTICES,\
- git-hash
+ plugin.properties,\
+ LICENSE.txt,\
+ README.md
+src.includes = git-hash,\
+ LICENSE.txt,\
+ README.md
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top