d88f5565d2c3b0ebf2d4321dabd5c5959cfe014f
jcasper
  Wed Apr 9 12:58:46 2014 -0700
removed jquery.js from the static_files list, as the rsync can potentially break the soft links built by cpAndLinkToResourceFiles.pl
diff --git src/hg/js/makefile src/hg/js/makefile
index 387afb9..e6e5c46 100644
--- src/hg/js/makefile
+++ src/hg/js/makefile
@@ -3,31 +3,31 @@
 # recursive target to do install to DEST, with extra excludes EXCL.
 
 JQUERY_FILES=jquery.js jquery.tablednd.js \
     jquery.imgareaselect.js jquery-ui.js jquery.contextmenu.js \
     ui.dropdownchecklist.js \
     jquery.cookie.js jquery.watermarkinput.js \
     jquery.floatheader.js jquery.rotateTableCellContent.js jquery.plugins.js \
     jquery.validate.min.js jquery.history.js
     
 JS_FILES=ajax.js alleles.js autocomplete.js edwPersona.js \
     hgCustom.js hgGateway.js hgHubConnect.js hgTracks.js \
     hgVarAnnogrator.js hui.js utils.js ddcl.js subCfg.js \
     encodeProject.js encodeDataSummary.js encodeDataMatrix.js encodeChipMatrix.js encodeMatrix.js \
     ${JQUERY_FILES}
 
-STATIC_FILES=staticDoc.js jquery.js
+STATIC_FILES=staticDoc.js
 
 ifdef LOWELAB
     JS_FILES += lowetooltip.js loweautocomplete.js
 endif
 
 user:
 	if test -d ${DOCUMENTROOT}-${USER}; then \
 	    ${MAKE} doInstall DEST=${DOCUMENTROOT}-${USER}/js; \
 	else \
 	    ${MAKE} doInstall DEST=${DOCUMENTROOT}/js/${USER}; \
 	fi
 
 alpha:
 	${GITUP}
 	${MAKE} doInstall DEST=${DOCUMENTROOT}/js