Repository: incubator-juneau
Updated Branches:
  refs/heads/master 013743dc4 -> e0fe84b4d


Fix RAT errors.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/e0fe84b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/e0fe84b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/e0fe84b4

Branch: refs/heads/master
Commit: e0fe84b4d7b565e5b8e6717807a243327a97201d
Parents: 013743d
Author: jamesbognar <jamesbog...@gmail.com>
Authored: Fri Sep 16 14:08:44 2016 -0400
Committer: jamesbognar <jamesbog...@gmail.com>
Committed: Fri Sep 16 14:08:44 2016 -0400

----------------------------------------------------------------------
 juneau-client/.settings/org.eclipse.jdt.ui.prefs        |  2 +-
 .../.settings/org.eclipse.jdt.ui.prefs                  |  2 +-
 juneau-microservice/.settings/org.eclipse.jdt.ui.prefs  |  2 +-
 juneau-releng/user-dictionary.txt                       | 12 ++++++++++++
 juneau-samples/.settings/org.eclipse.jdt.ui.prefs       |  2 +-
 .../org/apache/juneau/server/samples/_TestSuite.java    | 12 ++++++++++++
 juneau-server-test/.settings/org.eclipse.jdt.ui.prefs   |  2 +-
 .../java/org/apache/juneau/server/test/_TestSuite.java  | 12 ++++++++++++
 juneau-server/.settings/org.eclipse.jdt.ui.prefs        |  2 +-
 pom.xml                                                 |  1 +
 10 files changed, 43 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-client/.settings/org.eclipse.jdt.ui.prefs
----------------------------------------------------------------------
diff --git a/juneau-client/.settings/org.eclipse.jdt.ui.prefs 
b/juneau-client/.settings/org.eclipse.jdt.ui.prefs
index 60264f0..18a1f0f 100755
--- a/juneau-client/.settings/org.eclipse.jdt.ui.prefs
+++ b/juneau-client/.settings/org.eclipse.jdt.ui.prefs
@@ -77,7 +77,7 @@ org.eclipse.jdt.ui.exception.name=e
 org.eclipse.jdt.ui.gettersetter.use.is=true
 org.eclipse.jdt.ui.ignorelowercasenames=true
 org.eclipse.jdt.ui.importorder=java;javax;org;com;
-org.eclipse.jdt.ui.javadoc=false
+org.eclipse.jdt.ui.javadoc=true
 org.eclipse.jdt.ui.keywordthis=false
 org.eclipse.jdt.ui.ondemandthreshold=1
 org.eclipse.jdt.ui.overrideannotation=true

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-microservice-template/.settings/org.eclipse.jdt.ui.prefs
----------------------------------------------------------------------
diff --git a/juneau-microservice-template/.settings/org.eclipse.jdt.ui.prefs 
b/juneau-microservice-template/.settings/org.eclipse.jdt.ui.prefs
index 402e65f..dad4676 100644
--- a/juneau-microservice-template/.settings/org.eclipse.jdt.ui.prefs
+++ b/juneau-microservice-template/.settings/org.eclipse.jdt.ui.prefs
@@ -70,5 +70,5 @@ cleanup.use_type_arguments=false
 cleanup_profile=_juneau-cleanup-rules
 cleanup_settings_version=2
 eclipse.preferences.version=1
-org.eclipse.jdt.ui.javadoc=false
+org.eclipse.jdt.ui.javadoc=true
 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" 
encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" 
context\="gettercomment_context" deleted\="false" description\="Comment for 
getter method" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" 
name\="gettercomment">/**\n * @return the ${bare_field_name}\n 
*/</template><template autoinsert\="true" context\="settercomment_context" 
deleted\="false" description\="Comment for setter method" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" 
name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n 
*/</template><template autoinsert\="true" context\="constructorcomment_context" 
deleted\="false" description\="Comment for created constructors" 
enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" 
name\="constructorcomment">/**\n * ${tags}\n */</template><template 
autoinsert\="false" context\="filecomment_context
 " deleted\="false" description\="Comment for created Java files" 
enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" 
name\="filecomment">// 
***************************************************************************************************************************\n//
 * Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.  See the NOTICE file *\n// * distributed with 
this work for additional information regarding copyright ownership.  The ASF 
licenses this file        *\n// * to you under the Apache License, Version 2.0 
(the "License"); you may not use this file except in compliance            
*\n// * with the License.  You may obtain a copy of the License at              
                                                * \n// *                        
                                                                                
                 *\n// *  http\://www.apache.org/licenses/LICENSE-2.0           
           
                                                        *\n// *                 
                                                                                
                        *\n// * Unless required by applicable law or agreed to 
in writing, software distributed under the License is distributed on an  *\n// 
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.  See the License for the        *\n// * specific language governing 
permissions and limitations under the License.                                  
            *\n// 
