Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/build.properties15
1 files changed, 3 insertions, 12 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ql/build.properties b/bundles/org.eclipse.equinox.p2.ql/build.properties
index 9c67d204e..9d4334c4e 100644
--- a/bundles/org.eclipse.equinox.p2.ql/build.properties
+++ b/bundles/org.eclipse.equinox.p2.ql/build.properties
@@ -7,24 +7,15 @@
#
# Contributors:
# Cloudsmith Inc. - initial API and implementation
+# Ericsson AB (Pascal Rapicault) - enable standalone p2 build
###############################################################################
-
-# <copyright>
-# </copyright>
-#
-# $Id: build.properties,v 1.4 2010/02/19 12:13:14 thallgren Exp $
-
bin.includes = .,\
META-INF/,\
plugin.properties,\
- about.html,\
- OSGI-INF/
-jars.compile.order = .
+ about.html
source.. = src/
output.. = bin/
src.includes = about.html,\
- model/,\
- OSGI-INF/
+ model/
javacTarget=jsr14
-javacSource=1.5
javacWarnings..=+fieldHiding

Back to the top