Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (Ericsson)2012-11-21 16:37:20 +0000
committerPascal Rapicault2012-11-21 16:40:58 +0000
commitac5a0fc4ac53fe300c6a74a013d2671988201f3c (patch)
treec255887ec68da8af780bd0b07af84d5db8002412 /bundles/org.eclipse.equinox.p2.metadata/build.properties
parentf813b6677a7590b2636e4a0c1bfca026d1dd85b2 (diff)
downloadrt.equinox.p2-ac5a0fc4ac53fe300c6a74a013d2671988201f3c.tar.gz
rt.equinox.p2-ac5a0fc4ac53fe300c6a74a013d2671988201f3c.tar.xz
rt.equinox.p2-ac5a0fc4ac53fe300c6a74a013d2671988201f3c.zip
Re-enable p2 build to work standalonev20121121-164058
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/build.properties7
1 files changed, 3 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/build.properties b/bundles/org.eclipse.equinox.p2.metadata/build.properties
index 4cccd09dd..8c846e50c 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/build.properties
+++ b/bundles/org.eclipse.equinox.p2.metadata/build.properties
@@ -7,15 +7,14 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Ericsson AB (Pascal Rapicault) - enable standalone p2 build
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- plugin.properties,\
- OSGI-INF/
-src.includes = about.html,\
- OSGI-INF/
+ plugin.properties
+src.includes = about.html
javacTarget=jsr14
javacSource=1.5

Back to the top