***************************************************************************************************************************</template><template
 autoinsert\="true" context\="typecomment_context" deleted\="false" 
description\="Comment for created types" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" 
name\="typecomment">/**\n * @author ${user}\n *\n * ${tags}\n 
*/</template><template autoinsert\="tr
 ue" context\="fieldcomment_context" deleted\="false" description\="Comment for 
fields" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" 
name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" 
context\="methodcomment_context" deleted\="false" description\="Comment for 
non-overriding methods" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" 
name\="methodcomment">/**\n * ${tags}\n */</template><template 
autoinsert\="true" context\="overridecomment_context" deleted\="false" 
description\="Comment for overriding methods" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" 
name\="overridecomment">/* (non-Javadoc)\n * ${see_to_overridden}\n 
*/</template><template autoinsert\="true" context\="delegatecomment_context" 
deleted\="false" description\="Comment for delegate methods" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" 
name\="delegatecomment">/**\n * ${tags}\n * ${see_t
 o_target}\n */</template><template autoinsert\="true" 
context\="newtype_context" deleted\="false" description\="Newly created files" 
enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" 
name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template
 autoinsert\="true" context\="classbody_context" deleted\="false" 
description\="Code in new class type bodies" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.classbody" 
name\="classbody">\n</template><template autoinsert\="true" 
context\="interfacebody_context" deleted\="false" description\="Code in new 
interface type bodies" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" 
name\="interfacebody">\n</template><template autoinsert\="true" 
context\="enumbody_context" deleted\="false" description\="Code in new enum 
type bodies" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" 
name\="enumbody">\n</template><template autoins
 ert\="true" context\="annotationbody_context" deleted\="false" 
description\="Code in new annotation type bodies" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" 
name\="annotationbody">\n</template><template autoinsert\="true" 
context\="catchblock_context" deleted\="false" description\="Code in new catch 
blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" 
name\="catchblock">// ${todo} Auto-generated catch 
block\n${exception_var}.printStackTrace();</template><template 
autoinsert\="true" context\="methodbody_context" deleted\="false" 
description\="Code in created method stubs" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// 
${todo} Auto-generated method stub\n${body_statement}</template><template 
autoinsert\="true" context\="constructorbody_context" deleted\="false" 
description\="Code in created constructor stubs" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody"
  name\="constructorbody">${body_statement}\n// ${todo} Auto-generated 
constructor stub</template><template autoinsert\="true" 
context\="getterbody_context" deleted\="false" description\="Code in created 
getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" 
name\="getterbody">return ${field};</template><template autoinsert\="true" 
context\="setterbody_context" deleted\="false" description\="Code in created 
setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" 
name\="setterbody">${field} \= ${param};</template></templates>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-microservice/.settings/org.eclipse.jdt.ui.prefs
----------------------------------------------------------------------
diff --git a/juneau-microservice/.settings/org.eclipse.jdt.ui.prefs 
b/juneau-microservice/.settings/org.eclipse.jdt.ui.prefs
index 8704279..ae86079 100755
--- a/juneau-microservice/.settings/org.eclipse.jdt.ui.prefs
+++ b/juneau-microservice/.settings/org.eclipse.jdt.ui.prefs
@@ -74,7 +74,7 @@ formatter_profile=_juneau-code-rules
 formatter_settings_version=12
 org.eclipse.jdt.ui.ignorelowercasenames=true
 org.eclipse.jdt.ui.importorder=java;javax;org;com;
-org.eclipse.jdt.ui.javadoc=false
+org.eclipse.jdt.ui.javadoc=true
 org.eclipse.jdt.ui.ondemandthreshold=1
 org.eclipse.jdt.ui.staticondemandthreshold=1
 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" 
encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" 
context\="gettercomment_context" deleted\="false" description\="Comment for 
getter method" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" 
name\="gettercomment">/**\n * Bean property getter\:  
&lt;property&gt;${bare_field_name}&lt;/property&gt;.\n *\n * @return The value 
of the &lt;property&gt;${bare_field_name}&lt;/property&gt; property on this 
bean, or &lt;jk&gt;null&lt;/jk&gt; if it is not set.\n */</template><template 
autoinsert\="false" context\="settercomment_context" deleted\="false" 
description\="Comment for setter method" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" 
name\="settercomment">/**\n * Bean property setter\:  
&lt;property&gt;${bare_field_name}&lt;/property&gt;.\n *\n * @param ${param} 
The new value for the &lt;property&gt;${bare_field_name}&lt;/property&gt; 
property on
  this bean.\n * @return This object (for method chaining).\n 
*/</template><template autoinsert\="false" 
context\="constructorcomment_context" deleted\="false" description\="Comment 
for created constructors" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" 
name\="constructorcomment">/**\n * TODO\n * \n * ${tags}\n 
*/</template><template autoinsert\="false" context\="filecomment_context" 
deleted\="false" description\="Comment for created Java files" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">// 
***************************************************************************************************************************\n//
 * Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.  See the NOTICE file *\n// * distributed with 
