Attempting to fix dependencies in the Ruby cluster - in trunk the build works by chance. installer_december_2010
authorpjiricka@netbeans.org
Wed, 05 Jan 2011 18:00:01 +0100
branchinstaller_december_2010
changeset 191090ada9735b6e86
parent 191089 1d5f6c679e60
child 191095 282599e8de47
Attempting to fix dependencies in the Ruby cluster - in trunk the build works by chance.
o.jruby.distro/nbproject/project.xml
     1.1 --- a/o.jruby.distro/nbproject/project.xml	Mon Dec 20 23:06:17 2010 +0100
     1.2 +++ b/o.jruby.distro/nbproject/project.xml	Wed Jan 05 18:00:01 2011 +0100
     1.3 @@ -4,7 +4,15 @@
     1.4      <configuration>
     1.5          <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
     1.6              <code-name-base>org.jruby.distro</code-name-base>
     1.7 -            <module-dependencies/>
     1.8 +            <module-dependencies>
     1.9 +                <dependency>
    1.10 +                    <code-name-base>org.jruby</code-name-base>
    1.11 +                    <run-dependency>
    1.12 +                        <release-version>1</release-version>
    1.13 +                        <specification-version>0.121</specification-version>
    1.14 +                    </run-dependency>
    1.15 +                </dependency>
    1.16 +            </module-dependencies>
    1.17              <public-packages/>
    1.18          </data>
    1.19      </configuration>