You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sk...@apache.org on 2010/06/15 17:51:43 UTC

svn commit: r954941 [7/7] - in /incubator/chemistry/opencmis/trunk: ./ _dev/ chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/local/ chemistry-opencmis-client/chemistry-opencmi...

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/src/main/webapp/browser/browser.css
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/src/main/webapp/browser/browser.css?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/src/main/webapp/browser/browser.css (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/src/main/webapp/browser/browser.css Tue Jun 15 15:51:42 2010
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+
 @CHARSET "UTF-8";
 
 body { 
@@ -206,4 +227,4 @@ div.entrysummary {
 	border-color: #888a85;	
 	height: 150px;
 	overflow: auto;
-}
\ No newline at end of file
+}

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/inmemory.atom.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/inmemory.atom.properties?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/inmemory.atom.properties (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/inmemory.atom.properties Tue Jun 15 15:51:42 2010
@@ -1,22 +1,43 @@
-org.apache.chemistry.opencmis.user=test
-org.apache.chemistry.opencmis.password=test
-
-org.apache.chemistry.opencmis.binding.spi.type=atompub
-
-org.apache.chemistry.opencmis.binding.atompub.url=http://localhost:19080/opencmis/atom
-
-org.apache.chemistry.opencmis.locale.iso639=de 
-org.apache.chemistry.opencmis.locale.iso3166= 
-org.apache.chemistry.opencmis.locale.variant= 
-
-org.apache.chemistry.opencmis.session.type=persistent
-org.apache.chemistry.opencmis.session.repository.id=test
-
-org.apache.chemistry.opencmis.fit.runtime.document.type.id=cmis:document
-org.apache.chemistry.opencmis.fit.runtime.folder.type.id=cmis:folder
-
-org.apache.chemistry.opencmis.fit.runtime.document1.name=My_Document-0-0
-org.apache.chemistry.opencmis.fit.runtime.document2.name=My_Document-0-1
-org.apache.chemistry.opencmis.fit.runtime.folder1.name=My_Folder-0-0
-org.apache.chemistry.opencmis.fit.runtime.folder2.name=My_Folder-0-1
-
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+org.apache.chemistry.opencmis.user=test
+org.apache.chemistry.opencmis.password=test
+
+org.apache.chemistry.opencmis.binding.spi.type=atompub
+
+org.apache.chemistry.opencmis.binding.atompub.url=http://localhost:19080/opencmis/atom
+
+org.apache.chemistry.opencmis.locale.iso639=de 
+org.apache.chemistry.opencmis.locale.iso3166= 
+org.apache.chemistry.opencmis.locale.variant= 
+
+org.apache.chemistry.opencmis.session.type=persistent
+org.apache.chemistry.opencmis.session.repository.id=test
+
+org.apache.chemistry.opencmis.fit.runtime.document.type.id=cmis:document
+org.apache.chemistry.opencmis.fit.runtime.folder.type.id=cmis:folder
+
+org.apache.chemistry.opencmis.fit.runtime.document1.name=My_Document-0-0
+org.apache.chemistry.opencmis.fit.runtime.document2.name=My_Document-0-1
+org.apache.chemistry.opencmis.fit.runtime.folder1.name=My_Folder-0-0
+org.apache.chemistry.opencmis.fit.runtime.folder2.name=My_Folder-0-1
+

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/inmemory.ws.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/inmemory.ws.properties?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/inmemory.ws.properties (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/inmemory.ws.properties Tue Jun 15 15:51:42 2010
@@ -1,29 +1,50 @@
-org.apache.chemistry.opencmis.user=test
-org.apache.chemistry.opencmis.password=test
-
-org.apache.chemistry.opencmis.binding.spi.type=webservices
-
-org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http://localhost:19080/opencmis/services/RepositoryService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.NavigationService=http://localhost:19080/opencmis/services/NavigationService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.ObjectService=http://localhost:19080/opencmis/services/ObjectService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.VersioningService=http://localhost:19080/opencmis/services/VersioningService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.DiscoveryService=http://localhost:19080/opencmis/services/DiscoveryService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.RelationshipService=http://localhost:19080/opencmis/services/RelationshipService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.MultiFilingService=http://localhost:19080/opencmis/services/MultiFilingService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.PolicyService=http://localhost:19080/opencmis/services/PolicyService?wsdl
-org.apache.chemistry.opencmis.binding.webservices.ACLService=http://localhost:19080/opencmis/services/ACLService?wsdl
-
-org.apache.chemistry.opencmis.locale.iso639=de 
-org.apache.chemistry.opencmis.locale.iso3166= 
-org.apache.chemistry.opencmis.locale.variant= 
-
-org.apache.chemistry.opencmis.session.type=persistent
-org.apache.chemistry.opencmis.session.repository.id=test
-
-org.apache.chemistry.opencmis.fit.runtime.document.type.id=cmis:document
-org.apache.chemistry.opencmis.fit.runtime.folder.type.id=cmis:folder
-
-org.apache.chemistry.opencmis.fit.runtime.document1.name=My_Document-0-0
-org.apache.chemistry.opencmis.fit.runtime.document2.name=My_Document-0-1
-org.apache.chemistry.opencmis.fit.runtime.folder1.name=My_Folder-0-0
-org.apache.chemistry.opencmis.fit.runtime.folder2.name=My_Folder-0-1
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+org.apache.chemistry.opencmis.user=test
+org.apache.chemistry.opencmis.password=test
+
+org.apache.chemistry.opencmis.binding.spi.type=webservices
+
+org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http://localhost:19080/opencmis/services/RepositoryService?wsdl
+org.apache.chemistry.opencmis.binding.webservices.NavigationService=http://localhost:19080/opencmis/services/NavigationService?wsdl
+org.apache.chemistry.opencmis.binding.webservices.ObjectService=http://localhost:19080/opencmis/services/ObjectService?wsdl
+org.apache.chemistry.opencmis.binding.webservices.VersioningService=http://localhost:19080/opencmis/services/VersioningService?wsdl
+org.apache.chemistry.opencmis.binding.webservices.DiscoveryService=http://localhost:19080/opencmis/services/DiscoveryService?wsdl
+org.apache.chemistry.opencmis.binding.webservices.RelationshipService=http://localhost:19080/opencmis/services/RelationshipService?wsdl
+org.apache.chemistry.opencmis.binding.webservices.MultiFilingService=http://localhost:19080/opencmis/services/MultiFilingService?wsdl
+org.apache.chemistry.opencmis.binding.webservices.PolicyService=http://localhost:19080/opencmis/services/PolicyService?wsdl
+org.apache.chemistry.opencmis.binding.webservices.ACLService=http://localhost:19080/opencmis/services/ACLService?wsdl
+
+org.apache.chemistry.opencmis.locale.iso639=de 
+org.apache.chemistry.opencmis.locale.iso3166= 
+org.apache.chemistry.opencmis.locale.variant= 
+
+org.apache.chemistry.opencmis.session.type=persistent
+org.apache.chemistry.opencmis.session.repository.id=test
+
+org.apache.chemistry.opencmis.fit.runtime.document.type.id=cmis:document
+org.apache.chemistry.opencmis.fit.runtime.folder.type.id=cmis:folder
+
+org.apache.chemistry.opencmis.fit.runtime.document1.name=My_Document-0-0
+org.apache.chemistry.opencmis.fit.runtime.document2.name=My_Document-0-1
+org.apache.chemistry.opencmis.fit.runtime.folder1.name=My_Folder-0-0
+org.apache.chemistry.opencmis.fit.runtime.folder2.name=My_Folder-0-1

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/log4j.properties?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/log4j.properties (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/src/test/resources/log4j.properties Tue Jun 15 15:51:42 2010
@@ -1,3 +1,24 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
 #sample log4j.properties
 
 log4j.rootCategory=DEBUG, R, O

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runCreate.bat
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runCreate.bat?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runCreate.bat (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runCreate.bat Tue Jun 15 15:51:42 2010
@@ -1 +1,21 @@
-call runcmd.bat --Binding=AtomPub --Command=CreateDocument --RepositoryId=A1 --ContentSizeInKB=25
\ No newline at end of file
+rem
+rem
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+rem
+rem
+call runcmd.bat --Binding=AtomPub --Command=CreateDocument --RepositoryId=A1 --ContentSizeInKB=25

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runcmd.bat
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runcmd.bat?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runcmd.bat (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runcmd.bat Tue Jun 15 15:51:42 2010
@@ -1,31 +1,51 @@
-set M2_REPO=c:\java\maven-repository
-set JAVA_HOME=C:\Java\jdk.1.6.0_14
-set PATH=%JAVA_HOME%\bin
-
-java -Dopencmis.test.atompub.url=http://localhost:8080/opencmis/atom -cp ^
-./target/classes;^
-%M2_REPO%/javax/activation/activation/1.1/activation-1.1.jar;^
-%M2_REPO%/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar;^
-%M2_REPO%/javax/xml/ws/jaxws-api/2.1/jaxws-api-2.1.jar;^
-%M2_REPO%/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar;^
-%M2_REPO%/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar;^
-%M2_REPO%/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar;^
-%M2_REPO%/javax/xml/stream/stax-api/1.0/stax-api-1.0.jar;^
-%M2_REPO%/commons-codec/commons-codec/1.4/commons-codec-1.4.jar;^
-%M2_REPO%/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar;^
-%M2_REPO%/com/sun/xml/bind/jaxb-impl/2.1.11/jaxb-impl-2.1.11.jar;^
-%M2_REPO%/com/sun/xml/ws/jaxws-rt/2.1.7/jaxws-rt-2.1.7.jar;^
-%M2_REPO%/net/sf/jopt-simple/jopt-simple/3.2/jopt-simple-3.2.jar;^
-%M2_REPO%/junit/junit/4.8.1/junit-4.8.1.jar;^
-%M2_REPO%/org/jvnet/mimepull/1.3/mimepull-1.3.jar;^
-%M2_REPO%/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar;^
-%M2_REPO%/com/sun/xml/messaging/saaj/saaj-impl/1.3.3/saaj-impl-1.3.3.jar;^
-%M2_REPO%/stax/stax-api/1.0.1/stax-api-1.0.1.jar;^
-%M2_REPO%/org/jvnet/staxex/stax-ex/1.2/stax-ex-1.2.jar;^
-%M2_REPO%/com/sun/xml/stream/buffer/streambuffer/0.9/streambuffer-0.9.jar;^
-%M2_REPO%/org/codehaus/woodstox/wstx-asl/3.2.3/wstx-asl-3.2.3.jar;^
-%M2_REPO%/org/apache/chemistry/opencmis/chemistry-opencmis-client-bindings/0.1-incubating-SNAPSHOT/chemistry-opencmis-client-bindings-0.1-incubating-SNAPSHOT.jar;^
-%M2_REPO%/org/apache/chemistry/opencmis/chemistry-opencmis-commons-impl/0.1-incubating-SNAPSHOT/chemistry-opencmis-commons-impl-0.1-incubating-SNAPSHOT.jar;^
-%M2_REPO%/org/apache/chemistry/opencmis/chemistry-opencmis-commons-api/0.1-incubating-SNAPSHOT/chemistry-opencmis-commons-api-0.1-incubating-SNAPSHOT.jar;^
-%M2_REPO%/org/apache/chemistry/opencmis/chemistry-opencmis-test-util/0.1-incubating-SNAPSHOT/chemistry-opencmis-test-util-0.1-incubating-SNAPSHOT.jar ^
-org.apache.chemistry.opencmis.util.repository.ObjGenApp %*
+rem
+rem
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+rem
+rem
+set M2_REPO=c:\java\maven-repository
+set JAVA_HOME=C:\Java\jdk.1.6.0_14
+set PATH=%JAVA_HOME%\bin
+
+java -Dopencmis.test.atompub.url=http://localhost:8080/opencmis/atom -cp ^
+./target/classes;^
+%M2_REPO%/javax/activation/activation/1.1/activation-1.1.jar;^
+%M2_REPO%/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar;^
+%M2_REPO%/javax/xml/ws/jaxws-api/2.1/jaxws-api-2.1.jar;^
+%M2_REPO%/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar;^
+%M2_REPO%/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar;^
+%M2_REPO%/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar;^
+%M2_REPO%/javax/xml/stream/stax-api/1.0/stax-api-1.0.jar;^
+%M2_REPO%/commons-codec/commons-codec/1.4/commons-codec-1.4.jar;^
+%M2_REPO%/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar;^
+%M2_REPO%/com/sun/xml/bind/jaxb-impl/2.1.11/jaxb-impl-2.1.11.jar;^
+%M2_REPO%/com/sun/xml/ws/jaxws-rt/2.1.7/jaxws-rt-2.1.7.jar;^
+%M2_REPO%/net/sf/jopt-simple/jopt-simple/3.2/jopt-simple-3.2.jar;^
+%M2_REPO%/junit/junit/4.8.1/junit-4.8.1.jar;^
+%M2_REPO%/org/jvnet/mimepull/1.3/mimepull-1.3.jar;^
+%M2_REPO%/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar;^
+%M2_REPO%/com/sun/xml/messaging/saaj/saaj-impl/1.3.3/saaj-impl-1.3.3.jar;^
+%M2_REPO%/stax/stax-api/1.0.1/stax-api-1.0.1.jar;^
+%M2_REPO%/org/jvnet/staxex/stax-ex/1.2/stax-ex-1.2.jar;^
+%M2_REPO%/com/sun/xml/stream/buffer/streambuffer/0.9/streambuffer-0.9.jar;^
+%M2_REPO%/org/codehaus/woodstox/wstx-asl/3.2.3/wstx-asl-3.2.3.jar;^
+%M2_REPO%/org/apache/chemistry/opencmis/chemistry-opencmis-client-bindings/0.1-incubating-SNAPSHOT/chemistry-opencmis-client-bindings-0.1-incubating-SNAPSHOT.jar;^
+%M2_REPO%/org/apache/chemistry/opencmis/chemistry-opencmis-commons-impl/0.1-incubating-SNAPSHOT/chemistry-opencmis-commons-impl-0.1-incubating-SNAPSHOT.jar;^
+%M2_REPO%/org/apache/chemistry/opencmis/chemistry-opencmis-commons-api/0.1-incubating-SNAPSHOT/chemistry-opencmis-commons-api-0.1-incubating-SNAPSHOT.jar;^
+%M2_REPO%/org/apache/chemistry/opencmis/chemistry-opencmis-test-util/0.1-incubating-SNAPSHOT/chemistry-opencmis-test-util-0.1-incubating-SNAPSHOT.jar ^
+org.apache.chemistry.opencmis.util.repository.ObjGenApp %*

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runfill.bat
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runfill.bat?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runfill.bat (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/runfill.bat Tue Jun 15 15:51:42 2010
@@ -1,2 +1,22 @@
-call runcmd.bat --Command=FillRepository --RepositoryId=A1 --Depth=1 --DocsPerFolder=1 ^
---FoldersPerFolder=0  --ContentSizeInKB=25
\ No newline at end of file
+rem
+rem
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem
+rem   http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+rem
+rem
+call runcmd.bat --Command=FillRepository --RepositoryId=A1 --Depth=1 --DocsPerFolder=1 ^
+--FoldersPerFolder=0  --ContentSizeInKB=25

Modified: incubator/chemistry/opencmis/trunk/src/site/apt/browser.apt
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/site/apt/browser.apt?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/site/apt/browser.apt (original)
+++ incubator/chemistry/opencmis/trunk/src/site/apt/browser.apt Tue Jun 15 15:51:42 2010
@@ -1,5 +1,26 @@
+~~
+~~
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~
+~~
+
   -----
   OpenCMIS Browser
   -----
   
-  Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.
\ No newline at end of file
+  Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.

Modified: incubator/chemistry/opencmis/trunk/src/site/apt/client-api.apt
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/site/apt/client-api.apt?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/site/apt/client-api.apt (original)
+++ incubator/chemistry/opencmis/trunk/src/site/apt/client-api.apt Tue Jun 15 15:51:42 2010
@@ -1,6 +1,27 @@
+~~
+~~
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~
+~~
+
   -----
   OpenCMIS Client API
   -----
 
   Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.
-  
\ No newline at end of file
+  

Modified: incubator/chemistry/opencmis/trunk/src/site/apt/client-binding.apt
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/site/apt/client-binding.apt?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/site/apt/client-binding.apt (original)
+++ incubator/chemistry/opencmis/trunk/src/site/apt/client-binding.apt Tue Jun 15 15:51:42 2010
@@ -1,3 +1,24 @@
+~~
+~~
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~
+~~
+
   -----
   OpenCMIS Client Binding Layer
   -----

Modified: incubator/chemistry/opencmis/trunk/src/site/apt/how-to-build.apt
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/site/apt/how-to-build.apt?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/site/apt/how-to-build.apt (original)
+++ incubator/chemistry/opencmis/trunk/src/site/apt/how-to-build.apt Tue Jun 15 15:51:42 2010
@@ -1,3 +1,24 @@
+~~
+~~
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~
+~~
+
   -----
   How to build OpenCMIS
   -----
@@ -40,4 +61,4 @@ mvn package assembly:assembly
   The server framework will be build with the whole project. There are no additional step necessary.  
   Please refer to the {{{./server.html}Server Framework}} page for more information how to use it.
 
-  
\ No newline at end of file
+  

Modified: incubator/chemistry/opencmis/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/site/apt/index.apt?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/site/apt/index.apt (original)
+++ incubator/chemistry/opencmis/trunk/src/site/apt/index.apt Tue Jun 15 15:51:42 2010
@@ -1,3 +1,24 @@
+~~
+~~
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~
+~~
+
   -----
   OpenCMIS
   -----
@@ -26,4 +47,4 @@ OpenCMIS
   
   * <<Tests and Tools>>
     
-	* {{{./browser.html}CMIS Browser}}
\ No newline at end of file
+	* {{{./browser.html}CMIS Browser}}

Modified: incubator/chemistry/opencmis/trunk/src/site/apt/server-fileshare.apt
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/site/apt/server-fileshare.apt?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/site/apt/server-fileshare.apt (original)
+++ incubator/chemistry/opencmis/trunk/src/site/apt/server-fileshare.apt Tue Jun 15 15:51:42 2010
@@ -1,5 +1,26 @@
+~~
+~~
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~
+~~
+
   -----
   OpenCMIS FileShare Repository
   -----
 
-  Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.
\ No newline at end of file
+  Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.

Modified: incubator/chemistry/opencmis/trunk/src/site/apt/server-inmemory.apt
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/site/apt/server-inmemory.apt?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/site/apt/server-inmemory.apt (original)
+++ incubator/chemistry/opencmis/trunk/src/site/apt/server-inmemory.apt Tue Jun 15 15:51:42 2010
@@ -1,5 +1,26 @@
+~~
+~~
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~
+~~
+
   -----
   OpenCMIS In-Memory Repository
   -----
 
-  Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.
\ No newline at end of file
+  Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.

Modified: incubator/chemistry/opencmis/trunk/src/site/apt/server.apt
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/site/apt/server.apt?rev=954941&r1=954940&r2=954941&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/site/apt/server.apt (original)
+++ incubator/chemistry/opencmis/trunk/src/site/apt/server.apt Tue Jun 15 15:51:42 2010
@@ -1,5 +1,26 @@
+~~
+~~
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~
+~~
+
   -----
   OpenCMIS Server Framework
   -----
 
-  Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.
\ No newline at end of file
+  Please see the {{{http://cwiki.apache.org/CMIS/opencmis.html}OpenCMIS Wiki}}.