Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Amended Makefile and build.xml to track bgiframe.js instead of ie6.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jul 22, 2010
1 parent d6087ce commit a462789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,7 +9,7 @@ PLUGINS = ${SRC_DIR}/ajax.js\
${SRC_DIR}/tips.js\
${SRC_DIR}/imagemap.js\
${SRC_DIR}/modal.js\
${SRC_DIR}/ie6.js
${SRC_DIR}/bgiframe.js

JS_MODULES = ${SRC_DIR}/header.txt\
${SRC_DIR}/intro.js\
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -33,7 +33,7 @@
<fileset file="${SRC_DIR}/tips.js" />
<fileset file="${SRC_DIR}/imagemap.js" />
<fileset file="${SRC_DIR}/modal.js" />
<fileset file="${SRC_DIR}/ie6.js" />
<fileset file="${SRC_DIR}/bgiframe.js" />
<fileset file="${SRC_DIR}/outro.js" />
</concat>

Expand Down

0 comments on commit a462789

Please sign in to comment.