Skip to content

Commit

Permalink
jline 2.7 should be released soon, and at least before preview2.
Browse files Browse the repository at this point in the history
Revert "Remove JLine from being seen by maven and jarjar'ing our internal committed version to a non-conflicting package (to be reverted for next release when jline 2.7 is out)"

This reverts commit 47d42eb.
  • Loading branch information
headius committed Jun 8, 2012
1 parent 96bba04 commit 9739565
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.xml
Expand Up @@ -435,8 +435,6 @@
<attribute name="Main-Class" value="org.jruby.Main"/>
</manifest>
<rule pattern="org.objectweb.asm.**" result="org.jruby.org.objectweb.asm.@1"/>
<rule pattern="jline.**" result="org.jruby.hidden.jline.@1"/>
<rule pattern="org.fusesource.**" result="org.jruby.hidden.org.fusesource.@1"/>
</jarjar>
<antcall target="_osgify-jar_">
<param name="bndfile" value="jruby.bnd" />
Expand Down Expand Up @@ -507,8 +505,6 @@
<attribute name="Main-Class" value="org.jruby.Main"/>
</manifest>
<rule pattern="org.objectweb.asm.**" result="org.jruby.org.objectweb.asm.@1"/>
<rule pattern="jline.**" result="org.jruby.hidden.jline.@1"/>
<rule pattern="org.fusesource.**" result="org.jruby.hidden.org.fusesource.@1"/>
</jarjar>
<antcall target="_osgify-jar_">
<param name="bndfile" value="jruby.bnd" />
Expand Down Expand Up @@ -674,8 +670,6 @@
<attribute name="Main-Class" value="${mainclass}"/>
</manifest>
<rule pattern="org.objectweb.asm.**" result="org.jruby.org.objectweb.asm.@1"/>
<rule pattern="jline.**" result="org.jruby.hidden.jline.@1"/>
<rule pattern="org.fusesource.**" result="org.jruby.hidden.org.fusesource.@1"/>
</jarjar>
<antcall target="_osgify-jar_">
<param name="bndfile" value="jruby-complete.bnd" />
Expand Down
5 changes: 5 additions & 0 deletions maven/jruby-complete/pom.xml
Expand Up @@ -59,6 +59,11 @@
<artifactId>snakeyaml</artifactId>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions maven/jruby-core/pom.xml
Expand Up @@ -59,6 +59,11 @@
<artifactId>snakeyaml</artifactId>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions maven/jruby/pom.xml
Expand Up @@ -59,6 +59,11 @@
<artifactId>snakeyaml</artifactId>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions maven/pom.xml
Expand Up @@ -115,6 +115,12 @@
<version>1.10</version>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.7</version>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down

0 comments on commit 9739565

Please sign in to comment.