Changeset 29011

Show
Ignore:
Timestamp:
01/14/08 15:10:03 (11 months ago)
Author:
fguillaume
Message:

Merged nuxeo-core-client from trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.core/branches/1.4/nuxeo-core-client/pom.xml

    r28153 r29011  
    88    <groupId>org.nuxeo.ecm.core</groupId> 
    99    <artifactId>nuxeo-core-parent</artifactId> 
    10     <version>1.5-SNAPSHOT</version> 
     10    <version>1.4.0-SNAPSHOT</version> 
    1111  </parent> 
    1212 
  • org.nuxeo.ecm.core/branches/1.4/pom.xml

    r28979 r29011  
    3333    <module>nuxeo-core-query</module> 
    3434    <module>nuxeo-core-schema</module> 
     35    <module>nuxeo-core-client</module> 
    3536    <module>nuxeo-core-io-api</module> 
    3637  </modules> 
     
    105106        <scope>provided</scope> 
    106107      </dependency> 
     108      <dependency> 
     109        <groupId>org.nuxeo.ecm.core</groupId> 
     110        <artifactId>nuxeo-core-client</artifactId> 
     111        <version>${nuxeo.core.version}</version> 
     112      </dependency> 
    107113    </dependencies> 
    108114  </dependencyManagement>