------------------------------------------------------------ revno: 1024 committer: Jon Phillips <[email protected]> branch nick: public timestamp: Sun 2012-01-15 22:57:04 +0800 message: got rid of some other Makefiles that got missed removed: assets/apps/admin/Makefile.am assets/apps/admin/images/Makefile.am assets/apps/admin/images/icons/Makefile.am assets/apps/admin/update/Makefile.am assets/apps/captcha/Makefile.am assets/javascript/codemirror/Makefile.am assets/javascript/codemirror/css/Makefile.am assets/javascript/codemirror/js/Makefile.am assets/javascript/jquery/css/smoothness/Makefile.am assets/javascript/jquery/css/smoothness/images/Makefile.am assets/javascript/jquery/plugins/jstree/themes/Makefile.am assets/javascript/jquery/plugins/jstree/themes/default/Makefile.am assets/javascript/plupload/Makefile.am assets/javascript/plupload/img/Makefile.am modified: bootstrap.php
-- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk Your team Aiki Framework Developers is subscribed to branch lp:aikiframework. To unsubscribe from this branch go to https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== removed file 'assets/apps/admin/Makefile.am' --- assets/apps/admin/Makefile.am 2011-11-17 16:39:35 +0000 +++ assets/apps/admin/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,51 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (c) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - aikiflow.php \ - config.php \ - control_panel.js \ - database_forms.php \ - events.php \ - run_sql.php \ - urls_widgets.php \ - log_view.php - -# Subdirectories to be built -SUBDIRS = \ - images \ - update - -# Subdirectories to distribute -DIST_SUBDIRS = \ - images \ - update - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/apps/admin - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/apps/admin/images/Makefile.am' --- assets/apps/admin/images/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/apps/admin/images/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,49 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (c) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - accordion_active.png \ - accordion_default.png \ - aiki-icon.png \ - input_bg.png \ - input_button_active.png \ - input_button.png \ - logo.png \ - vgrabber.gif - -# Subdirectories to be built -SUBDIRS = \ - icons - -# Subdirectories to distribute -DIST_SUBDIRS = \ - icons - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/apps/admin/images - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/apps/admin/images/icons/Makefile.am' --- assets/apps/admin/images/icons/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/apps/admin/images/icons/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,55 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (c) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - application_form.png \ - bullet_go.png \ - chart_organisation.png \ - database.png \ - group.png \ - images.png \ - layout_add.png \ - layout_content.png \ - link_add.png \ - link.png \ - page_gear.png \ - page_link.png \ - shape_square.png \ - textfield_rename.png \ - user.png \ - world.png - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/apps/admin/images/icons - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/apps/admin/update/Makefile.am' --- assets/apps/admin/update/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/apps/admin/update/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,50 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (c) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - backup.php \ - check.php \ - cleanup.php \ - decompress.php \ - download.php \ - instruct.php \ - overwrite.php \ - revert.php \ - update.js \ - update.php \ - validate.php - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/apps/admin/update - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/apps/captcha/Makefile.am' --- assets/apps/captcha/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/apps/captcha/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,41 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (c) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - captcha.php \ - captcha.png - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/apps/captcha - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/javascript/codemirror/Makefile.am' --- assets/javascript/codemirror/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/codemirror/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,105 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (c) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = - -# Subdirectories to be built -SUBDIRS = \ - css \ - js - -# Subdirectories to distribute -DIST_SUBDIRS = \ - css \ - js - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The suffix of the path to put the files -suffix_dir = assets/javascript/codemirror -thirdlibdir = third-party/codemirror - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/$(suffix_dir) - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) - -# the default make target -all : -# attempt to make the target directory -# copy the source to the build source and remove some extras - @if $(TEST) -d $(abs_top_srcdir)/_build; then \ - $(MKDIR) -p $(abs_top_srcdir)/_build/src/$(suffix_dir); \ - $(CHMOD) 0755 $(abs_top_srcdir)/_build/src/$(suffix_dir); \ - for f in $(aiki_src_files); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$f \ - $(abs_top_srcdir)/_build/src/$(suffix_dir)/; \ - done; \ - for d in $(SUBDIRS); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$d \ - $(abs_top_srcdir)/_build/src/$(suffix_dir)/; \ - done; \ - else \ - if $(TEST) -d $(abs_top_srcdir)/build; then \ - $(MKDIR) -p $(abs_top_srcdir)/build/src/$(suffix_dir); \ - $(CHMOD) 0755 $(abs_top_srcdir)/build/src/$(suffix_dir); \ - for f in $(aiki_src_files); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$f \ - $(abs_top_srcdir)/build/src/$(suffix_dir)/; \ - done; \ - for d in $(SUBDIRS); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$d \ - $(abs_top_srcdir)/build/src/$(suffix_dir)/; \ - done; \ - fi; \ - fi - -# the distribution make target -dist : - @if $(TEST) -d $(abs_top_srcdir)/_build; then \ - $(MKDIR) -p $(abs_top_srcdir)/_build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir); \ - $(CHMOD) 0755 $(abs_top_srcdir)/_build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir); \ - for f in $(aiki_src_files); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$f \ - $(abs_top_srcdir)/_build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir)/; \ - done; \ - for d in $(SUBDIRS); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$d \ - $(abs_top_srcdir)/_build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir)/; \ - done; \ - else \ - if $(TEST) -d $(abs_top_srcdir)/build; then \ - $(MKDIR) -p $(abs_top_srcdir)/build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir); \ - $(CHMOD) 0755 $(abs_top_srcdir)/build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir); \ - for f in $(aiki_src_files); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$f \ - $(abs_top_srcdir)/build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir)/; \ - done; \ - for d in $(SUBDIRS); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$d \ - $(abs_top_srcdir)/build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir)/; \ - done; \ - fi; \ - fi === removed file 'assets/javascript/codemirror/css/Makefile.am' --- assets/javascript/codemirror/css/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/codemirror/css/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,45 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (c) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - csscolors.css \ - docs.css \ - jscolors.css \ - phpcolors.css \ - sparqlcolors.css \ - xmlcolors.css - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/javascript/codemirror/css - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/javascript/codemirror/js/Makefile.am' --- assets/javascript/codemirror/js/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/codemirror/js/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,58 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (C) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - codemirror.js \ - editor.js \ - highlight.js \ - mirrorframe.js \ - parsecss.js \ - parsedummy.js \ - parsehtmlmixed.js \ - parsejavascript.js \ - parsephphtmlmixed.js \ - parsephp.js \ - parsesparql.js \ - parsexml.js \ - select.js \ - stringstream.js \ - tokenizejavascript.js \ - tokenize.js \ - tokenizephp.js \ - undo.js \ - util.js - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/javascript/codemirror/js - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/javascript/jquery/css/smoothness/Makefile.am' --- assets/javascript/jquery/css/smoothness/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/jquery/css/smoothness/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,42 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (C) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - jquery-ui-1.7.1.custom.css - -# Subdirectories to be built -SUBDIRS = \ - images - -# Subdirectories to distribute -DIST_SUBDIRS = \ - images - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/javascript/jquery/css/smoothness - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/javascript/jquery/css/smoothness/images/Makefile.am' --- assets/javascript/jquery/css/smoothness/images/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/jquery/css/smoothness/images/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,52 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (C) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - ui-bg_flat_0_aaaaaa_40x100.png \ - ui-bg_flat_75_ffffff_40x100.png \ - ui-bg_glass_55_fbf9ee_1x400.png \ - ui-bg_glass_65_ffffff_1x400.png \ - ui-bg_glass_75_dadada_1x400.png \ - ui-bg_glass_75_e6e6e6_1x400.png \ - ui-bg_glass_95_fef1ec_1x400.png \ - ui-bg_highlight-soft_75_cccccc_1x100.png \ - ui-icons_222222_256x240.png \ - ui-icons_2e83ff_256x240.png \ - ui-icons_454545_256x240.png \ - ui-icons_888888_256x240.png \ - ui-icons_cd0a0a_256x240.png - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/javascript/jquery/css/smoothness/images - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/javascript/jquery/plugins/jstree/themes/Makefile.am' --- assets/javascript/jquery/plugins/jstree/themes/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/jquery/plugins/jstree/themes/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,44 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (C) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - marker.gif \ - plus.gif \ - remove.png - -# Subdirectories to be built -SUBDIRS = \ - default - -# Subdirectories to distribute -DIST_SUBDIRS = \ - default - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/javascript/jquery/plugins/jstree/themes - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/javascript/jquery/plugins/jstree/themes/default/Makefile.am' --- assets/javascript/jquery/plugins/jstree/themes/default/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/jquery/plugins/jstree/themes/default/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,54 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (C) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - context.gif \ - create.png \ - dot.gif \ - fminus.gif \ - fminus_rtl.gif \ - fplus.gif \ - fplus_rtl.gif \ - f.png \ - lastli.gif \ - lastli_rtl.gif \ - li.gif \ - remove.png \ - rename.png \ - style.css \ - throbber.gif - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/javascript/jquery/plugins/jstree/themes/default - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === removed file 'assets/javascript/plupload/Makefile.am' --- assets/javascript/plupload/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/plupload/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,110 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (C) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - browserplus-min.js \ - gears_init.js \ - jquery.plupload.queue.min.js \ - plupload.flash.swf \ - plupload.full.min.js \ - plupload.queue.css \ - upload.php - -# Subdirectories to be built -SUBDIRS = \ - img - -# Subdirectories to distribute -DIST_SUBDIRS = \ - img - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The suffix of the path to put the files -suffix_dir = assets/javascript/plupload -thirdlibdir = third-party/plupload - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/$(suffix_dir) - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) - -# the default make target -all : -# attempt to make the target directory -# copy the source to the build source and remove some extras - @if $(TEST) -d $(abs_top_srcdir)/_build; then \ - $(MKDIR) -p $(abs_top_srcdir)/_build/src/$(suffix_dir); \ - $(CHMOD) 0755 $(abs_top_srcdir)/_build/src/$(suffix_dir); \ - for f in $(aiki_src_files); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$f \ - $(abs_top_srcdir)/_build/src/$(suffix_dir)/; \ - done; \ - for d in $(SUBDIRS); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$d \ - $(abs_top_srcdir)/_build/src/$(suffix_dir)/; \ - done; \ - else \ - if $(TEST) -d $(abs_top_srcdir)/build; then \ - $(MKDIR) -p $(abs_top_srcdir)/build/src/$(suffix_dir); \ - $(CHMOD) 0755 $(abs_top_srcdir)/build/src/$(suffix_dir); \ - for f in $(aiki_src_files); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$f \ - $(abs_top_srcdir)/build/src/$(suffix_dir)/; \ - done; \ - for d in $(SUBDIRS); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$d \ - $(abs_top_srcdir)/build/src/$(suffix_dir)/; \ - done; \ - fi; \ - fi - -# the distribution make target -dist : - @if $(TEST) -d $(abs_top_srcdir)/_build; then \ - $(MKDIR) -p $(abs_top_srcdir)/_build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir); \ - $(CHMOD) 0755 $(abs_top_srcdir)/_build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir); \ - for f in $(aiki_src_files); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$f \ - $(abs_top_srcdir)/_build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir)/; \ - done; \ - for d in $(SUBDIRS); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$d \ - $(abs_top_srcdir)/_build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir)/; \ - done; \ - else \ - if $(TEST) -d $(abs_top_srcdir)/build; then \ - $(MKDIR) -p $(abs_top_srcdir)/build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir); \ - $(CHMOD) 0755 $(abs_top_srcdir)/build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir); \ - for f in $(aiki_src_files); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$f \ - $(abs_top_srcdir)/build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir)/; \ - done; \ - for d in $(SUBDIRS); do \ - $(CP) -a $(abs_top_srcdir)/$(thirdlibdir)/$$d \ - $(abs_top_srcdir)/build/$(PACKAGE)-$(VERSION)/src/$(suffix_dir)/; \ - done; \ - fi; \ - fi === removed file 'assets/javascript/plupload/img/Makefile.am' --- assets/javascript/plupload/img/Makefile.am 2011-11-08 13:42:45 +0000 +++ assets/javascript/plupload/img/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,47 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (C) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_src_files = \ - backgrounds.gif \ - buttons-disabled.png \ - buttons.png \ - delete.gif \ - done.gif \ - error.gif \ - throbber.gif \ - transp50.png - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_src_files) - -# The directory to put the files -aiki_srcdir = \ - $(pkgdatadir)/assets/javascript/plupload/img - -# The source data -aiki_src_DATA = \ - $(aiki_src_files) === modified file 'bootstrap.php' --- bootstrap.php 2012-01-10 22:38:11 +0000 +++ bootstrap.php 2012-01-15 14:57:04 +0000 @@ -28,7 +28,7 @@ * @TODO: Need to integrat the bzr revno into this after the X.X.X.REVNO * since bassel nuked it because he didn't understand it. */ -define('AIKI_VERSION','0.8.25'); +define('AIKI_VERSION','0.8.26'); /** * Used to test for script access
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

