From ffcd769dcc4d6b780062ef937128c8b404508c64 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Sat, 25 Mar 2017 16:24:30 +0000 Subject: [PATCH] Add packages, Checkstyle configuration --- .checkstyle | 10 ++++++++++ .project | 6 ++++++ .../iay/incommon/dom/saml/package-info.java | 18 ++++++++++++++++++ .../java/uk/org/iay/incommon/package-info.java | 18 ++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 .checkstyle create mode 100644 src/main/java/uk/org/iay/incommon/dom/saml/package-info.java create mode 100644 src/main/java/uk/org/iay/incommon/package-info.java diff --git a/.checkstyle b/.checkstyle new file mode 100644 index 0000000..d3f95a2 --- /dev/null +++ b/.checkstyle @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.project b/.project index 8dffbda..a45af57 100644 --- a/.project +++ b/.project @@ -20,10 +20,16 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.springframework.ide.eclipse.core.springnature org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/src/main/java/uk/org/iay/incommon/dom/saml/package-info.java b/src/main/java/uk/org/iay/incommon/dom/saml/package-info.java new file mode 100644 index 0000000..675fd7d --- /dev/null +++ b/src/main/java/uk/org/iay/incommon/dom/saml/package-info.java @@ -0,0 +1,18 @@ +/* + * Licensed 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. + */ + +/** + * Aggregator beans dealing with SAML metadata. + */ +package uk.org.iay.incommon.dom.saml; diff --git a/src/main/java/uk/org/iay/incommon/package-info.java b/src/main/java/uk/org/iay/incommon/package-info.java new file mode 100644 index 0000000..869eb71 --- /dev/null +++ b/src/main/java/uk/org/iay/incommon/package-info.java @@ -0,0 +1,18 @@ +/* + * Licensed 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. + */ + +/** + * Aggregator beans for the InCommon federation. + */ +package uk.org.iay.incommon;