Author: fmui
Date: Thu Aug 14 15:37:45 2014
New Revision: 1617976
URL: http://svn.apache.org/r1617976
Log:
updated readme files
Modified:
chemistry/opencmis/trunk/README.txt
chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README
chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/src/main/webapp/META-INF/NOTICE
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/assembly/client-with-dependencies-assembly-notice.txt
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/resources/META-INF/NOTICE
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/src/main/resources/META-INF/NOTICE
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/src/main/webapp/META-INF/NOTICE
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/src/main/webapp/META-INF/NOTICE
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/META-INF/NOTICE
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/src/main/webapp/META-INF/NOTICE
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/assembly/workbench-assembly-notice.txt
Modified: chemistry/opencmis/trunk/README.txt
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/README.txt?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
--- chemistry/opencmis/trunk/README.txt (original)
+++ chemistry/opencmis/trunk/README.txt Thu Aug 14 15:37:45 2014
@@ -17,14 +17,14 @@ You can build OpenCMIS like this:
mvn clean install
-You need Maven 3 with Java 5 (or higher) for the build.
+You need Maven 3 with Java 6 (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-2013 The Apache Software Foundation.
+Collective work: Copyright 2010-2014 The Apache Software Foundation.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README
Thu Aug 14 15:37:45 2014
@@ -1,27 +1,27 @@
OpenCMIS Android Client
-===========================
+=======================
The OpenCMIS Android Client provides a collection of methods to access and
manage CMIS Repository.
OpenCMIS Client Bindings supported
----------------------------------
-OpenCMIS Android Client uses ATOMPUB binding.
-Web Service Binding (SOAP protocol) & jSON Binding are not supported in this
library.
+OpenCMIS Android Client supports the AtomPub Binding and the Browser Binding.
+The Web Service Binding (SOAP protocol) is not supported by this library.
Android Version Supported
-------------------------
Previous versions of Android don't contain all dependencies required to run
and use OpenCMIS Android client.
It's only since Android 2.3 (aka Gingerbread) everything works.
-In other terms, Android client supports Android 2.3 and above
+In other terms, Android client supports Android 2.3 and above.
-------------------------
!!! IMPORTANT NOTE !!!
-------------------------
OpenCMIS Android Client is a SYNCHRONOUS library !
It's highly recommended that you encapsulate all CMIS operations in background
thread.
-In Android It's possible to use
+In Android it's possible to use
+ Services
+ Loaders
+ AsyncTask
@@ -56,7 +56,7 @@ Add to your pom project :
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-android-client</artifactId>
- <version>0.8.0</version>
+ <version>x.z.y</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -67,7 +67,7 @@ Add to your pom project :
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-android</artifactId>
- <version>1.6.1-RC1</version>
+ <version>1.7.5</version>
</dependency>
...
</dependencies>
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/src/main/webapp/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/src/main/webapp/META-INF/NOTICE?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/src/main/webapp/META-INF/NOTICE
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-bridge/chemistry-opencmis-bridge/src/main/webapp/META-INF/NOTICE
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS Bridge
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/assembly/client-with-dependencies-assembly-notice.txt
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/assembly/client-with-dependencies-assembly-notice.txt?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/assembly/client-with-dependencies-assembly-notice.txt
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/assembly/client-with-dependencies-assembly-notice.txt
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS Client Implementation (with dependencies)
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/resources/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/resources/META-INF/NOTICE?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/resources/META-INF/NOTICE
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/resources/META-INF/NOTICE
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS Commons Implementation
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/src/main/resources/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/src/main/resources/META-INF/NOTICE?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/src/main/resources/META-INF/NOTICE
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/src/main/resources/META-INF/NOTICE
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS OSGi Client Wrapper
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/src/main/webapp/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/src/main/webapp/META-INF/NOTICE?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/src/main/webapp/META-INF/NOTICE
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings-war/src/main/webapp/META-INF/NOTICE
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS Server Implementation
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/src/main/webapp/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/src/main/webapp/META-INF/NOTICE?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/src/main/webapp/META-INF/NOTICE
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/src/main/webapp/META-INF/NOTICE
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS FileShare Repository
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/META-INF/NOTICE?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/META-INF/NOTICE
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/webapp/META-INF/NOTICE
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS InMemory Repository
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/src/main/webapp/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/src/main/webapp/META-INF/NOTICE?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/src/main/webapp/META-INF/NOTICE
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/src/main/webapp/META-INF/NOTICE
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS JCR Bridge
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/assembly/workbench-assembly-notice.txt
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/assembly/workbench-assembly-notice.txt?rev=1617976&r1=1617975&r2=1617976&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/assembly/workbench-assembly-notice.txt
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/assembly/workbench-assembly-notice.txt
Thu Aug 14 15:37:45 2014
@@ -1,6 +1,6 @@
OpenCMIS Workbench
-Copyright 2009-2013 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).