#********************************************************************* # # (C) 2005 Yumetech, Inc # http://www.yumetech.com # # Package makefile producing swt-opengl-x11.jar # # Author: Justin Couch # Version: $Revision: 1.7 $ # #********************************************************************* # A version number we tack onto the JAR file name for eclipse versioning # purposes. JAR_VERSION=0.7.0 # Describe every directory that you want included in the JAR file here. # This is not recursive, so if you want parent directory and the # sub-directory, say so. These directories should not have '/' appended. JAR_CONTENT= \ org/j3d/opengl/swt \ org/j3d/opengl/swt/internal/ri \ org/j3d/opengl/swt/internal/ri/x11 \ # Manifest file name. Stored in the make/manifest directory MANIFEST=swt-opengl-x11.mf include ${PROJECT_ROOT}/make/Makefile.jav