Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Remove tycho #31

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

2 changes: 2 additions & 0 deletions org.eclipse.sisu.plexus.extender/bnd.bnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bundle-Name: Sisu-Plexus Extender (Incubation)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcculls I don't understand the need of this empty bundle

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not completely empty - it contains a META-INF/services file which will get picked up by sisu-inject's extender (the OSGi metadata here should have a fragment entry as in the previous manifest.)

For Maven's purposes you can ignore these extender bundles - they exist only to activate certain behaviour in the main bundles. The reason they are separate is to make deployment easier; so users can choose whether to just have the basic behaviour provided by the main bundles, or a more advanced extension mechanism driven by BundlePlans.

Bundle-SymbolicName: org.eclipse.sisu.plexus.extender;singleton:=true
16 changes: 0 additions & 16 deletions org.eclipse.sisu.plexus.extender/build.properties

This file was deleted.

26 changes: 14 additions & 12 deletions org.eclipse.sisu.plexus.extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,27 @@
</parent>

<artifactId>org.eclipse.sisu.plexus.extender</artifactId>
<packaging>eclipse-plugin</packaging>
<packaging>jar</packaging>

<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>.</directory>
<includes>
<include>META-INF/**</include>
<include>about.html</include>
<include>overview.html</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
Expand Down
28 changes: 0 additions & 28 deletions org.eclipse.sisu.plexus.site/category.xml

This file was deleted.

261 changes: 0 additions & 261 deletions org.eclipse.sisu.plexus.site/epl-v10.html

This file was deleted.

Loading