Changeset 29018

Show
Ignore:
Timestamp:
01/14/08 17:47:51 (11 months ago)
Author:
ldoguin
Message:

NXP-1860 still refactoring nuxeo-core-io.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.core/trunk/nuxeo-core-facade/src/test/java/org/nuxeo/ecm/core/api/TestAPI.java

    r27940 r29018  
    3939import org.nuxeo.ecm.core.api.impl.blob.StreamingBlob; 
    4040import org.nuxeo.ecm.core.api.impl.blob.StringBlob; 
     41import org.nuxeo.ecm.core.api.model.DocumentPart; 
     42import org.nuxeo.ecm.core.api.model.Property; 
    4143 
    4244/** 
     
    13571359        childFile.setProperty("file", "filename", "filename1"); 
    13581360 
    1359         remote.saveDocument(childFile); 
     1361 
     1362        Property p= childFile.getProperty("/file:/filename"); 
     1363        System.out.println(p.getPath()); 
     1364 
    13601365 
    13611366        // TODO: this should be tested across sessions - when it can be done 
  • org.nuxeo.ecm.core/trunk/nuxeo-core-facade/src/test/java/org/nuxeo/ecm/core/api/TestLocalAPI.java

    r28360 r29018  
    7070    @Override 
    7171    protected void tearDown() throws Exception { 
    72         super.tearDown(); 
     72        //super.tearDown(); 
    7373        Framework.shutdown(); 
    7474    } 
  • org.nuxeo.ecm.core/trunk/pom.xml

    r28967 r29018  
    3434    <module>nuxeo-core-schema</module> 
    3535    <module>nuxeo-core-client</module> 
    36     <module>nuxeo-core-io-api</module> 
     36    <module>nuxeo-core-io</module> 
    3737  </modules> 
    3838  <profiles> 
     
    114114      <dependency> 
    115115        <groupId>org.nuxeo.ecm.core</groupId> 
    116         <artifactId>nuxeo-core-io-api</artifactId> 
     116                               <artifactId>nuxeo-core-io</artifactId> 
    117117        <version>${nuxeo.core.version}</version> 
    118118      </dependency>