Changeset 28117

Show
Ignore:
Timestamp:
12/13/07 20:35:50 (1 year ago)
Author:
bstefanescu
Message:

fixed nxshell config

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.client/trunk/nuxeo-client-build/pom.xml

    r27342 r28117  
    5252      <groupId>org.nuxeo.ecm.core</groupId> 
    5353      <artifactId>nuxeo-core-io</artifactId> 
     54    </dependency> 
     55 
     56    <dependency> 
     57      <groupId>org.nuxeo.ecm.platform</groupId> 
     58      <artifactId>nuxeo-platform-search-api</artifactId> 
    5459    </dependency> 
    5560 
  • org.nuxeo.ecm.client/trunk/nuxeo-client-build/src/main/assemble/assembly.xml

    r27342 r28117  
    3333      <artifact name="nuxeo-core-io-api" /> 
    3434      <artifact name="nuxeo-core-io" /> 
     35      <artifact name="nuxeo-platform-search-api" /> 
    3536      <artifact name="nuxeo-client" /> 
    3637      <artifact name="nuxeo-client-commands" /> 
  • org.nuxeo.ecm.client/trunk/nuxeo-client-build/src/main/resources/app/config/nuxeo.properties

    r25520 r28117  
    1818# which sample to run 
    1919org.nuxeo.ecm.sample.class=org.nuxeo.ecm.sample.streaming.StreamingExample 
     20 
     21org.nuxeo.runtime.server.enabled=false 
  • org.nuxeo.ecm.client/trunk/nuxeo-client-commands/pom.xml

    r27342 r28117  
    4646      <groupId>org.nuxeo.ecm.core</groupId> 
    4747      <artifactId>nuxeo-core-io</artifactId> 
     48    </dependency> 
     49 
     50    <dependency> 
     51      <groupId>org.nuxeo.ecm.platform</groupId> 
     52      <artifactId>nuxeo-platform-search-api</artifactId> 
    4853    </dependency> 
    4954 
  • org.nuxeo.ecm.client/trunk/nuxeo-client-servlet/pom.xml

    r26622 r28117  
    44 
    55  <parent> 
    6     <groupId>org.nuxeo</groupId> 
    7     <artifactId>nuxeo-ecm</artifactId> 
    8     <version>5</version> 
     6    <artifactId>nuxeo-client-parent</artifactId> 
     7    <groupId>org.nuxeo.ecm.client</groupId> 
     8    <version>1.0.0-SNAPSHOT</version> 
    99  </parent> 
    1010 
  • org.nuxeo.ecm.client/trunk/pom.xml

    r27342 r28117  
    88    <groupId>org.nuxeo</groupId> 
    99    <artifactId>nuxeo-ecm</artifactId> 
    10     <version>8</version> 
     10    <version>10</version> 
    1111  </parent> 
    1212 
     
    5353        <nuxeo.core.version>1.3.5-SNAPSHOT</nuxeo.core.version> 
    5454        <nuxeo.platform.version>5.1.3-SNAPSHOT</nuxeo.platform.version> 
    55         <nuxeo.runtime.version>1.3.5-SNAPSHOT</nuxeo.runtime.version> 
    5655        <nuxeo.runtime.version>1.3.5-SNAPSHOT</nuxeo.runtime.version> 
    5756      </properties> 
     
    126125      </dependency> 
    127126 
     127      <dependency> 
     128        <groupId>org.nuxeo.ecm.platform</groupId> 
     129        <artifactId>nuxeo-platform-search-api</artifactId> 
     130        <version>${nuxeo.platform.version}</version> 
     131      </dependency> 
     132 
    128133      <!-- jboss client --> 
    129134      <dependency>