Repository: camel
Updated Branches:
  refs/heads/master cb9667eac -> 96d5ef0b5


Polished javadoc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/96d5ef0b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/96d5ef0b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/96d5ef0b

Branch: refs/heads/master
Commit: 96d5ef0b5f901268f5991e6c9a1230df406f1878
Parents: cb9667e
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sat Feb 6 09:00:08 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sat Feb 6 09:00:08 2016 +0100

----------------------------------------------------------------------
 .../org/apache/camel/language/spel/package.html | 25 ++++++++++++++++++++
 .../org/apache/camel/osgi/package-info.java     |  4 ++++
 .../apache/camel/spring/handler/package.html    |  2 +-
 .../camel/spring/pollingconsumer/package.html   | 25 ++++++++++++++++++++
 .../org/apache/camel/spring/spi/package.html    |  2 +-
 5 files changed, 56 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/96d5ef0b/components/camel-spring/src/main/java/org/apache/camel/language/spel/package.html
----------------------------------------------------------------------
diff --git 
a/components/camel-spring/src/main/java/org/apache/camel/language/spel/package.html
 
b/components/camel-spring/src/main/java/org/apache/camel/language/spel/package.html
new file mode 100644
index 0000000..3272ff8
--- /dev/null
+++ 
b/components/camel-spring/src/main/java/org/apache/camel/language/spel/package.html
@@ -0,0 +1,25 @@
+<!--
+    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.
+-->
+<html>
+<head>
+</head>
+<body>
+
+The <a href="http://camel.apache.org/spel.html";>Spring Expression Language 
(SpEL)</a> language.
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/camel/blob/96d5ef0b/components/camel-spring/src/main/java/org/apache/camel/osgi/package-info.java
----------------------------------------------------------------------
diff --git 
a/components/camel-spring/src/main/java/org/apache/camel/osgi/package-info.java 
b/components/camel-spring/src/main/java/org/apache/camel/osgi/package-info.java
index cc4aaf5..7a74aef 100644
--- 
a/components/camel-spring/src/main/java/org/apache/camel/osgi/package-info.java
+++ 
b/components/camel-spring/src/main/java/org/apache/camel/osgi/package-info.java
@@ -14,5 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
+/**
+ * OSGi with Spring-DM (deprecated)
+ */
 @javax.xml.bind.annotation.XmlSchema(namespace = 
"http://camel.apache.org/schema/osgi";, elementFormDefault = 
javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
 package org.apache.camel.osgi;

http://git-wip-us.apache.org/repos/asf/camel/blob/96d5ef0b/components/camel-spring/src/main/java/org/apache/camel/spring/handler/package.html
----------------------------------------------------------------------
diff --git 
a/components/camel-spring/src/main/java/org/apache/camel/spring/handler/package.html
 
b/components/camel-spring/src/main/java/org/apache/camel/spring/handler/package.html
index ffe3b1d..c72ddeb 100644
--- 
a/components/camel-spring/src/main/java/org/apache/camel/spring/handler/package.html
+++ 
b/components/camel-spring/src/main/java/org/apache/camel/spring/handler/package.html
@@ -19,7 +19,7 @@
 </head>
 <body>
 
-Spring 2.x custom XML handling to allow namespace based XML to be parsed from 
inside any Spring XML
+Spring custom XML handling to allow namespace based XML to be parsed from 
inside any Spring XML
 
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/camel/blob/96d5ef0b/components/camel-spring/src/main/java/org/apache/camel/spring/pollingconsumer/package.html
----------------------------------------------------------------------
diff --git 
a/components/camel-spring/src/main/java/org/apache/camel/spring/pollingconsumer/package.html
 
b/components/camel-spring/src/main/java/org/apache/camel/spring/pollingconsumer/package.html
new file mode 100644
index 0000000..e682a7c
--- /dev/null
+++ 
b/components/camel-spring/src/main/java/org/apache/camel/spring/pollingconsumer/package.html
@@ -0,0 +1,25 @@
+<!--
+    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.
+-->
+<html>
+<head>
+</head>
+<body>
+
+Spring based scheduled poll consumer that is able to use Spring's cron 
scheduler
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/camel/blob/96d5ef0b/components/camel-spring/src/main/java/org/apache/camel/spring/spi/package.html
----------------------------------------------------------------------
diff --git 
a/components/camel-spring/src/main/java/org/apache/camel/spring/spi/package.html
 
b/components/camel-spring/src/main/java/org/apache/camel/spring/spi/package.html
index be2ebfd..57ee0d7 100644
--- 
a/components/camel-spring/src/main/java/org/apache/camel/spring/spi/package.html
+++ 
b/components/camel-spring/src/main/java/org/apache/camel/spring/spi/package.html
@@ -19,7 +19,7 @@
 </head>
 <body>
 
-Plugins to the CamleContext when running in Spring
+Plugins to the CamelContext when running in Spring
 
 </body>
 </html>

Reply via email to