components/visual-panels/core/src/java/lib/swingx/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 827 0944d8c0158b
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../../../../../../../make-rules/shared-macros.mk
    24 include ../../../../../../../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		swingx
    26 COMPONENT_NAME=		swingx
    44 	$(MKDIR) $(VP_DIR)
    44 	$(MKDIR) $(VP_DIR)
    45 	$(CP) $(BUILD_DIR_32)/dist/$(COMPONENT_NAME).jar \
    45 	$(CP) $(BUILD_DIR_32)/dist/$(COMPONENT_NAME).jar \
    46 	      $(VP_DIR)/$(COMPONENT_NAME)-$(COMPONENT_VERSION).jar
    46 	      $(VP_DIR)/$(COMPONENT_NAME)-$(COMPONENT_VERSION).jar
    47 
    47 
    48 test:		$(NO_TESTS)
    48 test:		$(NO_TESTS)
    49 
       
    50 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
       
    51 
       
    52 include $(WS_MAKE_RULES)/depend.mk