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

Commit

Permalink
Filenames now reverted back to jquery.qtip. instead of .qtip2. for ve…
Browse files Browse the repository at this point in the history
…rsionings sake
  • Loading branch information
Craga89 committed Dec 8, 2010
1 parent dfee444 commit 1e453d9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -23,10 +23,10 @@ CSS_MODULES = ${SRC_DIR}/header.txt\
${SRC_DIR}/modal.css\
${SRC_DIR}/extra.css

QTIP = ${DIST_DIR}/jquery.qtip2.js
QTIP_MIN = ${DIST_DIR}/jquery.qtip2.min.js
QTIP_PACK = ${DIST_DIR}/jquery.qtip2.pack.js
QTIP_CSS = ${DIST_DIR}/jquery.qtip2.css
QTIP = ${DIST_DIR}/jquery.qtip.js
QTIP_MIN = ${DIST_DIR}/jquery.qtip.min.js
QTIP_PACK = ${DIST_DIR}/jquery.qtip.pack.js
QTIP_CSS = ${DIST_DIR}/jquery.qtip.css
QTIP_IMG = ${DIST_DIR}/images

QTIP_VER = `cat version.txt`
Expand Down
8 changes: 4 additions & 4 deletions build.xml
Expand Up @@ -10,10 +10,10 @@
<property name="DIST_DIR" value="./dist" description="Compiled qTip folder" />
<property name="IMG_DIR" value="./images" description="Images folder" />

<property name="QTIP" value="${DIST_DIR}/jquery.qtip2.js" />
<property name="QTIP_MIN" value="${DIST_DIR}/jquery.qtip2.min.js" />
<property name="QTIP_PACK" value="${DIST_DIR}/jquery.qtip2.pack.js" />
<property name="QTIP_CSS" value="${DIST_DIR}/jquery.qtip2.css" />
<property name="QTIP" value="${DIST_DIR}/jquery.qtip.js" />
<property name="QTIP_MIN" value="${DIST_DIR}/jquery.qtip.min.js" />
<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" />
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip2.css → 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: Wed Dec 8 14:18:53 2010 +0000
* Date: Wed Dec 8 14:19:21 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip2.js → 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: Wed Dec 8 14:18:53 2010 +0000
* Date: Wed Dec 8 14:19:21 2010 +0000
*/

"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.qtip2.min.js → 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.qtip2.pack.js → 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 1e453d9

Please sign in to comment.