this work for additional information regarding copyright ownership.  The ASF 
licenses this file        *\n// * to you under the Apache License, V
 ersion 2.0 (the "License"); you may not use this file except in compliance     
       *\n// * with the License.  You may obtain a copy of the License at       
                                                       * \n// *                 
                                                                                
                        *\n// *  http\://www.apache.org/licenses/LICENSE-2.0    
                                                                         *\n// 
*                                                                               
                                          *\n// * Unless required by applicable 
law or agreed to in writing, software distributed under the License is 
distributed on an  *\n// * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY KIND, either express or implied.  See the License for the        *\n// * 
specific language governing permissions and limitations under the License.      
                                        *\n// *******
 
********************************************************************************************************************</template><template
 autoinsert\="false" context\="typecomment_context" deleted\="false" 
description\="Comment for created types" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" 
name\="typecomment">/**\n * TODO\n * &lt;p&gt;\n * \n * @author James Bognar 
(james.bog...@salesforce.com)\n * ${tags}\n */</template><template 
autoinsert\="true" context\="fieldcomment_context" deleted\="false" 
description\="Comment for fields" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" 
name\="fieldcomment">/**\n * \n */</template><template autoinsert\="false" 
context\="methodcomment_context" deleted\="false" description\="Comment for 
non-overriding methods" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" 
name\="methodcomment">/**\n * TODO\n * \n * ${tags}\n */</template><template 
autoinsert\="true" context\="overr
 idecomment_context" deleted\="false" description\="Comment for overriding 
methods" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" 
name\="overridecomment">/* (non-Javadoc)\n * ${see_to_overridden}\n 
*/</template><template autoinsert\="false" context\="delegatecomment_context" 
deleted\="false" description\="Comment for delegate methods" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" 
name\="delegatecomment">/**\n * TODO\n * \n * ${tags}\n * ${see_to_target}\n 
*/</template><template autoinsert\="true" context\="newtype_context" 
deleted\="false" description\="Newly created files" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.newtype" 
name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template
 autoinsert\="true" context\="classbody_context" deleted\="false" 
description\="Code in new class type bodies" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.classb
 ody" name\="classbody">\n</template><template autoinsert\="true" 
context\="interfacebody_context" deleted\="false" description\="Code in new 
interface type bodies" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" 
name\="interfacebody">\n</template><template autoinsert\="true" 
context\="enumbody_context" deleted\="false" description\="Code in new enum 
type bodies" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" 
name\="enumbody">\n</template><template autoinsert\="true" 
context\="annotationbody_context" deleted\="false" description\="Code in new 
annotation type bodies" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" 
name\="annotationbody">\n</template><template autoinsert\="true" 
context\="catchblock_context" deleted\="false" description\="Code in new catch 
blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" 
name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.prin
 tStackTrace();</template><template autoinsert\="true" 
context\="methodbody_context" deleted\="false" description\="Code in created 
method stubs" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// 
${todo} Auto-generated method stub\n${body_statement}</template><template 
autoinsert\="true" context\="constructorbody_context" deleted\="false" 
description\="Code in created constructor stubs" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" 
name\="constructorbody">${body_statement}\n// ${todo} Auto-generated 
constructor stub</template><template autoinsert\="true" 
context\="getterbody_context" deleted\="false" description\="Code in created 
getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" 
name\="getterbody">return ${field};</template><template autoinsert\="true" 
context\="setterbody_context" deleted\="false" description\="Code in created 
setters" enabled\="true" id\="org.eclipse.jdt.ui.text.c
 odetemplates.setterbody" name\="setterbody">${field} \= 
${param};</template></templates>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-releng/user-dictionary.txt
----------------------------------------------------------------------
diff --git a/juneau-releng/user-dictionary.txt 
b/juneau-releng/user-dictionary.txt
index 59e1fdb..1ae6596 100644
--- a/juneau-releng/user-dictionary.txt
+++ b/juneau-releng/user-dictionary.txt
@@ -1,3 +1,15 @@
+ 
***************************************************************************************************************************
+ * 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.  
                                            *
+ 
***************************************************************************************************************************
 abbrev
 juneau
 juno

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-samples/.settings/org.eclipse.jdt.ui.prefs
----------------------------------------------------------------------
diff --git a/juneau-samples/.settings/org.eclipse.jdt.ui.prefs 
b/juneau-samples/.settings/org.eclipse.jdt.ui.prefs
index a7970ef..3e75956 100755
--- a/juneau-samples/.settings/org.eclipse.jdt.ui.prefs
+++ b/juneau-samples/.settings/org.eclipse.jdt.ui.prefs
@@ -74,7 +74,7 @@ org.eclipse.jdt.ui.exception.name=e
 org.eclipse.jdt.ui.gettersetter.use.is=true
 org.eclipse.jdt.ui.ignorelowercasenames=true
 org.eclipse.jdt.ui.importorder=java;javax;org;com;
