Author: gnodet
Date: Thu Sep 7 13:27:44 2006
New Revision: 441208
URL: http://svn.apache.org/viewvc?view=rev&rev=441208
Log:
Update README to point to the User's Guide
Added:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/README.txt
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/file-binding/README.txt
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/README.txt
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/rss-binding/README.txt
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/vfs-binding/README.txt
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/ws-notification/README.txt
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/README.txt
Added:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/README.txt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/README.txt?view=auto&rev=441208
==============================================================================
---
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/README.txt
(added)
+++
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/README.txt
Thu Sep 7 13:27:44 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+Welcome to the ServiceMix Examples
+==================================
+
+This distribution contains several examples that are a good
+starting point. You will find more informations on the
+user guide:
+ http://incubator.apache.org/servicemix/sm30ug/
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/file-binding/README.txt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/file-binding/README.txt?view=diff&rev=441208&r1=441207&r2=441208
==============================================================================
---
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/file-binding/README.txt
(original)
+++
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/file-binding/README.txt
Thu Sep 7 13:27:44 2006
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
Welcome to the ServiceMix File Binding Example
==============================================
@@ -19,4 +36,4 @@
see it apear in the outbox directory in a few seconds.
For more information see:
-http://incubator.apache.org/servicemix/File
+ http://incubator.apache.org/servicemix/sm30ug/file-binding.html
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/README.txt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/README.txt?view=diff&rev=441208&r1=441207&r2=441208
==============================================================================
---
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/README.txt
(original)
+++
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/README.txt
Thu Sep 7 13:27:44 2006
@@ -16,5 +16,4 @@
For more information on this example please see
-
-http://incubator.apache.org/servicemix/Loan+Broker+example
+ http://incubator.apache.org/servicemix/sm30ug/loan-broker.html
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/rss-binding/README.txt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/rss-binding/README.txt?view=diff&rev=441208&r1=441207&r2=441208
==============================================================================
---
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/rss-binding/README.txt
(original)
+++
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/rss-binding/README.txt
Thu Sep 7 13:27:44 2006
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
Welcome to the ServiceMix RSS Binding Example
================================================
@@ -9,4 +26,4 @@
../../bin/servicemix servicemix.xml
For more information see:
-http://incubator.apache.org/servicemix/RSS
+ http://incubator.apache.org/servicemix/sm30ug/rss-binding.html
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/vfs-binding/README.txt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/vfs-binding/README.txt?view=diff&rev=441208&r1=441207&r2=441208
==============================================================================
---
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/vfs-binding/README.txt
(original)
+++
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/vfs-binding/README.txt
Thu Sep 7 13:27:44 2006
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
Welcome to the ServiceMix VFS Binding Example
=============================================
@@ -26,4 +43,4 @@
few seconds.
For more information see:
-http://incubator.apache.org/servicemix/VFS
+ http://incubator.apache.org/servicemix/sm30ug/vfs-binding.html
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/ws-notification/README.txt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/ws-notification/README.txt?view=diff&rev=441208&r1=441207&r2=441208
==============================================================================
---
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/ws-notification/README.txt
(original)
+++
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/ws-notification/README.txt
Thu Sep 7 13:27:44 2006
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
Welcome to the ServiceMix Web Services - Notification Example
=============================================================
Modified:
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/README.txt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/README.txt?view=diff&rev=441208&r1=441207&r2=441208
==============================================================================
---
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/README.txt
(original)
+++
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/wsn-http-binding/README.txt
Thu Sep 7 13:27:44 2006
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
Welcome to the wsn-http-binding Example
=============================================