| commit | cc5853b7b4f7cd5e047ad1dadefbff89fb377ef8 | [log] [tgz] |
|---|---|---|
| author | nickboldt <nboldt@redhat.com> | Tue Feb 06 09:47:16 2018 -0500 |
| committer | nickboldt <nboldt@redhat.com> | Tue Feb 06 09:47:16 2018 -0500 |
| tree | e490d4bbae2dc09c41d98582eb6c64515ab21fec | |
| parent | 5c631f1581fe7d6fd6b47950f044c330e4cd7a95 [diff] |
fix more build.properties file which reference files that don't exist Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.properties index ff23d40..990952f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.properties
@@ -2,11 +2,8 @@ output.. = bin/ src.includes = * src.excludes = src -bin.includes = fragment.xml,\ - META-INF/,\ - about.html,\ - src/**/*.properties,\ - plugin_??_??.properties +bin.includes = META-INF/,\ + about.html customBuildCallbacks=customBuildCallbacks.xml