-org.eclipse.jdt.ui.javadoc=false
+org.eclipse.jdt.ui.javadoc=true
 org.eclipse.jdt.ui.keywordthis=false
 org.eclipse.jdt.ui.ondemandthreshold=1
 org.eclipse.jdt.ui.overrideannotation=true

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-samples/src/test/java/org/apache/juneau/server/samples/_TestSuite.java
----------------------------------------------------------------------
diff --git 
a/juneau-samples/src/test/java/org/apache/juneau/server/samples/_TestSuite.java 
b/juneau-samples/src/test/java/org/apache/juneau/server/samples/_TestSuite.java
index 8c510e5..e537f21 100644
--- 
a/juneau-samples/src/test/java/org/apache/juneau/server/samples/_TestSuite.java
+++ 
b/juneau-samples/src/test/java/org/apache/juneau/server/samples/_TestSuite.java
@@ -1,3 +1,15 @@
+// 
***************************************************************************************************************************
+// * 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.                                              *
+// 
***************************************************************************************************************************
 package org.apache.juneau.server.samples;
 
 import org.apache.juneau.microservice.*;

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-server-test/.settings/org.eclipse.jdt.ui.prefs
----------------------------------------------------------------------
diff --git a/juneau-server-test/.settings/org.eclipse.jdt.ui.prefs 
b/juneau-server-test/.settings/org.eclipse.jdt.ui.prefs
index 5a210d2..6bb6ddb 100755
--- a/juneau-server-test/.settings/org.eclipse.jdt.ui.prefs
+++ b/juneau-server-test/.settings/org.eclipse.jdt.ui.prefs
@@ -77,7 +77,7 @@ org.eclipse.jdt.ui.exception.name=e
 org.eclipse.jdt.ui.gettersetter.use.is=true
 org.eclipse.jdt.ui.ignorelowercasenames=true
 org.eclipse.jdt.ui.importorder=java;javax;org;com;
-org.eclipse.jdt.ui.javadoc=false
+org.eclipse.jdt.ui.javadoc=true
 org.eclipse.jdt.ui.keywordthis=false
 org.eclipse.jdt.ui.ondemandthreshold=1
 org.eclipse.jdt.ui.overrideannotation=true

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-server-test/src/test/java/org/apache/juneau/server/test/_TestSuite.java
----------------------------------------------------------------------
diff --git 
a/juneau-server-test/src/test/java/org/apache/juneau/server/test/_TestSuite.java
 
b/juneau-server-test/src/test/java/org/apache/juneau/server/test/_TestSuite.java
index 3a51a93..68c1c39 100644
--- 
a/juneau-server-test/src/test/java/org/apache/juneau/server/test/_TestSuite.java
+++ 
b/juneau-server-test/src/test/java/org/apache/juneau/server/test/_TestSuite.java
@@ -1,3 +1,15 @@
+// 
***************************************************************************************************************************
+// * 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.                                              *
+// 
***************************************************************************************************************************
 package org.apache.juneau.server.test;
 
 import org.apache.juneau.microservice.*;

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/juneau-server/.settings/org.eclipse.jdt.ui.prefs
----------------------------------------------------------------------
diff --git a/juneau-server/.settings/org.eclipse.jdt.ui.prefs 
b/juneau-server/.settings/org.eclipse.jdt.ui.prefs
index 60264f0..18a1f0f 100755
--- a/juneau-server/.settings/org.eclipse.jdt.ui.prefs
+++ b/juneau-server/.settings/org.eclipse.jdt.ui.prefs
@@ -77,7 +77,7 @@ org.eclipse.jdt.ui.exception.name=e
 org.eclipse.jdt.ui.gettersetter.use.is=true
 org.eclipse.jdt.ui.ignorelowercasenames=true
 org.eclipse.jdt.ui.importorder=java;javax;org;com;
-org.eclipse.jdt.ui.javadoc=false
+org.eclipse.jdt.ui.javadoc=true
 org.eclipse.jdt.ui.keywordthis=false
 org.eclipse.jdt.ui.ondemandthreshold=1
 org.eclipse.jdt.ui.overrideannotation=true

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e0fe84b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 297bcdb..4100bbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,7 @@
                         <excludes>
                             <exclude>**/rat.txt</exclude>
                             <exclude>**/*.log</exclude>
+                            <exclude>**/*.log.*</exclude>
                         </excludes>
                     </configuration>
                     <executions>

Reply via email to