I noticed that several variables are missing from the TestDependent templates.
Btw: Maybe you should update the screenshot on
http://pydev.sourceforge.net/developers.html as there are more projects in CVS
now.
--
Felix Schwarz
Dipl.-Informatiker
Gubener Str. 38
10243 Berlin
Germany
www.schwarz.eu - software development and consulting
### Eclipse Workspace Patch 1.0
#P org.python.pydev.core
Index: tests/org/python/pydev/core/TestDependent.linux.template
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev.core/tests/org/python/pydev/core/TestDependent.linux.template,v
retrieving revision 1.1
diff -u -r1.1 TestDependent.linux.template
--- tests/org/python/pydev/core/TestDependent.linux.template 8 Aug 2007 00:29:27 -0000 1.1
+++ tests/org/python/pydev/core/TestDependent.linux.template 11 May 2008 20:45:14 -0000
@@ -49,14 +49,17 @@
public static final boolean HAS_SWT_ON_PATH = false;
public static final boolean HAS_NUMARRAY_INSTALLED = false;
public static final boolean HAS_MX_DATETIME = false;
+ public static final boolean HAS_NUMPY_INSTALLED = false;
public static final String PYTHON_MX_PACKAGES = null;
+ public static final String PYTHON_PIL_PACKAGES = null;
+ public static final String PYTHON_NUMPY_PACKAGES = null;
+ public static final boolean HAS_PIL = false;
public static boolean HAS_CYGWIN = false;
public static String CYGWIN_PYTHON_EXE="E:/install/Utils.Cygwin/bin/python2.4.exe";
public static final String CYGWIN_CYGPATH_LOCATION = "c:/bin/cygwin/bin/cygpath.exe";
public static final String CYGWIN_UNIX_CYGPATH_LOCATION = "/usr/bin/cygpath.exe";
public static final boolean HAS_PYTHON_TESTS = false;
-
}
Index: tests/org/python/pydev/core/TestDependent.windows.template
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev.core/tests/org/python/pydev/core/TestDependent.windows.template,v
retrieving revision 1.1
diff -u -r1.1 TestDependent.windows.template
--- tests/org/python/pydev/core/TestDependent.windows.template 8 Aug 2007 10:59:36 -0000 1.1
+++ tests/org/python/pydev/core/TestDependent.windows.template 11 May 2008 20:45:14 -0000
@@ -48,8 +48,14 @@
public static final boolean HAS_GLU_INSTALLED = false;
public static final boolean HAS_SWT_ON_PATH = false;
public static final boolean HAS_NUMARRAY_INSTALLED = false;
- public static final boolean HAS_MX_DATETIME = true;
+ public static final boolean HAS_MX_DATETIME = false;
+ public static final boolean HAS_NUMPY_INSTALLED = false;
+
+ public static final String PYTHON_MX_PACKAGES = null;
+ public static final String PYTHON_PIL_PACKAGES = null;
+ public static final String PYTHON_NUMPY_PACKAGES = null;
+ public static final boolean HAS_PIL = false;
public static boolean HAS_CYGWIN = false;
public static String CYGWIN_PYTHON_EXE="E:/install/Utils.Cygwin/bin/python2.4.exe";
public static final String CYGWIN_CYGPATH_LOCATION = "c:/bin/cygwin/bin/cygpath.exe";
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code