Author: reinhard Date: 2010-04-20 15:56:11 -0500 (Tue, 20 Apr 2010) New Revision: 10162
Added: trunk/gnue-designer/.bzrignore trunk/gnue-designer/README.bzr trunk/gnue-designer/setup.bzr Removed: trunk/gnue-designer/README.svn trunk/gnue-designer/setup.svn Modified: trunk/gnue-designer/ Log: Migrated developer install scripts from Subversion to Bazaar. Property changes on: trunk/gnue-designer ___________________________________________________________________ Name: bzr:revision-info + timestamp: 2010-04-09 20:46:59.464999914 +0200 committer: Reinhard Müller <reinhard.muel...@bytewise.at> properties: branch-nick: designer Name: bzr:file-ids + .bzrignore bzrignore-20100409182609-6baidpap5i769uy4-1 README.bzr 9...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-designer:README.svn setup.bzr 9...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-designer:setup.svn Name: bzr:ancestry:v3-single1-dHJ1bmsvZ251ZS1kZXNpZ25lcg.. + reinhard.muel...@bytewise.at-20100409182856-pnaovf3ii6cmmfsi Name: bzr:revision-id:v3-single1-dHJ1bmsvZ251ZS1kZXNpZ25lcg.. + 936 reinhard.muel...@bytewise.at-20100409184659-hwtylspiv9x4fkv9 Added: trunk/gnue-designer/.bzrignore =================================================================== --- trunk/gnue-designer/.bzrignore (rev 0) +++ trunk/gnue-designer/.bzrignore 2010-04-20 20:56:11 UTC (rev 10162) @@ -0,0 +1,4 @@ +po/STATISTICS +po/*.gmo +scripts/gdes +scripts/gfdes Copied: trunk/gnue-designer/README.bzr (from rev 10080, trunk/gnue-designer/README.svn) =================================================================== --- trunk/gnue-designer/README.bzr (rev 0) +++ trunk/gnue-designer/README.bzr 2010-04-20 20:56:11 UTC (rev 10162) @@ -0,0 +1,21 @@ +Developer Installation Instructions +=================================== + +If you have downloaded gnue-designer from the Bazaar repository (which you +most probably have, because you wouldn't see this file otherwise), you can +install and configure everything like described in the file "INSTALL". + +However, GNU Enterprise supports parallel use of an "installed" version and one +or several "development" versions by providing a "developer install" script +that uses different names for the programs. + +After downloading all the tools you want to have from the Bazaar repository, +you just to run ./setup-bzr.py in the gnue-common directory. + +With the developer installation, you have to substitute the commands of the +gnue-designer package as follows: + +gnue-designer -> gdes + +Also, you will find all relevant files and directories in ~/gnue instead of +/usr/local/gnue. Deleted: trunk/gnue-designer/README.svn =================================================================== --- trunk/gnue-designer/README.svn 2010-04-20 20:54:40 UTC (rev 10161) +++ trunk/gnue-designer/README.svn 2010-04-20 20:56:11 UTC (rev 10162) @@ -1,21 +0,0 @@ -Developer Installation Instructions -=================================== - -If you have downloaded gnue-designer from the subversion repository (which you -most probably have, because you wouldn't see this file otherwise), you can -install and configure everything like described in the file "INSTALL". - -However, GNU Enterprise supports parallel use of an "installed" version and one -or several "development" versions by providing a "developer install" script -that uses different names for the programs. - -After downloading all the tools you want to have from the subversion -repository, you just to run ./setup-svn.py in the gnue-common directory. - -With the developer installation, you have to substitute the commands of the -gnue-designer package as follows: - -gnue-designer -> gdes - -Also, you will find all relevant files and directories in ~/gnue instead of -/usr/local/gnue. Copied: trunk/gnue-designer/setup.bzr (from rev 10080, trunk/gnue-designer/setup.svn) =================================================================== --- trunk/gnue-designer/setup.bzr (rev 0) +++ trunk/gnue-designer/setup.bzr 2010-04-20 20:56:11 UTC (rev 10162) @@ -0,0 +1,33 @@ +# +# This file is part of GNU Enterprise. +# +# GNU Enterprise is free software; you can redistribute it +# and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 3, or (at your option) any later version. +# +# GNU Enterprise 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with program; see the file COPYING. If not, +# write to the Free Software Foundation, Inc., 59 Temple Place +# - Suite 330, Boston, MA 02111-1307, USA. +# +# Copyright 2001-2010 Free Software Foundation +# +# ******************** +# NOTE: +# This file is parsed/run by gnue-common's setup-bzr.py script. +# If you are attempting to set up a Bazaar install environment, +# please run that file. This file is not a standalone script. +# ******************** + +linkModule ('src/', 'designer') + +createShell ('gfdes', 'gnue-designer') +createShell ('gdes', 'gnue-designer') + +createLink ('images', '%s/share/gnue/images/designer' % CONFDIR, overwrite=1) Deleted: trunk/gnue-designer/setup.svn =================================================================== --- trunk/gnue-designer/setup.svn 2010-04-20 20:54:40 UTC (rev 10161) +++ trunk/gnue-designer/setup.svn 2010-04-20 20:56:11 UTC (rev 10162) @@ -1,34 +0,0 @@ -# -# This file is part of GNU Enterprise. -# -# GNU Enterprise is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public -# License as published by the Free Software Foundation; either -# version 3, or (at your option) any later version. -# -# GNU Enterprise 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with program; see the file COPYING. If not, -# write to the Free Software Foundation, Inc., 59 Temple Place -# - Suite 330, Boston, MA 02111-1307, USA. -# -# Copyright 2001-2006 Free Software Foundation -# -# ******************** -# NOTE: -# This file is parsed/run by gnue-common's setup-svn.py script. -# If you are attempting to set up a CVS install environment, please -# run that file. This file is not a standalone script. -# ******************** -# - -linkModule ('src/', 'designer') - -createShell ('gfdes', 'gnue-designer') -createShell ('gdes', 'gnue-designer') - -createLink ('images', '%s/share/gnue/images/designer' % CONFDIR, overwrite=1) _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue