[Mathlib-commitlog] SF.net SVN: mathlib:[813] JMathLib/trunk/src/jmathlib/toolbox/jmathlib/ system
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-01 12:38:21
|
Revision: 813
http://mathlib.svn.sourceforge.net/mathlib/?rev=813&view=rev
Author: st_mueller
Date: 2009-02-01 12:38:19 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
changed location of webfunctionslist.dat
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/createfunctionslist.java
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/createfunctionslist.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/createfunctionslist.java 2009-02-01 12:37:09 UTC (rev 812)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/createfunctionslist.java 2009-02-01 12:38:19 UTC (rev 813)
@@ -1,4 +1,3 @@
-package jmathlib.toolbox.jmathlib.system;
/* This file is part or JMathLib
@@ -8,6 +7,7 @@
//ToDo: do not include empty directories in the list
// relative path names
+package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.tokens.*;
import jmathlib.core.tokens.numbertokens.DoubleNumberToken;
@@ -60,7 +60,6 @@
// create file to store all class-, m-files and images
File funcFile = new File(globals.getWorkingDirectory().getAbsoluteFile() +
File.separator + "bin" +
- File.separator + "jmathlib" +
File.separator + "webFunctionsList.dat");
BufferedWriter outWriter = new BufferedWriter( new FileWriter(funcFile));
ErrorLogger.debugLine("funcFile ="+funcFile.toString());
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|