Repository: incubator-juneau Updated Branches: refs/heads/master 44addca0f -> 328615e9a
[JUNEAU-24] Fix RAT issues. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/328615e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/328615e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/328615e9 Branch: refs/heads/master Commit: 328615e9a7bcae4993c77053c0d6bd3aa7fbf418 Parents: 44addca Author: JamesBognar <[email protected]> Authored: Sun Dec 18 12:36:28 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Sun Dec 18 12:36:28 2016 -0500 ---------------------------------------------------------------------- .../eclipse-preferences/juneau-code-templates.xml | 17 ++++++++++++++++- .../eclipse-preferences/juneau-formatter.xml | 14 ++++++++++++++ .../juneau-organize-imports.importorder | 13 ++++++++++++- .../eclipse-preferences/user-dictionary.xml | 14 ++++++++++++++ 4 files changed, 56 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/328615e9/juneau-releng/eclipse-preferences/juneau-code-templates.xml ---------------------------------------------------------------------- diff --git a/juneau-releng/eclipse-preferences/juneau-code-templates.xml b/juneau-releng/eclipse-preferences/juneau-code-templates.xml index 489acf1..cf9c60f 100644 --- a/juneau-releng/eclipse-preferences/juneau-code-templates.xml +++ b/juneau-releng/eclipse-preferences/juneau-code-templates.xml @@ -1,4 +1,19 @@ -<?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">/** +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + *************************************************************************************************************************** + * 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. * + *************************************************************************************************************************** +--> +<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">/** * Bean property getter: <property>${bare_field_name}</property>. * * @return The value of the <property>${bare_field_name}</property> property on this bean, or <jk>null</jk> if it is not set. http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/328615e9/juneau-releng/eclipse-preferences/juneau-formatter.xml ---------------------------------------------------------------------- diff --git a/juneau-releng/eclipse-preferences/juneau-formatter.xml b/juneau-releng/eclipse-preferences/juneau-formatter.xml index aaa6f98..e6706f8 100644 --- a/juneau-releng/eclipse-preferences/juneau-formatter.xml +++ b/juneau-releng/eclipse-preferences/juneau-formatter.xml @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + *************************************************************************************************************************** + * 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. * + *************************************************************************************************************************** +--> <profiles version="12"> <profile kind="CodeFormatterProfile" name="juneau-code-rules" version="12"> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/328615e9/juneau-releng/eclipse-preferences/juneau-organize-imports.importorder ---------------------------------------------------------------------- diff --git a/juneau-releng/eclipse-preferences/juneau-organize-imports.importorder b/juneau-releng/eclipse-preferences/juneau-organize-imports.importorder index 6b9755f..f01ea1b 100644 --- a/juneau-releng/eclipse-preferences/juneau-organize-imports.importorder +++ b/juneau-releng/eclipse-preferences/juneau-organize-imports.importorder @@ -1,5 +1,16 @@ #Organize Import Order -#Sun Dec 18 12:27:11 EST 2016 +# *************************************************************************************************************************** +# * 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. * +# *************************************************************************************************************************** 3=com 2=org 1=javax http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/328615e9/juneau-releng/eclipse-preferences/user-dictionary.xml ---------------------------------------------------------------------- diff --git a/juneau-releng/eclipse-preferences/user-dictionary.xml b/juneau-releng/eclipse-preferences/user-dictionary.xml index 77c78a4..fc610f9 100644 --- a/juneau-releng/eclipse-preferences/user-dictionary.xml +++ b/juneau-releng/eclipse-preferences/user-dictionary.xml @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + *************************************************************************************************************************** + * 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. * + *************************************************************************************************************************** +--> <profiles version="2"> <profile kind="CleanUpProfile" name="juneau-cleanup-rules" version="2"> <setting id="cleanup.format_source_code" value="false"/>
