fix a11y to be able to compile on trunk
authorJiri Rechtacek <jrechtacek@netbeans.org>
Thu, 25 Jul 2013 15:57:13 +0200
changeset 17992c3bfa91f9c08
parent 17991 300783cebffc
child 17993 6d6a90b5ab9d
fix a11y to be able to compile on trunk
a11y/manifest.mf
a11y/nbproject/project.properties
a11y/nbproject/project.xml
     1.1 --- a/a11y/manifest.mf	Tue Jun 25 10:22:14 2013 +0200
     1.2 +++ b/a11y/manifest.mf	Thu Jul 25 15:57:13 2013 +0200
     1.3 @@ -2,7 +2,6 @@
     1.4  OpenIDE-Module: org.netbeans.modules.a11y/1
     1.5  OpenIDE-Module-Layer: org/netbeans/modules/a11y/layer.xml
     1.6  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/a11y/Bundle.properties
     1.7 -OpenIDE-Module-Specification-Version: 2.5
     1.8  
     1.9  Name: org/netbeans/modules/a11y/A11yAction.class
    1.10  OpenIDE-Module-Class: Action
     2.1 --- a/a11y/nbproject/project.properties	Tue Jun 25 10:22:14 2013 +0200
     2.2 +++ b/a11y/nbproject/project.properties	Thu Jul 25 15:57:13 2013 +0200
     2.3 @@ -38,3 +38,4 @@
     2.4  # made subject to such option by the copyright holder.
     2.5  
     2.6  nbm.distribution=http://a11y.netbeans.org/nbms/v2.5/a11y.nbm
     2.7 +spec.version.base=2.6
     3.1 --- a/a11y/nbproject/project.xml	Tue Jun 25 10:22:14 2013 +0200
     3.2 +++ b/a11y/nbproject/project.xml	Thu Jul 25 15:57:13 2013 +0200
     3.3 @@ -46,6 +46,14 @@
     3.4              <code-name-base>org.netbeans.modules.a11y</code-name-base>
     3.5              <module-dependencies>
     3.6                  <dependency>
     3.7 +                    <code-name-base>org.netbeans.libs.junit4</code-name-base>
     3.8 +                    <build-prerequisite/>
     3.9 +                    <compile-dependency/>
    3.10 +                    <run-dependency>
    3.11 +                        <specification-version>1.14</specification-version>
    3.12 +                    </run-dependency>
    3.13 +                </dependency>
    3.14 +                <dependency>
    3.15                      <code-name-base>org.netbeans.modules.form</code-name-base>
    3.16                      <build-prerequisite/>
    3.17                      <compile-dependency/>
    3.18 @@ -55,6 +63,15 @@
    3.19                      </run-dependency>
    3.20                  </dependency>
    3.21                  <dependency>
    3.22 +                    <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
    3.23 +                    <build-prerequisite/>
    3.24 +                    <compile-dependency/>
    3.25 +                    <run-dependency>
    3.26 +                        <release-version>1</release-version>
    3.27 +                        <specification-version>1.81</specification-version>
    3.28 +                    </run-dependency>
    3.29 +                </dependency>
    3.30 +                <dependency>
    3.31                      <code-name-base>org.openide.explorer</code-name-base>
    3.32                      <build-prerequisite/>
    3.33                      <compile-dependency/>
    3.34 @@ -92,10 +109,6 @@
    3.35                  </dependency>
    3.36              </module-dependencies>
    3.37              <public-packages/>
    3.38 -            <class-path-extension>
    3.39 -                <runtime-relative-path>ext/junit.jar</runtime-relative-path>
    3.40 -                <binary-origin>release/modules/ext/junit.jar</binary-origin>
    3.41 -            </class-path-extension>
    3.42          </data>
    3.43      </configuration>
    3.44  </project>