Remove the WARNING module org.jython does not own jython-2.7.0
authorJulien Enselme <jenselme@netbeans.org>
Wed, 23 Dec 2015 16:55:14 +0100
changeset 18358f74866c6b46c
parent 18357 c77d5f5ec3b8
child 18359 ae5ecf4f82aa
Remove the WARNING module org.jython does not own jython-2.7.0
python.core/src/org/netbeans/modules/python/api/PythonPlatformManager.java
     1.1 --- a/python.core/src/org/netbeans/modules/python/api/PythonPlatformManager.java	Wed Dec 23 14:44:51 2015 +0100
     1.2 +++ b/python.core/src/org/netbeans/modules/python/api/PythonPlatformManager.java	Wed Dec 23 16:55:14 2015 +0100
     1.3 @@ -73,7 +73,7 @@
     1.4  
     1.5          //TODO: 1. Do not hard-code platforms versions.
     1.6          //		2. Shouldn't Platform Manager go into python.platform?
     1.7 -        File jythonInstall = InstalledFileLocator.getDefault().locate("jython-2.7.0", "org.jython", false); // NOI18N
     1.8 +        File jythonInstall = InstalledFileLocator.getDefault().locate("jython-2.7.0", "org.jython.distro", false); // NOI18N
     1.9          if (!jythonInstall.exists()) {
    1.10              return null;
    1.11          }