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 2011/04/04 22:51:49 UTC

svn commit: r1088787 - in /chemistry/site/trunk/content/java/developing: dev-repository-specific-notes.mdtext index.mdtext

Author: fmui
Date: Mon Apr  4 20:51:49 2011
New Revision: 1088787

URL: http://svn.apache.org/viewvc?rev=1088787&view=rev
Log:
CMS commit to chemistry by fmui

Modified:
    chemistry/site/trunk/content/java/developing/dev-repository-specific-notes.mdtext
    chemistry/site/trunk/content/java/developing/index.mdtext

Modified: chemistry/site/trunk/content/java/developing/dev-repository-specific-notes.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/dev-repository-specific-notes.mdtext?rev=1088787&r1=1088786&r2=1088787&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/dev-repository-specific-notes.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/dev-repository-specific-notes.mdtext Mon Apr  4 20:51:49 2011
@@ -1,11 +1,10 @@
-Title: Known repository issues
+Title: Repository specific notes
+#  Repository specific notes
 
-#  Known repository issues
 
-This is a loose collection of current known issues, bugs, limitations and unusual behaviors 
-of existing CMIS repositories.
+## Alfresco 3.4
 
-TODO
+In order to access Alfresco aspects, you have to set up the [Alfresco OpenCMIS Extension](http://apache-extras.org/p/alfresco-opencmis-extension).
 
 
 ## SharePoint 2010
@@ -35,4 +34,3 @@ If NTLM is enabled on SharePoint, you ha
 (The NTLM authentication provider uses [java.net.Authenticator](http://download-llnw.oracle.com/javase/6/docs/api/java/net/Authenticator.html)
 under the hood. If this interferes with your environment, you are on your own. Sorry!)
 
-

Modified: chemistry/site/trunk/content/java/developing/index.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/index.mdtext?rev=1088787&r1=1088786&r2=1088787&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/index.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/index.mdtext Mon Apr  4 20:51:49 2011
@@ -28,7 +28,7 @@ General guidelines you should know when 
 * [Comparing the client APIs](dev-compare-client-api-binding.html)
 * [Developing with Maven](dev-use-with-maven.html)
 * [Developing without Maven](dev-use-without-maven.html)
-* [Known issues with existing repositories](dev-known-repo-issues.html)
+* [Repository specific notes](dev-repository-specific-notes.html)
 * [Session Parameters](dev-session-parameters.html)
 * [The client cache](dev-client-cache.html)
 * [Understanding the OperationContext](dev-operation-context.html)