Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Wouters2014-04-07 09:01:59 +0000
committerLaurent Wouters2014-04-17 06:04:19 +0000
commit5834c98174a5770254a330f0fb598758ebc24be3 (patch)
tree4c643f5c2466f8a84dccbca9ecb05f96eecda455 /extraplugins/cdo
parent83f2664514c1861bdb2f8938d224802e04e95901 (diff)
downloadorg.eclipse.papyrus-5834c98174a5770254a330f0fb598758ebc24be3.tar.gz
org.eclipse.papyrus-5834c98174a5770254a330f0fb598758ebc24be3.tar.xz
org.eclipse.papyrus-5834c98174a5770254a330f0fb598758ebc24be3.zip
[releng] Cleanup plugins for extras build
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
Diffstat (limited to 'extraplugins/cdo')
-rw-r--r--extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/build.properties1
-rw-r--r--extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/build.properties1
-rw-r--r--extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/build.properties2
3 files changed, 3 insertions, 1 deletions
diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/build.properties b/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/build.properties
index e00b1283efd..6c551f66003 100644
--- a/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/build.properties
+++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.ui.hyperlink/build.properties
@@ -6,3 +6,4 @@ bin.includes = META-INF/,\
plugin.properties,\
plugin.xml,\
icons/
+src.includes = about.html
diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/build.properties b/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/build.properties
index f7540fbc534..1f5b1eb5b5c 100644
--- a/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/build.properties
+++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.uml.search.ui/build.properties
@@ -5,3 +5,4 @@ bin.includes = META-INF/,\
plugin.properties,\
plugin.xml,\
about.html
+src.includes = about.html
diff --git a/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/build.properties b/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/build.properties
index 3407e04dba9..4044536d801 100644
--- a/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/build.properties
+++ b/extraplugins/cdo/org.eclipse.papyrus.cdo.validation.problems/build.properties
@@ -9,7 +9,7 @@
# CEA LIST - Initial API and implementation
#
-jre.compilation.profile = J2SE-1.5
+jre.compilation.profile = JavaSE-1.6
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top