Code Monkey home page Code Monkey logo

eclipse-addons's Introduction

eclipse-addons

I found e(fx)clipse core.di, core.adapter, core.text packages very good additions to Eclipse's own framework and then decided to factor out their code in an autonomous bundle: com.andrearichiardi.eclipse.addons.

To understand its features, try either this blog post or this other excerpt from the e(fx)clipse wiki

The new packaging removes all the Java 8 type annotations and adds retrolambda to backport new constructs to Java 6. Unfortunately, the core.text package makes use of java.util.function and java.time, and it has been momentarily excluded. Pull requests that finalize a JDK8-only build through a Maven profile are welcome. Kepler and E4 (Luna and higher) are supported.

Download

The artifacts are available as snapshots on Maven Central. In order to get them, add the following lines to your settings.xml/pom.xml:

<repositories>
    ...
    <repository>
        <id>sonatype.oss.snapshots</id>
        <name>Sonatype OSS Snapshot Repository</name>
        <url>http://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
          <enabled>false</enabled>
        </releases>
        <snapshots>
          <enabled>true</enabled>
        </snapshots>
    </repository>
    ...
</repositories>

<dependency>
  <groupId>com.andrearichiardi.eclipse</groupId>
  <artifactId>com.andrearichiardi.eclipse.addons</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Contribute

In order to properly build using Maven, toolchains.xml needs to be configured with a suitable 1.6 path as the Execution Environment has been set to JavaSE-1.6 and Tycho's <useJDK> to BREE.

License

Eclipse Public License 1.0

Credits

The e(fx)clipse team made this possible.

eclipse-addons's People

Contributors

arichiardi avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.