Skip to content

Commit

Permalink
missing scr/html/pre.js in build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcher committed Aug 9, 2010
1 parent d9b4941 commit 15f7727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -2,7 +2,7 @@
PROJECT: env-js
BUILD_MAJOR: 1
BUILD_MINOR: 2
BUILD_ID: 19
BUILD_ID: 20
BUILD_VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
BUILD: ${PROJECT}.${BUILD_VERSION}
VERSION: ${BUILD} ${DSTAMP}
Expand Down
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -441,6 +441,7 @@
<fileset dir="${SRC_DIR}" includes="html/option.js" />
<fileset dir="${SRC_DIR}" includes="html/p.js" />
<fileset dir="${SRC_DIR}" includes="html/param.js" />
<fileset dir="${SRC_DIR}" includes="html/pre.js" />
<fileset dir="${SRC_DIR}" includes="html/script.js" />
<fileset dir="${SRC_DIR}" includes="html/select.js" />
<fileset dir="${SRC_DIR}" includes="html/span.js" />
Expand Down

0 comments on commit 15f7727

Please sign in to comment.