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

Commit

Permalink
build.xml file updated to allow PLUGINS var to be set via command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Aug 24, 2010
1 parent cc51677 commit 052b80f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions build.xml
Expand Up @@ -15,6 +15,8 @@
<property name="QTIP_PACK" value="${DIST_DIR}/jquery.qtip.pack.js" />
<property name="QTIP_CSS" value="${DIST_DIR}/jquery.qtip.css" />
<property name="QTIP_IMG" value="${DIST_DIR}/images" />

<property name="PLUGINS" value="${SRC_DIR}/ajax.js ${SRC_DIR}/tips.js ${SRC_DIR}/imagemap.js ${SRC_DIR}/modal.js ${SRC_DIR}/bgiframe.js" />

<target name="all" depends="clean,qtip,lint,css,images,min,pack" description="Builds qTip including minified, packed JS files, as well as images and CSS" />

Expand All @@ -29,11 +31,7 @@
<fileset file="${SRC_DIR}/header.txt" />
<fileset file="${SRC_DIR}/intro.js" />
<fileset file="${SRC_DIR}/core.js" />
<fileset file="${SRC_DIR}/ajax.js" />
<fileset file="${SRC_DIR}/tips.js" />
<fileset file="${SRC_DIR}/imagemap.js" />
<fileset file="${SRC_DIR}/modal.js" />
<fileset file="${SRC_DIR}/bgiframe.js" />
<filelist files="${PLUGINS}"/>
<fileset file="${SRC_DIR}/outro.js" />
</concat>

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Thu Aug 19 19:28:14 2010 +0100
* Date: Thu Aug 19 20:57:19 2010 +0100
*/

.ui-tooltip-accessible{
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Thu Aug 19 19:28:14 2010 +0100
* Date: Thu Aug 19 20:57:19 2010 +0100
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.qtip.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 052b80f

Please sign in to comment.