Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
re-layout the project, remove Sonatype from module name and as Provider
Browse files Browse the repository at this point in the history
re-make tycho configuration
  • Loading branch information
davidB committed Jun 13, 2010
1 parent 1588732 commit 3e057b7
Show file tree
Hide file tree
Showing 49 changed files with 160 additions and 974 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ m2e-scala



### Working configuration
### Working configuration

The plugin is "valitaded" by importing into eclipse the samples projects :

Expand All @@ -29,6 +29,10 @@ The plugin is "valitaded" by importing into eclipse the samples projects :
#### 0.0.5 (wip)

* use assembla as "project host" to be under Scala-IDE umbrella
* re-do tycho configuration to build
* rename directory
* replace Sonatype as Vendor by Alchim31
* provide an update-site (build via tycho) at http://alchim31.net/m2e-scala/update-site

#### 0.0.4

Expand Down
Expand Up @@ -13,5 +13,5 @@ Require-Bundle:
org.maven.ide.eclipse.jdt,
org.eclipse.jdt.launching,
ch.epfl.lamp.sdt.core
Bundle-Vendor: Sonatype, Inc. / DavidB
Bundle-Vendor: Alchim31
Export-Package: org.maven.ide.eclipse.scala
13 changes: 13 additions & 0 deletions org.maven.ide.eclipse.scala/pom.xml
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.alchim31.m2e-scala</groupId>
<artifactId>m2e-scala</artifactId>
<version>0.0.1</version>
</parent>
<artifactId>org.maven.ide.eclipse.scala</artifactId>
<version>0.0.5-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.maven.ide.eclipse.scala.feature</name>
<name>org.maven.ide.eclipse.scala_feature</name>
<comment></comment>
<projects>
</projects>
Expand All @@ -10,14 +10,8 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
1 change: 1 addition & 0 deletions org.maven.ide.eclipse.scala_feature/build.properties
@@ -0,0 +1 @@
bin.includes = feature.xml
23 changes: 23 additions & 0 deletions org.maven.ide.eclipse.scala_feature/feature.xml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.maven.ide.eclipse.scala_feature"
label="Maven Integration for Scala IDE"
version="0.0.5"
provider-name="Alchim31">

<description url="github.com/davidB/m2e-scala/">
Ease m2eclipse + scala-ide (eclipse plugin) integration
</description>

<url>
<update label="m2e-scala" url="http://alchim31.net/m2e-scala/update-site"/>
</url>

<plugin
id="org.maven.ide.eclipse.scala"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
15 changes: 15 additions & 0 deletions org.maven.ide.eclipse.scala_feature/pom.xml
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.alchim31.m2e-scala</groupId>
<artifactId>m2e-scala</artifactId>
<version>0.0.1</version>
</parent>

<artifactId>org.maven.ide.eclipse.scala_feature</artifactId>
<version>0.0.5</version>
<packaging>eclipse-feature</packaging>

</project>
17 changes: 17 additions & 0 deletions org.maven.ide.eclipse.scala_site/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.maven.ide.eclipse.scala_site</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
</natures>
</projectDescription>
14 changes: 14 additions & 0 deletions org.maven.ide.eclipse.scala_site/pom.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.alchim31.m2e-scala</groupId>
<artifactId>m2e-scala</artifactId>
<version>0.0.1</version>
</parent>

<artifactId>org.maven.ide.eclipse.scala_site</artifactId>
<packaging>eclipse-update-site</packaging>
<name>Maven Integration for Scala IDE</name>
</project>
7 changes: 7 additions & 0 deletions org.maven.ide.eclipse.scala_site/site.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="Maven Integration for Scala IDE">
Maven Integration for Scala IDE
</description>
<feature url="features/org.maven.ide.eclipse.scala_feature_0.0.5.jar" id="org.maven.ide.eclipse.scala_feature" version="0.0.0"/>
</site>

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions org.sonatype.maven.scala.feature/feature.xml

This file was deleted.

30 changes: 0 additions & 30 deletions org.sonatype.maven.scala.feature/pom.xml

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions org.sonatype.maven.scala.tests/.classpath

This file was deleted.

34 changes: 0 additions & 34 deletions org.sonatype.maven.scala.tests/.project

This file was deleted.

0 comments on commit 3e057b7

Please sign in to comment.