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/,\
|
||||
browser/,\
|
||||
utils/
|
||||
|
||||
jre.compilation.profile=J2SE-1.4
|
||||
javacSource=1.4
|
||||
javacTarget=1.4
|
||||
|
|
@ -10,7 +10,6 @@
|
|||
###############################################################################
|
||||
bin.includes = about.html,\
|
||||
plugin.xml,\
|
||||
about.html,\
|
||||
icons/,\
|
||||
plugin.properties,\
|
||||
templates/,\
|
||||
|
@ -26,3 +25,7 @@ javadoc.packages = org.eclipse.cdt.ui.*,\
|
|||
source.. = src/,\
|
||||
browser/,\
|
||||
utils.ui/
|
||||
|
||||
jre.compilation.profile=J2SE-1.4
|
||||
javacSource=1.4
|
||||
javacTarget=1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue