7170197: Update JPRT default build targets to support embedded builds

Wed, 23 May 2012 20:09:56 -0400

author
dholmes
date
Wed, 23 May 2012 20:09:56 -0400
changeset 3804
48df98e03639
parent 3803
71afdabfd05b
child 3805
4e64a590066e

7170197: Update JPRT default build targets to support embedded builds
Reviewed-by: jcoomes, kvn

make/jprt.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/jprt.properties	Mon May 21 14:10:35 2012 -0400
     1.2 +++ b/make/jprt.properties	Wed May 23 20:09:56 2012 -0400
     1.3 @@ -133,7 +133,8 @@
     1.4      ${jprt.my.linux.x64}-{product|fastdebug}, \
     1.5      ${jprt.my.macosx.x64}-{product|fastdebug|debug}, \
     1.6      ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
     1.7 -    ${jprt.my.windows.x64}-{product|fastdebug|debug}
     1.8 +    ${jprt.my.windows.x64}-{product|fastdebug|debug}, \
     1.9 +    ${jprt.my.linux.armvfp}-{product|fastdebug}
    1.10  
    1.11  jprt.build.targets.open= \
    1.12      ${jprt.my.solaris.i586}-{productOpen}, \

mercurial