-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First annotation for ServiceTracker in org.eclipse.osgi (#59)
* First annotation for ServiceTracker in org.eclipse.osgi Signed-off-by: Stefan Triller <stefan.triller@telekom.de> * eeav marker Signed-off-by: Stefan Triller <stefan.triller@telekom.de> * renamed artifact Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
- Loading branch information
1 parent
5c91990
commit ed75590
Showing
4 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.osgi:org.osgi.core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
class org/osgi/util/tracker/ServiceTracker | ||
getService | ||
()TT; | ||
()T0T; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<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/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<!-- TODO This file should be auto-generated from a template, based on directory, not hand-maintained --> | ||
|
||
<parent> | ||
<groupId>org.lastnpe.eea</groupId> | ||
<artifactId>eea-parent</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>osgi-core-eea</artifactId> | ||
<version>0.0.1-SNAPSHOT</version> | ||
|
||
<!-- Do NOT use a <version> of the JAR for which this is an EEA here, | ||
but version the EEA itself. Put the version of the lib into | ||
the EEA's name, if at all.--> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters