Author: cschneider
Date: Tue Aug 23 10:11:25 2011
New Revision: 1160603

URL: http://svn.apache.org/viewvc?rev=1160603&view=rev
Log:
CAMEL-4357 Add package documentation and javadoc grouping

Added:
    camel/trunk/camel-core/src/main/java/org/apache/camel/main/package.html   
(with props)
Modified:
    camel/trunk/camel-core/pom.xml

Modified: camel/trunk/camel-core/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=1160603&r1=1160602&r2=1160603&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Tue Aug 23 10:11:25 2011
@@ -274,6 +274,10 @@
                   
<packages>org.apache.camel.impl:org.apache.camel.impl.*</packages>
                 </group>
                 <group>
+                  <title>Camel Starters</title>
+                  <packages>org.apache.camel.main</packages>
+                </group>
+                <group>
                   <title>Type conversion helper classes</title>
                   
<packages>org.apache.camel.converter:org.apache.camel.converter.*</packages>
                 </group>

Added: camel/trunk/camel-core/src/main/java/org/apache/camel/main/package.html
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/main/package.html?rev=1160603&view=auto
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/main/package.html 
(added)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/main/package.html Tue 
Aug 23 10:11:25 2011
@@ -0,0 +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.
+-->
+<html>
+<head>
+</head>
+<body>
+
+Application level classes that can be used to instantiate camel. These classes 
may access the impl packages. No other package should depend on the main
+package.
+
+</body>
+</html>

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/main/package.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to