Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 6cb0b1748 -> 3c277ab4e
Fix javadoc issues. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/3c277ab4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/3c277ab4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/3c277ab4 Branch: refs/heads/asf-site Commit: 3c277ab4ec107aa477e14e3d7ceadac3ef182edf Parents: 6cb0b17 Author: JamesBognar <[email protected]> Authored: Sun Feb 5 15:33:27 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Sun Feb 5 15:33:27 2017 -0500 ---------------------------------------------------------------------- .settings/org.eclipse.wst.validation.prefs | 9 +++++++++ .settings/org.eclipse.wst.xml.core.prefs | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3c277ab4/.settings/org.eclipse.wst.validation.prefs ---------------------------------------------------------------------- diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs new file mode 100644 index 0000000..001809b --- /dev/null +++ b/.settings/org.eclipse.wst.validation.prefs @@ -0,0 +1,9 @@ +DELEGATES_PREFERENCE=delegateValidatorList +USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.wsi.ui.internal.WSIMessageValidator; +USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.wsi.ui.internal.WSIMessageValidator; +USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.700.v201508251749 +eclipse.preferences.version=1 +override=true +suspend=false +vals/org.eclipse.wst.xml.core.xml/global=FF03 +vf.version=3 http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3c277ab4/.settings/org.eclipse.wst.xml.core.prefs ---------------------------------------------------------------------- diff --git a/.settings/org.eclipse.wst.xml.core.prefs b/.settings/org.eclipse.wst.xml.core.prefs new file mode 100644 index 0000000..b663641 --- /dev/null +++ b/.settings/org.eclipse.wst.xml.core.prefs @@ -0,0 +1,18 @@ +attributeHasNoValue=2 +eclipse.preferences.version=1 +endTagWithAttributes=2 +honourAllSchemaLocations=false +indicateNoGrammar=-1 +indiciateNoDocumentElement=-1 +markupValidation=false +missingClosingBracket=2 +missingClosingQuote=2 +missingEndTag=2 +missingQuotes=2 +missingStartTag=2 +missingTagName=2 +namespaceInPITarget=2 +use-project-settings=true +whitespaceAtStart=2 +whitespaceBeforeTagName=2 +xinclude=false
