jzujkowski / OrangeExtensions

A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 & 6.

Home Page:http://ymasory.github.com/OrangeExtensions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrangeExtensions

Build Status

A pluggable jar for the Apple Java Extensions, updated for Java 5 & 6##

Please see the project homepage for more information.

Build

[Note: Although I'm using sbt for compilation and deployment, this project does not use or depend on Scala in any way.]

Install sbt 0.12.0.

$ cd OrangeExtensions
$ sbt
> package

Your jar is in target/orange-extensions-x.x.x.jar, where x.x.x is the version number.

Install

Automatically

OrangeExtensions is hosted on Maven Central via synchronization from Sonatype. Add this to your pom.xml:

<dependency>
  <groupId>com.yuvimasory</groupId>
  <artifactId>orange-extensions</artifactId>
  <version>1.3.0</version>
</dependency>

Manually

Build the jar with the instructions above, then drop the resulting jar in your classpath.

About

A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 & 6.

http://ymasory.github.com/OrangeExtensions/

License:Other


Languages

Language:Java 100.0%