From 63725fbf568907234a3ba13d7c9685390c4b0ad0 Mon Sep 17 00:00:00 2001 From: pb Date: Fri, 31 Oct 2014 02:07:26 +0000 Subject: [PATCH] Added minor documentation, fixed and synced netbeans integration. In sync with fedorahosted r2846 git-svn-id: https://svn.libreccm.org/ccm/trunk@2932 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/src/com/arsdigita/web/Web.java | 5 +++++ tools-ng/netbeans/project.xml | 23 ++++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/ccm-core/src/com/arsdigita/web/Web.java b/ccm-core/src/com/arsdigita/web/Web.java index 6721a89a4..c4b6b2491 100755 --- a/ccm-core/src/com/arsdigita/web/Web.java +++ b/ccm-core/src/com/arsdigita/web/Web.java @@ -104,6 +104,7 @@ public class Web { * Gets the web context object from the current thread. * * @return A WebContext object; it cannot be null + * Note: Rename from getContext() */ public static WebContext getWebContext() { if (s_context == null) { @@ -486,6 +487,10 @@ public class Web { */ // private static final Map s_contexts = new HashMap(); + /** + * @deprecated renamed to getWebContext + */ +// getContext() /** * Gets the servlet context matching the provided URI. The URI diff --git a/tools-ng/netbeans/project.xml b/tools-ng/netbeans/project.xml index ec52ec173..dc8dcc1bf 100644 --- a/tools-ng/netbeans/project.xml +++ b/tools-ng/netbeans/project.xml @@ -259,12 +259,6 @@ ccm-cms-types-simpleaddress/src UTF-8 - - - java - ccm-cms-types-simpleorganization/src - UTF-8 - java @@ -511,6 +505,12 @@ ccm-ldn-types-esdservice/src UTF-8 + + + java + ccm-ldn-types-organization/src + UTF-8 + java @@ -866,10 +866,6 @@ ccm-cms-types-simpleaddress/src - - - ccm-cms-types-simpleorganization/src - ccm-cms-types-siteproxy/src @@ -1038,6 +1034,10 @@ ccm-ldn-types-esdservice/src + + + ccm-ldn-types-organization/src + ccm-ldn-userpreferences/src @@ -1178,6 +1178,7 @@ ccm-cms-types-contact/src ccm-cms-types-decisiontree/src ccm-cms-types-esdservice/src + ccm-cms-types-organization/src ccm-cms-types-event/src ccm-cms-types-faqitem/src ccm-cms-types-filestorageitem/src @@ -1201,7 +1202,6 @@ ccm-cms-types-researchnetwork/src ccm-cms-types-service/src ccm-cms-types-simpleaddress/src - ccm-cms-types-simpleorganisation/src ccm-cms-types-siteproxy/src ccm-cms-types-survey/src ccm-cms-types-xmlfeed/src @@ -1244,6 +1244,7 @@ ccm-ldn-types-contact/src ccm-ldn-types-councillor/src ccm-ldn-types-esdservice/src + ccm-ldn-types-organization/src ccm-ldn-userpreferences/src ccm-ldn-util/src ccm-lbc-aplaws/src