Skip to content

Commit

Permalink
Merge pull request #1 from mads379/master
Browse files Browse the repository at this point in the history
Proper README and few config changes
  • Loading branch information
dotta committed Nov 6, 2012
2 parents 0e034b8 + 3333a5d commit 9f9ec24
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
39 changes: 19 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
scala-ide-plugin.g8
===================
Next Scala Search
=================

Giger8 template for Eclipse plugins based on the Scala IDE.
The next Scala Search Engine for Scala IDE. Currently there's not much
to see here.

This template produces 5 Eclipse plugins:
Building
--------

* the plugin itself
* the `plugin.tests` fragment
* an Eclipse feature
* an Eclipse source feature
* an Eclipse update-site
The build is configured using maven so you build by invoking the following:

The projects can readily be imported inside Eclipse. Additionally, you have maven `pom` files
based on Tycho, enabling command line builds.
mvn -P scala-ide-master-scala-trunk clean package

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

## Note:
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:

By default, the maven build is performed against the latest stable versions (Scala IDE 2.0 and Scala 2.9).
The available profiles are:
[http://www.chuusai.com/eclipse/equinox-weaving-launcher/](http://www.chuusai.com/eclipse/equinox-weaving-launcher/)

* `scala-ide-2.0-scala-2.9` (default)
* `scala-ide-2.0.x-scala-2.9`
* `scala-ide-master-scala-2.9`
* `scala-ide-master-scala-trunk`
This adds the run configuration `Eclipse Application with Equinox Weaving`.

Run maven like this:
Links
-----

mvn -P scala-ide-master-scala-trunk clean install
- [Jenkins Job](https://jenkins.scala-ide.org:8496/jenkins/job/scala-search-nightly-2.1-2.10/)
6 changes: 3 additions & 3 deletions org.scala.tools.eclipse.search.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
plugin="org.scala.tools.eclipse.search">

<description url="http://example.org">
Template of a Scala IDE plug-in
Next Scala Search
</description>

<copyright url="http://example.org/downloads/">
Copyright (C) 2012 _______TO_UPDATE_______.
Copyright (C) 2012 Typesafe.
All rights reserved.
</copyright>

Expand Down Expand Up @@ -204,7 +204,7 @@ All rights reserved.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2012 Typesafe

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions org.scala.tools.eclipse.search.source.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
provider-name="example.org">

<description url="http://example.org/">
The sources of a template of a Scala IDE plug-in.
The sources of the next Scala Search.
</description>

<copyright url="http://example.org/downloads/">
Copyright (C) 2012 ______TO_UPDATE_______.
Copyright (C) 2012 Typesafe.
All rights reserved.
</copyright>

Expand Down Expand Up @@ -203,7 +203,7 @@ All rights reserved.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2012 Typesafe

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion org.scala.tools.eclipse.search/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Require-Bundle:
org.eclipse.ui.ide,
org.scala-ide.scala.library,
org.scala-ide.scala.compiler,
org.scala-ide.sdt.core;bundle-version="[2.0.0, 2.2.0)"
org.scala-ide.sdt.core,
org.eclipse.search
Import-Package:
com.ibm.icu.text;apply-aspects:=false;org.eclipse.swt.graphics;apply-aspects:=false,
scala.tools.eclipse;apply-aspects:=false,
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@

<!-- scm configuration is require to extract the github hash-->
<scm>
<connection>scm:git://github.com/skyluc/plugin.git</connection>
<url>https://github.com/skyluc/plugin</url>
<connection>scm:git://github.com/scala-ide/scala-search.git</connection>
<url>https://github.com/scala-ide/scala-search</url>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 9f9ec24

Please sign in to comment.