Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-04-13 13:47:20 +0000
committerPascal Rapicault2011-04-13 13:47:20 +0000
commit42bb60c031f4f113070c619047b334b82fdd576c (patch)
tree1538c306acd66f0d0d16928b80dd9c39f0c26c52 /bundles/org.eclipse.equinox.p2.ui.importexport
parenta1a1d5f1751ff58d07d68bb87fd1464096b0269b (diff)
downloadrt.equinox.p2-42bb60c031f4f113070c619047b334b82fdd576c.tar.gz
rt.equinox.p2-42bb60c031f4f113070c619047b334b82fdd576c.tar.xz
rt.equinox.p2-42bb60c031f4f113070c619047b334b82fdd576c.zip
Add OSGi-INF
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.importexport')
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/build.properties b/bundles/org.eclipse.equinox.p2.ui.importexport/build.properties
index bfdcfed30..b38950b0b 100755
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/build.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/build.properties
@@ -2,8 +2,8 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- OSGI-INF/importexport.xml,\
plugin.properties,\
icons/,\
- about.html
+ about.html,\
+ OSGI-INF/
source.. = src/

Back to the top