#********************************************************************* # # (C) 2001-02 j3d.org # http://code.j3d.org/ # # Package makefile producing j3d-org-loader-stl.jar # # Author: Justin Couch # Version: $Revision: 1.3 $ # #********************************************************************* # A version number we tack onto the JAR file name for eclipse versioning # purposes. JAR_VERSION=0.9.0 # No need to put in subdirs here. We only do that if we want to explicitly # exclude some directory and then we name everything around it. JAR_CONTENT= org/j3d/loaders/stl # Manifest file name. Stored in the make/manifest directory MANIFEST=loader-stl.mf include ${PROJECT_ROOT}/make/Makefile.jav