Author: reinhard Date: 2010-04-20 15:54:40 -0500 (Tue, 20 Apr 2010) New Revision: 10161
Added: trunk/gnue-navigator/.bzrignore trunk/gnue-navigator/README.bzr trunk/gnue-navigator/setup.bzr Removed: trunk/gnue-navigator/README.svn trunk/gnue-navigator/setup.svn Modified: trunk/gnue-navigator/ Log: Migrated developer install scripts from Subversion to Bazaar. Property changes on: trunk/gnue-navigator ___________________________________________________________________ Name: bzr:revision-info + timestamp: 2010-04-09 20:48:29.444999933 +0200 committer: Reinhard Müller <reinhard.muel...@bytewise.at> properties: branch-nick: navigator Name: bzr:file-ids + .bzrignore bzrignore-20100409182715-qx055j01ougb3yfv-1 README.bzr 9...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-navigator:README.svn setup.bzr 9...@3a364389-8fce-0310-8f11-cc363fde16c7:trunk%2Fgnue-navigator:setup.svn Name: bzr:ancestry:v3-single1-dHJ1bmsvZ251ZS1uYXZpZ2F0b3I. + reinhard.muel...@bytewise.at-20100409182858-zn1cp1la8jxtmcpv Name: bzr:revision-id:v3-single1-dHJ1bmsvZ251ZS1uYXZpZ2F0b3I. + 290 reinhard.muel...@bytewise.at-20100409184829-w7rb20eikzmcg47j Added: trunk/gnue-navigator/.bzrignore =================================================================== --- trunk/gnue-navigator/.bzrignore (rev 0) +++ trunk/gnue-navigator/.bzrignore 2010-04-20 20:54:40 UTC (rev 10161) @@ -0,0 +1,3 @@ +po/STATISTICS +po/*.gmo +scripts/gncvs Copied: trunk/gnue-navigator/README.bzr (from rev 10141, trunk/gnue-navigator/README.svn) =================================================================== --- trunk/gnue-navigator/README.bzr (rev 0) +++ trunk/gnue-navigator/README.bzr 2010-04-20 20:54:40 UTC (rev 10161) @@ -0,0 +1,21 @@ +Developer Installation Instructions +=================================== + +If you have downloaded gnue-navigator 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-navigator package as follows: + +gnue-navigator -> gncvs + +Also, you will find all relevant files and directories in ~/gnue instead of +/usr/local/gnue. Deleted: trunk/gnue-navigator/README.svn =================================================================== --- trunk/gnue-navigator/README.svn 2010-04-20 20:52:57 UTC (rev 10160) +++ trunk/gnue-navigator/README.svn 2010-04-20 20:54:40 UTC (rev 10161) @@ -1,21 +0,0 @@ -Developer Installation Instructions -=================================== - -If you have downloaded gnue-navigator 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-navigator package as follows: - -gnue-navigator -> gncvs - -Also, you will find all relevant files and directories in ~/gnue instead of -/usr/local/gnue. Copied: trunk/gnue-navigator/setup.bzr (from rev 10141, trunk/gnue-navigator/setup.svn) =================================================================== --- trunk/gnue-navigator/setup.bzr (rev 0) +++ trunk/gnue-navigator/setup.bzr 2010-04-20 20:54:40 UTC (rev 10161) @@ -0,0 +1,30 @@ +# +# 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/', 'navigator') + +createShell ('gncvs', 'gnue-navigator') Deleted: trunk/gnue-navigator/setup.svn =================================================================== --- trunk/gnue-navigator/setup.svn 2010-04-20 20:52:57 UTC (rev 10160) +++ trunk/gnue-navigator/setup.svn 2010-04-20 20:54:40 UTC (rev 10161) @@ -1,30 +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/', 'navigator') -createShell ('gncvs', 'gnue-navigator') _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue