Changeset 28119

Show
Ignore:
Timestamp:
12/13/07 21:08:18 (1 year ago)
Author:
fguillaume
Message:

Branch working with 1.3.4-20071129 and merged 'index' command, and without scripting -- build with -Pbuild-with-branch5.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.client/branches/1.3.4-20071129/README.txt

    r25651 r28119  
    22================== 
    33 
    4 So to build the client, just run 'mvn install' here. Make sure that your 
     4So to build the client, just run 'mvn -Pbuild-with-branch5.1 install' here. Make sure that your 
    55~/.m2/settings.xml is properly configured (see the Nuxeo Book on 
    66http://doc.nuxeo.org/ for more information if needed). 
  • org.nuxeo.ecm.client/branches/1.3.4-20071129/nuxeo-client-build/pom.xml

    r28117 r28119  
    3535      <artifactId>nuxeo-runtime</artifactId> 
    3636    </dependency> 
    37     <dependency> 
    38       <groupId>org.nuxeo.runtime</groupId> 
    39       <artifactId>nuxeo-runtime-scripting</artifactId> 
    40     </dependency> 
    4137 
    4238    <dependency> 
     
    121117      <groupId>dom4j</groupId> 
    122118      <artifactId>dom4j</artifactId> 
     119      <version>1.6.1</version> 
    123120    </dependency> 
    124121 
  • org.nuxeo.ecm.client/branches/1.3.4-20071129/nuxeo-client-commands/pom.xml

    r28117 r28119  
    2929      <groupId>org.nuxeo.runtime</groupId> 
    3030      <artifactId>nuxeo-runtime</artifactId> 
    31     </dependency> 
    32     <dependency> 
    33       <groupId>org.nuxeo.runtime</groupId> 
    34       <artifactId>nuxeo-runtime-scripting</artifactId> 
    3531    </dependency> 
    3632 
  • org.nuxeo.ecm.client/branches/1.3.4-20071129/nuxeo-client-commands/src/main/resources/OSGI-INF/Commands.xml

    r28114 r28119  
    2525    <command name="interactive" class="org.nuxeo.ecm.client.commands.InteractiveCommand" requireConnection="false" alt="i,int"> 
    2626        <description>Enter interactive mode</description> 
    27         <help> 
    28             TODO 
    29         </help> 
    30     </command> 
    31     <command name="script" class="org.nuxeo.ecm.client.commands.ScriptCommand" alt="s"> 
    32         <options> 
    33           <option name="file" shortcut="f" var="true" type="file"> 
    34             A path to the script file to execute 
    35           </option> 
    36         </options> 
    37         <description>Executes scripts</description> 
    3827        <help> 
    3928            TODO 
  • org.nuxeo.ecm.client/branches/1.3.4-20071129/pom.xml

    r28117 r28119  
    88    <groupId>org.nuxeo</groupId> 
    99    <artifactId>nuxeo-ecm</artifactId> 
    10     <version>10</version> 
     10    <version>4.6</version> 
    1111  </parent> 
    1212 
     
    5050      </activation> 
    5151      <properties> 
    52         <nuxeo.common.version>1.3.5-SNAPSHOT</nuxeo.common.version> 
    53         <nuxeo.core.version>1.3.5-SNAPSHOT</nuxeo.core.version> 
    54         <nuxeo.platform.version>5.1.3-SNAPSHOT</nuxeo.platform.version> 
    55         <nuxeo.runtime.version>1.3.5-SNAPSHOT</nuxeo.runtime.version> 
     52        <nuxeo.common.version>1.3.4-20071129</nuxeo.common.version> 
     53        <nuxeo.core.version>1.3.4-20071129</nuxeo.core.version> 
     54        <nuxeo.platform.version>5.1.2-20071129</nuxeo.platform.version> 
     55        <nuxeo.runtime.version>1.3.4-20071129</nuxeo.runtime.version> 
    5656      </properties> 
    5757      <dependencyManagement>