|
From: <mor...@us...> - 2009-02-05 05:33:56
|
Revision: 3385
http://ecell.svn.sourceforge.net/ecell/?rev=3385&view=rev
Author: moriyoshi
Date: 2009-02-05 05:33:51 +0000 (Thu, 05 Feb 2009)
Log Message:
-----------
* Forgot to fix these files.
Modified Paths:
--------------
ecell3/branches/ecell-3.1/doc/samples/Makefile.am
ecell3/branches/ecell-3.1/ecell/pyecell/Makefile.am
Modified: ecell3/branches/ecell-3.1/doc/samples/Makefile.am
===================================================================
--- ecell3/branches/ecell-3.1/doc/samples/Makefile.am 2009-02-05 05:05:09 UTC (rev 3384)
+++ ecell3/branches/ecell-3.1/doc/samples/Makefile.am 2009-02-05 05:33:51 UTC (rev 3385)
@@ -12,7 +12,7 @@
branchG \
ga \
heatshock \
- sessionmanager \
+ session_manager \
simple \
tauleap
Modified: ecell3/branches/ecell-3.1/ecell/pyecell/Makefile.am
===================================================================
--- ecell3/branches/ecell-3.1/ecell/pyecell/Makefile.am 2009-02-05 05:05:09 UTC (rev 3384)
+++ ecell3/branches/ecell-3.1/ecell/pyecell/Makefile.am 2009-02-05 05:33:51 UTC (rev 3385)
@@ -49,15 +49,15 @@
ecell/yacc.py \
ecell/_tableio.c \
ecell/README.TableIO \
- ecell/SessionManager/__init__.py \
- ecell/SessionManager/Globus4Proxy.py \
- ecell/SessionManager/LocalProxy.py \
- ecell/SessionManager/SessionManager.py \
- ecell/SessionManager/Constants.py \
- ecell/SessionManager/LSFProxy.py \
- ecell/SessionManager/Util.py \
- ecell/SessionManager/Globus2Proxy.py \
- ecell/SessionManager/SGEProxy.py \
+ ecell/session_manager/Constants.py \
+ ecell/session_manager/Globus2Proxy.py \
+ ecell/session_manager/Globus4Proxy.py \
+ ecell/session_manager/LSFProxy.py \
+ ecell/session_manager/LocalProxy.py \
+ ecell/session_manager/SGEProxy.py \
+ ecell/session_manager/SessionManager.py \
+ ecell/session_manager/Util.py \
+ ecell/session_manager/__init__.py \
ecell/analysis/ControlCoefficient.py \
ecell/analysis/Elasticity.py \
ecell/analysis/Jacobian.py \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|