Changes between Version 8 and Version 9 of ApertureOSGi
- Timestamp:
- 11/13/06 15:01:28 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureOSGi
v8 v9 210 210 vocabulary.* 211 211 212 }}} 213 214 Aperture-rdf2go-bundle 215 216 217 {{{ 218 ClassPath: rdf2go.jar 219 Exposes: 220 221 org.ontoware.rdf2go.model 222 org.ontoware.rdf2go.exception 223 212 // additionally the helpers for rdf2go 224 213 org.semanticdesktop.aperture.rdf.service 225 214 … … 232 221 rdf.service.RDF2GoRDFContainerService 233 222 rdf.service.impl.RDF2GoRDFContainerServiceImpl 234 }}} 235 236 Aperture-sesame-rdf 223 224 225 }}} 226 227 rdf2go-bundle (reused with other rdf2go dependent projects) 228 independent of aperture and sesame2 229 230 {{{ 231 ClassPath: rdf2go.jar 232 Exposes: 233 234 org.ontoware.rdf2go.model 235 org.ontoware.rdf2go.exception 236 237 }}} 238 239 rdf2go-sesamedriver (independent from aperture) 240 241 {{{ 242 org.ontoware.rdf2go.sesame2.* 243 }}} 244 245 sesame2 (independent from aperture) 246 247 {{{ 248 org.openrdf.* 249 }}} 250 237 251 238 252 we assume that the user of application will create the models somehow... Since models can be initialized with 239 253 many various attributes - providing some ModelFactory might not be feasible. 240 254 241 Classes not needed 255 __Classes not needed anymore__ 242 256 243 257 {{{