Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-06-07 12:31:10 +0000
committerAlexander Kurtakov2018-06-07 12:31:10 +0000
commitef78c568679935af6fb18aef4bba9e311d85b596 (patch)
treeeadf3e8a10428e31eb6f475ec81519ae496599e5
parentd85db3fc0b6f37cbcbb3216bec9396a51e7e93d3 (diff)
downloadrt.equinox.p2-ef78c568679935af6fb18aef4bba9e311d85b596.tar.gz
rt.equinox.p2-ef78c568679935af6fb18aef4bba9e311d85b596.tar.xz
rt.equinox.p2-ef78c568679935af6fb18aef4bba9e311d85b596.zip
Fix warnings in bin.includes.I20180607-2000
Change-Id: I3a1b0fbd18434ae957c53cac520cdda12a7e8b0c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/build.properties1
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/build.properties3
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/build.properties b/bundles/org.eclipse.equinox.p2.publisher/build.properties
index 27d3e8cf4..4ace817bd 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/build.properties
+++ b/bundles/org.eclipse.equinox.p2.publisher/build.properties
@@ -15,7 +15,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- profiles/,\
plugin.properties
javacWarnings..=+unusedThrown
src.includes = about.html
diff --git a/bundles/org.eclipse.equinox.p2.repository/build.properties b/bundles/org.eclipse.equinox.p2.repository/build.properties
index 1f8c0e92f..f9bd0249a 100644
--- a/bundles/org.eclipse.equinox.p2.repository/build.properties
+++ b/bundles/org.eclipse.equinox.p2.repository/build.properties
@@ -13,6 +13,7 @@ bin.includes = META-INF/,\
.,\
about.html,\
plugin.properties,\
- OSGI-INF/cacheManager.xml
+ OSGI-INF/cacheManager.xml,\
+ OSGI-INF/
src.includes = about.html
source.. = src/

Back to the top