had to upgrade dependencies for module org.netbeans.modules.scala.editor: added = [module org.netbeans.modules.editor.indent.project/0 > 1.0, module org.openide.util.lookup > 8.0]
authorCaoyuan Deng <dcaoyuan@netbeans.org>
Thu, 03 Jun 2010 13:10:42 +0800
changeset 163137b3f113a98f5
parent 16312 1a71977c4e71
child 16314 92571a644d78
had to upgrade dependencies for module org.netbeans.modules.scala.editor: added = [module org.netbeans.modules.editor.indent.project/0 > 1.0, module org.openide.util.lookup > 8.0]
scala.editor/nbproject/project.xml
     1.1 --- a/scala.editor/nbproject/project.xml	Sat May 29 18:34:34 2010 +0800
     1.2 +++ b/scala.editor/nbproject/project.xml	Thu Jun 03 13:10:42 2010 +0800
     1.3 @@ -85,7 +85,16 @@
     1.4                      <compile-dependency/>
     1.5                      <run-dependency>
     1.6                          <release-version>2</release-version>
     1.7 -                        <specification-version>1.10</specification-version>
     1.8 +                        <specification-version>1.20</specification-version>
     1.9 +                    </run-dependency>
    1.10 +                </dependency>
    1.11 +                <dependency>
    1.12 +                    <code-name-base>org.netbeans.modules.editor.indent.project</code-name-base>
    1.13 +                    <build-prerequisite/>
    1.14 +                    <compile-dependency/>
    1.15 +                    <run-dependency>
    1.16 +                        <release-version>0-1</release-version>
    1.17 +                        <specification-version>1.2</specification-version>
    1.18                      </run-dependency>
    1.19                  </dependency>
    1.20                  <dependency>
    1.21 @@ -320,6 +329,14 @@
    1.22                      </run-dependency>
    1.23                  </dependency>
    1.24                  <dependency>
    1.25 +                    <code-name-base>org.openide.util.lookup</code-name-base>
    1.26 +                    <build-prerequisite/>
    1.27 +                    <compile-dependency/>
    1.28 +                    <run-dependency>
    1.29 +                        <specification-version>8.4</specification-version>
    1.30 +                    </run-dependency>
    1.31 +                </dependency>
    1.32 +                <dependency>
    1.33                      <code-name-base>org.openide.windows</code-name-base>
    1.34                      <build-prerequisite/>
    1.35                      <compile-dependency/>