Skip to content

Commit

Permalink
First annotation for ServiceTracker in org.eclipse.osgi (#59)
Browse files Browse the repository at this point in the history
* 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
triller-telekom authored and vorburger committed Nov 23, 2017
1 parent 5c91990 commit ed75590
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions libraries/osgi-core/eea-for-gav
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.osgi:org.osgi.core
4 changes: 4 additions & 0 deletions libraries/osgi-core/org/osgi/util/tracker/ServiceTracker.eea
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class org/osgi/util/tracker/ServiceTracker
getService
()TT;
()T0T;
20 changes: 20 additions & 0 deletions libraries/osgi-core/pom.xml
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>
1 change: 1 addition & 0 deletions libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,6 @@
<module>mockito</module>
<module>guava</module>
<module>spring</module>
<module>osgi-core</module>
</modules>
</project>

0 comments on commit ed75590

Please sign in to comment.