Skip to content

Commit

Permalink
Delete code of abandoned equinox plug-ins
Browse files Browse the repository at this point in the history
Delete the following projects that are abandoned (and not build) for a
while:

Part 1 (background https://bugs.eclipse.org/bugs/show_bug.cgi?id=533801)
- bundles/org.eclipse.equinox.io
- bundles/org.eclipse.equinox.ip
- bundles/org.eclipse.equinox.util
- bundles/org.eclipse.equinox.wireadmin

Part 2 (background https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045)
- bundles/org.eclipse.equinox.servletbridge.extensionbundle
- features/org.eclipse.equinox.server.servletbridge
- bundles/org.eclipse.equinox.servletbridge.template

Signed-off-by: Hannes Wellmann <[email protected]>
  • Loading branch information
HannesWell committed Apr 20, 2022
1 parent 2459c6e commit ee077d6
Show file tree
Hide file tree
Showing 186 changed files with 2 additions and 19,611 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ public class DSTestsActivator implements BundleActivator {
public DSTestsActivator() {
instance = this;
}
@Override
public void start(BundleContext context) throws Exception {
this.context = context;
}

@Override
public void stop(BundleContext context) throws Exception {
this.context = null;
}
Expand All @@ -43,7 +45,6 @@ public static void activateSCR() {
activateBundle("org.apache.felix.scr");
activateBundle("org.eclipse.equinox.cm");
activateBundle("org.eclipse.equinox.log");
activateBundle("org.eclipse.equinox.util");
}

private static void activateBundle(String symbolicName) {
Expand Down
21 changes: 0 additions & 21 deletions bundles/org.eclipse.equinox.http.registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,4 @@
<artifactId>org.eclipse.equinox.http.registry</artifactId>
<version>1.3.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<filters>
<!--
Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045
-->
<filter>
<type>osgi-bundle</type>
<id>org.eclipse.equinox.servletbridge.extensionbundle</id>
<removeAll/>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
</build>
</project>
21 changes: 0 additions & 21 deletions bundles/org.eclipse.equinox.http.servletbridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,4 @@
<artifactId>org.eclipse.equinox.http.servletbridge</artifactId>
<version>1.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<filters>
<!--
Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045
-->
<filter>
<type>osgi-bundle</type>
<id>org.eclipse.equinox.servletbridge.extensionbundle</id>
<removeAll/>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
</build>
</project>
12 changes: 0 additions & 12 deletions bundles/org.eclipse.equinox.io/.classpath

This file was deleted.

34 changes: 0 additions & 34 deletions bundles/org.eclipse.equinox.io/.project

This file was deleted.

This file was deleted.

474 changes: 0 additions & 474 deletions bundles/org.eclipse.equinox.io/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

56 changes: 0 additions & 56 deletions bundles/org.eclipse.equinox.io/.settings/org.eclipse.jdt.ui.prefs

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF

This file was deleted.

18 changes: 0 additions & 18 deletions bundles/org.eclipse.equinox.io/OSGI-INF/permissions.perm

This file was deleted.

36 changes: 0 additions & 36 deletions bundles/org.eclipse.equinox.io/about.html

This file was deleted.

23 changes: 0 additions & 23 deletions bundles/org.eclipse.equinox.io/build.properties

This file was deleted.

2 changes: 0 additions & 2 deletions bundles/org.eclipse.equinox.io/forceQualifierUpdate.txt

This file was deleted.

This file was deleted.

Loading

0 comments on commit ee077d6

Please sign in to comment.