Skip to content

Commit

Permalink
Removes the Java RTs from the runtime dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboudreau committed Dec 17, 2012
1 parent dd8aba4 commit 0c6e986
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
<dependency org="net.sf" name="pdfdoclet" rev="1.0.2"
conf="codegen->default" />
<dependency org="net.java.dev.javacc" name="javacc" rev="5.0"/>
<dependency org="com.sun" name="rt-jdk1.5" rev="1.5.0_22"/>
<dependency org="net.java.openjdk" name="rt-java6" rev="1.6.0_24"/>
<dependency org="com.sun" name="rt-jdk1.5" rev="1.5.0_22"
conf="codegen->default" />
<dependency org="net.java.openjdk" name="rt-java6" rev="1.6.0_24"
conf="codegen->default" />
</dependencies>
</ivy-module>

Expand Down

0 comments on commit 0c6e986

Please sign in to comment.