Author: reinhard Date: 2010-04-20 15:51:01 -0500 (Tue, 20 Apr 2010) New Revision: 10159
Added: trunk/gnue-forms/.bzrignore trunk/gnue-forms/README.bzr trunk/gnue-forms/setup.bzr Removed: trunk/gnue-forms/README.svn trunk/gnue-forms/setup.svn Modified: trunk/gnue-forms/ Log: Migrated developer install scripts from Subversion to Bazaar. Property changes on: trunk/gnue-forms ___________________________________________________________________ Name: bzr:revision-info + timestamp: 2010-04-09 20:47:45.733999968 +0200 committer: Reinhard Müller <reinhard.muel...@bytewise.at> properties: branch-nick: forms Name: bzr:file-ids + .bzrignore bzrignore-20100409182651-kaha01l7u96fzhjl-1 README.bzr 9...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:README.svn setup.bzr 9...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-forms:setup.svn Name: bzr:ancestry:v3-single1-dHJ1bmsvZ251ZS1mb3Jtcw.. + reinhard.muel...@bytewise.at-20100409182857-rk0mkqirjn05juww Name: bzr:revision-id:v3-single1-dHJ1bmsvZ251ZS1mb3Jtcw.. + 3115 reinhard.muel...@bytewise.at-20100409184745-uhvdg8r4tc2t42q3 Added: trunk/gnue-forms/.bzrignore =================================================================== --- trunk/gnue-forms/.bzrignore (rev 0) +++ trunk/gnue-forms/.bzrignore 2010-04-20 20:51:01 UTC (rev 10159) @@ -0,0 +1,3 @@ +po/STATISTICS +po/*.gmo +scripts/gfcvs Copied: trunk/gnue-forms/README.bzr (from rev 10150, trunk/gnue-forms/README.svn) =================================================================== --- trunk/gnue-forms/README.bzr (rev 0) +++ trunk/gnue-forms/README.bzr 2010-04-20 20:51:01 UTC (rev 10159) @@ -0,0 +1,21 @@ +Developer Installation Instructions +=================================== + +If you have downloaded gnue-forms 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-forms package as follows: + +gnue-forms -> gfcvs + +Also, you will find all relevant files and directories in ~/gnue instead of +/usr/local/gnue. Deleted: trunk/gnue-forms/README.svn =================================================================== --- trunk/gnue-forms/README.svn 2010-04-20 20:48:11 UTC (rev 10158) +++ trunk/gnue-forms/README.svn 2010-04-20 20:51:01 UTC (rev 10159) @@ -1,21 +0,0 @@ -Developer Installation Instructions -=================================== - -If you have downloaded gnue-forms 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-forms package as follows: - -gnue-forms -> gfcvs - -Also, you will find all relevant files and directories in ~/gnue instead of -/usr/local/gnue. Copied: trunk/gnue-forms/setup.bzr (from rev 10150, trunk/gnue-forms/setup.svn) =================================================================== --- trunk/gnue-forms/setup.bzr (rev 0) +++ trunk/gnue-forms/setup.bzr 2010-04-20 20:51:01 UTC (rev 10159) @@ -0,0 +1,36 @@ +# +# 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/', 'forms') + +createShell ('gfcvs', 'gnue-forms') + +createLink ('images', '%s/share/gnue/images/forms' % CONFDIR, overwrite=1) + +createDir('%s/share/gnue/forms' % CONFDIR) + +createLink ('defaults', '%s/share/gnue/forms/defaults' % CONFDIR, overwrite=1) Deleted: trunk/gnue-forms/setup.svn =================================================================== --- trunk/gnue-forms/setup.svn 2010-04-20 20:48:11 UTC (rev 10158) +++ trunk/gnue-forms/setup.svn 2010-04-20 20:51:01 UTC (rev 10159) @@ -1,37 +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-2003 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/', 'forms') - -createShell ('gfcvs', 'gnue-forms') - -createLink ('images', '%s/share/gnue/images/forms' % CONFDIR, overwrite=1) - -createDir('%s/share/gnue/forms' % CONFDIR) - -createLink ('defaults', '%s/share/gnue/forms/defaults' % CONFDIR, overwrite=1) _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue