make/CompileDemos.gmk
branchJDK-8200758-branch
changeset 56963 eaca4369b068
parent 50831 59c6972e39fa
child 57039 98d3963b0b7b
equal deleted inserted replaced
56962:a769ad2d40d6 56963:eaca4369b068
     1 #
     1 #
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   217 $(eval $(call SetupBuildDemo, TransparentRuler, \
   217 $(eval $(call SetupBuildDemo, TransparentRuler, \
   218     DEMO_SUBDIR := jfc, \
   218     DEMO_SUBDIR := jfc, \
   219     MAIN_CLASS := transparentruler.Ruler, \
   219     MAIN_CLASS := transparentruler.Ruler, \
   220 ))
   220 ))
   221 
   221 
       
   222 $(eval $(call SetupBuildDemo, JNLPConverter, \
       
   223     DEMO_SUBDIR := jpackager, \
       
   224     MAIN_CLASS := jnlp.converter.Main, \
       
   225 ))
       
   226 
   222 ################################################################################
   227 ################################################################################
   223 # Copy html and README files.
   228 # Copy html and README files.
   224 
   229 
   225 $(SUPPORT_OUTPUTDIR)/demos/image/README: $(DEMO_SHARE_SRC)/README
   230 $(SUPPORT_OUTPUTDIR)/demos/image/README: $(DEMO_SHARE_SRC)/README
   226 	$(call install-file)
   231 	$(call install-file)