Skip to content

Commit

Permalink
Fixed project links.
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Sep 26, 2011
1 parent 4b1b5f1 commit 5b14459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions osgi/blueprint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
This project contains a very basic example of an application that uses the OSGi Blueprint specification.

The main point of this example is that the implemenation does not contain any code related to OSGi. Instead the [blueprint
xml configuration file](osgi/blueprint/src/main/resources/OSGI-INF/blueprint/pojo.xml) is read by the OSGi runtime and it
will take care of creating and wiring the [POJO](osgi/blueprint/src/main/java/se/rl/blueprint/Pojo.java) instance.
xml configuration file](blueprint/src/main/resources/OSGI-INF/blueprint/pojo.xml) is read by the OSGi runtime and it
will take care of creating and wiring the [POJO](blueprint/src/main/java/se/rl/blueprint/Pojo.java) instance.

# Building

Expand Down
2 changes: 1 addition & 1 deletion osgi/core/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## OSGi Core Example
This project contains a very basic example of an application that uses the OSGi [bundle activator](osgi/core/src/main/java/se/rl/osgi/SimpleActivator.java).
This project contains a very basic example of an application that uses the OSGi [bundle activator](core/src/main/java/se/rl/osgi/SimpleActivator.java).

# Building

Expand Down

0 comments on commit 5b14459

Please sign in to comment.