Răsfoiți Sursa

HUE-2068 [infra] Third-party dependencies manifest is excluded from binary distributions

Sean Mackrory 11 ani în urmă
părinte
comite
cc4a8965ad
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Makefile.tarball

+ 1 - 1
Makefile.tarball

@@ -23,6 +23,7 @@ PROD_INCLUDES := \
 	desktop \
 	ext/thirdparty \
 	LICENSE.txt \
+	NOTICE.txt \
 	Makefile* \
 	maven \
 	tools/app_reg \
@@ -41,7 +42,6 @@ PROD_EXCLUDES := \
 	desktop/devtools.mk \
 	desktop/libs/hadoop/regenerate-thrift.sh \
 	ext/thirdparty/js/manifest.json \
-	ext/thirdparty/README.md \
         Makefile.tarball
 
 # Macro to remove things we don't want to package