Changes between Version 8 and Version 9 of ApertureOSGi


Ignore:
Timestamp:
11/13/06 15:01:28 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureOSGi

    v8 v9  
    210210vocabulary.* 
    211211 
    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 
    224213org.semanticdesktop.aperture.rdf.service 
    225214 
     
    232221rdf.service.RDF2GoRDFContainerService 
    233222rdf.service.impl.RDF2GoRDFContainerServiceImpl 
    234 }}} 
    235  
    236 Aperture-sesame-rdf 
     223 
     224 
     225}}} 
     226 
     227rdf2go-bundle (reused with other rdf2go dependent projects) 
     228independent of aperture and sesame2 
     229 
     230{{{ 
     231ClassPath: rdf2go.jar 
     232Exposes: 
     233 
     234org.ontoware.rdf2go.model 
     235org.ontoware.rdf2go.exception 
     236 
     237}}} 
     238 
     239rdf2go-sesamedriver (independent from aperture) 
     240 
     241{{{ 
     242org.ontoware.rdf2go.sesame2.* 
     243}}} 
     244 
     245sesame2 (independent from aperture) 
     246 
     247{{{ 
     248org.openrdf.* 
     249}}} 
     250 
    237251 
    238252we assume that the user of application will create the models somehow... Since models can be initialized with 
    239253many various attributes - providing some ModelFactory might not be feasible. 
    240254 
    241 Classes not needed 
     255__Classes not needed anymore__ 
    242256 
    243257{{{