Skip to content

Commit

Permalink
Remove no longer required annotations.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Oct 6, 2022
1 parent 33ad071 commit 3039b1e
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.http.servlet
Bundle-Version: 1.7.300.qualifier
Bundle-Version: 1.7.400.qualifier
Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
1 change: 0 additions & 1 deletion bundles/org.eclipse.equinox.http.servlet/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ bin.includes = META-INF/,\
plugin.properties
src.includes = about.html

jars.extra.classpath = osgi/osgi.annotation.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %osgiServices
Bundle-SymbolicName: org.eclipse.osgi.services
Bundle-Version: 3.11.0.qualifier
Bundle-Version: 3.11.100.qualifier
Bundle-Description: %osgiServicesDes
Bundle-Localization: plugin
Bundle-Vendor: %eclipse.org
Expand Down
1 change: 0 additions & 1 deletion bundles/org.eclipse.osgi.services/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ src.includes = about.html,\

source.. = src/
output.. = bin/
jars.extra.classpath = lib/osgi.annotation.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Bundle-Activator: org.eclipse.osgi.internal.framework.SystemBundleActivator
Bundle-Description: %systemBundle
Bundle-Copyright: %copyright
Bundle-Vendor: %eclipse.org
Bundle-Version: 3.18.100.qualifier
Bundle-Version: 3.18.200.qualifier
Bundle-Localization: systembundle
Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true
Expand Down
3 changes: 1 addition & 2 deletions bundles/org.eclipse.osgi/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ output.. = bin/
# customBuildCallbacks=customBuildCallbacks.xml

javacWarnings..=-raw,unchecked,hiding,unused,warningToken
jars.extra.classpath = osgi/osgi.annotation.jar,\
osgi/j9stubs.jar
jars.extra.classpath = osgi/j9stubs.jar
jre.compilation.profile = JavaSE-1.8
Binary file removed bundles/org.eclipse.osgi/osgi/osgi.annotation.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.18.100-SNAPSHOT</version>
<version>3.18.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.equinox.server.jetty/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.server.jetty"
label="%featureName"
version="1.11.0.qualifier"
version="1.11.100.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down

0 comments on commit 3039b1e

Please sign in to comment.