Increase position of newly added node
authorRalph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Wed, 30 Mar 2016 19:21:05 +0200
changeset 183647f27e0517c1b
parent 18363 cb2b35194c5c
child 18365 230c663a8e62
Increase position of newly added node
python.project2/src/org/netbeans/modules/python/project2/PythonImportantFilesNodeFactory.java
     1.1 --- a/python.project2/src/org/netbeans/modules/python/project2/PythonImportantFilesNodeFactory.java	Mon Mar 14 10:30:15 2016 +0100
     1.2 +++ b/python.project2/src/org/netbeans/modules/python/project2/PythonImportantFilesNodeFactory.java	Wed Mar 30 19:21:05 2016 +0200
     1.3 @@ -50,7 +50,7 @@
     1.4   *
     1.5   * @author Julien Enselme <jenselme@netbeans.org>
     1.6   */
     1.7 -@NodeFactory.Registration(projectType = "org-netbeans-modules-python-project2", position = 200)
     1.8 +@NodeFactory.Registration(projectType = "org-netbeans-modules-python-project2", position = 300)
     1.9  public class PythonImportantFilesNodeFactory implements NodeFactory {
    1.10      @Override
    1.11      public NodeList createNodes(Project project) {