소스 검색

HUE-3. Prod install contains jframegallery

Exclude Makefile.tarball from the production tgz. And fixed marker in
apps/Makefile.
bcwalrus 15 년 전
부모
커밋
b40636578e
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      Makefile.tarball
  2. 2 2
      apps/Makefile

+ 1 - 0
Makefile.tarball

@@ -31,6 +31,7 @@ PROD_INCLUDES := \
 	virtualenv_support
 
 PROD_EXCLUDES := \
+        Makefile.tarball \
 	desktop/apps/jframegallery \
 	desktop/apps/beeswax \
 	desktop/conf \

+ 2 - 2
apps/Makefile

@@ -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