You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2013/06/17 16:47:26 UTC

svn commit: r1493793 - /chemistry/opencmis/trunk/README.txt

Author: fmui
Date: Mon Jun 17 14:47:25 2013
New Revision: 1493793

URL: http://svn.apache.org/r1493793
Log:
updated README.txt

Modified:
    chemistry/opencmis/trunk/README.txt

Modified: chemistry/opencmis/trunk/README.txt
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/README.txt?rev=1493793&r1=1493792&r2=1493793&view=diff
==============================================================================
--- chemistry/opencmis/trunk/README.txt (original)
+++ chemistry/opencmis/trunk/README.txt Mon Jun 17 14:47:25 2013
@@ -3,8 +3,12 @@ Apache Chemistry OpenCMIS
 =========================
 
 OpenCMIS is a collection of Java libraries, frameworks and tools around
-the CMIS (Content Management Interoperability Services) specification
-<http://docs.oasis-open.org/cmis/CMIS/v1.0/cmis-spec-v1.0.html>.
+the CMIS (Content Management Interoperability Services) specification.
+
+OpenCMIS supports the specification versions
+ - CMIS 1.0 <http://docs.oasis-open.org/cmis/CMIS/v1.0/cmis-spec-v1.0.html>
+ - CMIS 1.1 <http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html>
+
 
 Building OpenCMIS
 =================
@@ -13,12 +17,14 @@ You can build OpenCMIS like this:
 
     mvn clean install
 
-You need Maven 2 with Java 5 (or higher) for the build.
+You need Maven 3 with Java 5 (or higher) for the build.
+Set the environment variable MAVEN_OPTS to 
+'-Xmx1024m -XX:MaxPermSize=256m' to give Maven more memory.
 
 License (see also package specific LICENSE files)
 =================================================
 
-Collective work: Copyright 2010 The Apache Software Foundation.
+Collective work: Copyright 2010-2013 The Apache Software Foundation.
 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with