commit | 9620cce7af54d248ae0540679b254a158902a49b | [log] [tgz] |
---|---|---|
author | nickboldt <nboldt@redhat.com> | Mon Jan 22 17:53:06 2018 -0500 |
committer | nickboldt <nboldt@redhat.com> | Mon Jan 22 17:53:06 2018 -0500 |
tree | 4db4c529a43dc1039c6eeac7b9e25e9601c9073b | |
parent | 750aec1e9fb97a47ddb6af28806edad626a037b4 [diff] [blame] |
fix source directives for all the plugins; remove javac.source/target versions < 1.7; remove plugin.version as this is set in manifest; update copyrights Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/build.properties index 4a4d45a..ff23d40 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/build.properties
@@ -1,7 +1,12 @@ +source.. = src/ +output.. = bin/ +src.includes = * +src.excludes = src bin.includes = fragment.xml,\ META-INF/,\ about.html,\ src/**/*.properties,\ plugin_??_??.properties -src.includes = about.html + customBuildCallbacks=customBuildCallbacks.xml +