Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-10-12 20:32:14 +0000
committerAlexander Kurtakov2021-10-13 06:28:17 +0000
commit41402acbbe6a8d40f2fb42bbdcc9b8d8d7a034db (patch)
treeb7a9ef0147d6e8f3123b548c44d0640d492db92f
parent3addd3c6602cfcf967fd25cc39d8c54e1aab1e8e (diff)
downloadrt.equinox.p2-41402acbbe6a8d40f2fb42bbdcc9b8d8d7a034db.tar.gz
rt.equinox.p2-41402acbbe6a8d40f2fb42bbdcc9b8d8d7a034db.tar.xz
rt.equinox.p2-41402acbbe6a8d40f2fb42bbdcc9b8d8d7a034db.zip
Add OSGI-INF to bin.includes for o.e.equinox.p2.tests.verifier
To fix warning in the workspace. Change-Id: I801cb4582b82cf06b3a712e4f0469f0ac555ce84 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.p2/+/186409 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.verifier/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.verifier/build.properties b/bundles/org.eclipse.equinox.p2.tests.verifier/build.properties
index 4b717e6e4..d0ec30270 100644
--- a/bundles/org.eclipse.equinox.p2.tests.verifier/build.properties
+++ b/bundles/org.eclipse.equinox.p2.tests.verifier/build.properties
@@ -17,4 +17,5 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
about.html,\
- OSGI-INF/l10n/bundle.properties
+ OSGI-INF/l10n/bundle.properties,\
+ OSGI-INF/

Back to the top