mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix compiler compliance properties for PDE export build
This commit is contained in:
parent
0482b39544
commit
3685773b05
2 changed files with 9 additions and 1 deletions
|
@ -28,3 +28,8 @@ source.. = src/,\
|
||||||
parser/,\
|
parser/,\
|
||||||
browser/,\
|
browser/,\
|
||||||
utils/
|
utils/
|
||||||
|
|
||||||
|
jre.compilation.profile=J2SE-1.4
|
||||||
|
javacSource=1.4
|
||||||
|
javacTarget=1.4
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = about.html,\
|
bin.includes = about.html,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
about.html,\
|
|
||||||
icons/,\
|
icons/,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
templates/,\
|
templates/,\
|
||||||
|
@ -26,3 +25,7 @@ javadoc.packages = org.eclipse.cdt.ui.*,\
|
||||||
source.. = src/,\
|
source.. = src/,\
|
||||||
browser/,\
|
browser/,\
|
||||||
utils.ui/
|
utils.ui/
|
||||||
|
|
||||||
|
jre.compilation.profile=J2SE-1.4
|
||||||
|
javacSource=1.4
|
||||||
|
javacTarget=1.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue