Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
1ebea1e479b3c547f048e474ca670534f2bccdd8
/
dependencymanager
/
samples
c741cf2
use createComponent() method instead of createService()
by Pierre De Rop
· 14 years ago
e7951e3
Cleaned up the pom.xml files, centralizing dependencies and versions and making it easier to just checkout this project and build it. Also made sure that the appropriate parts of the dependency manager are now compiled against the standard OSGi execution environment instead of Java 5 (annotation related bundles and tests are excluded).
by Marcel Offermans
· 14 years ago
57cbb64
added MetaType sample
by Pierre De Rop
· 15 years ago
64642a1
moved sample/annotation sub-project into sample.annotation toplevel project
by Pierre De Rop
· 15 years ago
1968b54
added start/stop methods
by Pierre De Rop
· 15 years ago
bdecf87
added eclise="false" bnd option
by Pierre De Rop
· 15 years ago
7f35e94
Aspect sample with annotation
by Pierre De Rop
· 15 years ago
8cb83de
Fixed javadoc, indentation. Removed dependency over XStream third party library
by Pierre De Rop
· 15 years ago
f2ab901
Simplified sample code. Use MetaType for allowing the EnglishDictionary through ConfigAdmin/WebConsole
by Pierre De Rop
· 15 years ago
3e58dde
reworked property metadata annotations
by Pierre De Rop
· 15 years ago
658857c
swith to bnd 0.0.394
by Pierre De Rop
· 15 years ago
220e281
Use the Property annotation for declaring service properties
by Pierre De Rop
· 15 years ago
c629982
oops, use bnd 0.0.392 instead of 390 version
by Pierre De Rop
· 15 years ago
1761e26
removed useless invocation of config.setBundleLocation(null)
by Pierre De Rop
· 15 years ago
2b6d2aa
don't log in addDictionary callback, because the logger may not be injected yet
by Pierre De Rop
· 15 years ago
f0ea274
added notice
by Pierre De Rop
· 15 years ago
df56ba1
fixed ant script
by Pierre De Rop
· 15 years ago
f5793eb
changed the annotation sample code with a SpellCheck Felix Shell command: the command uses two dictionaries in order to check spelling (english dictionary, and french dictionary)
by Pierre De Rop
· 15 years ago
5dd2424
fixed symbolic name
by Pierre De Rop
· 15 years ago
952a61c
moved samples.annotation into samples/annotation subproject for consistency purpose
by Pierre De Rop
· 15 years ago
c8d39b3
added a project that contains all samples used in the documentation: this is just a collection of code snippets, it's not meant to be deployed or run
by Marcel Offermans
· 15 years ago