Skip to content

Commit

Permalink
Item13206: moved ui within Makefile system
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 6, 2016
1 parent 3d01c2c commit 36a9ba4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion JQueryPlugin/pub/System/JQueryPlugin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS=plugins themes ui
SUBDIRS=plugins
TARGET=\
noconflict.js \
jquery-1.9.1.js \
Expand Down
11 changes: 6 additions & 5 deletions JQueryPlugin/pub/System/JQueryPlugin/plugins/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUBDIRS=\
loader \
animate \
autocomplete \
bgiframe \
blockui \
Expand All @@ -23,6 +23,7 @@ SUBDIRS=\
imagesloaded \
innerfade \
livequery \
loader \
localscroll \
maskedinput \
masonry \
Expand All @@ -35,23 +36,23 @@ SUBDIRS=\
popupwindow \
queryobject \
rating \
render \
scrollto \
serialscroll \
shrinkurls \
simplemodal \
sprintf \
slimbox \
sprintf \
stars \
superfish \
supersubs \
tabpane \
textboxlist \
tmpl \
tooltip \
treeview \
ui \
validate \
wikiword \
render \
stars \
animate

-include ../Makefile.include

0 comments on commit 36a9ba4

Please sign in to comment.