Author: remi
Date: 2009-04-15 12:05:02 +0200 (Wed, 15 Apr 2009)
New Revision: 4512

Modified:
   
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/interpreters/GadgetInterpreterJava.py
Log:
* fixed bug with the java gadget interpreter.

Modified: 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/interpreters/GadgetInterpreterJava.py
===================================================================
--- 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/interpreters/GadgetInterpreterJava.py
   2009-04-15 09:56:54 UTC (rev 4511)
+++ 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/interpreters/GadgetInterpreterJava.py
   2009-04-15 10:05:02 UTC (rev 4512)
@@ -41,8 +41,7 @@
         """Set the working path (cwd) of the interpreter.
         @param workingPath: Working path.
         """
-        GadgetInterpreter.setWorkingPath(self, os.path.join(workingPath,
-            'libraries'))
+        GadgetInterpreter.setWorkingPath(self, workingPath)
         self.addClassPath(os.path.join(workingPath, 'libraries'))
 
     # 
--------------------------------------------------------------------------


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to