Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritsuku committed Nov 16, 2015
1 parent c9006e2 commit 161b1d1
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@ File tickets in our [issue tracker](http://scala-ide-portfolio.assembla.com/spac
Install it
----------

For the moment only nightlies are available.
The latest stable versions can be installed through the update site of the [stable version of the IDE](http://scala-ide.org/download/current.html)

### Requirements ###

* [Install Eclipse 3.7 (Indigo)](http://www.eclipse.org/downloads/packages/release/indigo/sr2).
* [Install the Scala IDE nightly for Scala 2.10.x](http://scala-ide.org/download/nightly.html#for_scala_210x).

### Update site ###

http://scala-ide.dreamhosters.com/nightly-update-scala-search-scalaide-master-210/site/
Nightlies can be installed through [this update site](http://scala-ide.dreamhosters.com/nightly-update-scala-search-scalaide-master-211/site/).

Building
--------
Expand All @@ -35,27 +28,8 @@ The scala-search build is based on
can be built against several versions of the IDE, Eclipse and Scala
compiler.

Launchin the ``build.sh`` script will exand to the following Maven command:

```
mvn -Peclipse-indigo,scala-2.10.x,scala-ide-stable clean install
```

You can choose a different profile for any of the three axis: eclipse
platform, Scala version and Scala IDE stream.

Running it
----------

The easiest way to work on the plugin is to import the projects into Eclipse and run it using
the [Equinox Weaving Launcher](https://github.com/milessabin/equinox-weaving-launcher) plugin.
To install the Equinox Weaving Launcher, use the following Eclipse update site:

[http://www.chuusai.com/eclipse/equinox-weaving-launcher/](http://www.chuusai.com/eclipse/equinox-weaving-launcher/)

This adds the run configuration `Eclipse Application with Equinox Weaving`.

Links
-----

- [Jenkins Job](https://jenkins.scala-ide.org:8496/jenkins/view/Plugins%20%28Scala%20IDE%29/job/scala-search-nightly-master-2.10/?)
the Equinox Weaving Launcher plugin. More instructions about it can be found [here](http://scala-ide.org/docs/dev/setup/setup.html#Run_the_Scala_IDE_within_Eclipse).

0 comments on commit 161b1d1

Please sign in to comment.