[Avida-cvs] [Avida2-svn] r147 - trunk/source/python

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Fri Apr 15 00:38:43 PDT 2005


Author: kaben
Date: 2005-04-15 03:38:43 -0400 (Fri, 15 Apr 2005)
New Revision: 147

Modified:
   trunk/source/python/setup_osx.py.in
Log:

* Disabled transfer of config files into Avida-ED application.
  - I will at some point try to automatically transfer and unpack
    Brian's default workspace into application.



Modified: trunk/source/python/setup_osx.py.in
===================================================================
--- trunk/source/python/setup_osx.py.in	2005-04-15 07:37:10 UTC (rev 146)
+++ trunk/source/python/setup_osx.py.in	2005-04-15 07:38:43 UTC (rev 147)
@@ -55,16 +55,16 @@
       # script to launch AvidaEd from command-line, then drop into
       # python shell (for convenience of developers)
       [ '${CMAKE_CURRENT_SOURCE_DIR}/AvidaEd-interactive.py' ]
-      +
-      # Avida configuration files
-      # FIXME # these only temporarily live in Resources, until we make
-      # a file-open dialog.
-      # @kgn
-      [
-        '${PROJECT_SOURCE_DIR}/source/support/' + configuration_file
-        for configuration_file in ['genesis', 'environment.cfg',
-        'events.cfg', 'inst_set.default', 'organism.default']
-      ]
+      #+
+      ## Avida configuration files
+      ## FIXME # these only temporarily live in Resources, until we make
+      ## a file-open dialog.
+      ## @kgn
+      #[
+      #  '${PROJECT_SOURCE_DIR}/source/support/' + configuration_file
+      #  for configuration_file in ['genesis', 'environment.cfg',
+      #  'events.cfg', 'inst_set.default', 'organism.default']
+      #]
     ),
   ]
   # subversion metadata files




More information about the Avida-cvs mailing list