Exclude Makefile.tarball from the production tgz. And fixed marker in apps/Makefile.
@@ -31,6 +31,7 @@ PROD_INCLUDES := \
virtualenv_support
PROD_EXCLUDES := \
+ Makefile.tarball \
desktop/apps/jframegallery \
desktop/apps/beeswax \
desktop/conf \
@@ -39,10 +39,10 @@ APPS := about \
proxy \
useradmin
-# <<<< SDK ONLY
+# <<<< DEV ONLY
APPS += hello \
jframegallery
-# END SDK ONLY >>>>
+# END DEV ONLY >>>>
################################################
# Install all applications into the Desktop environment