You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by an...@apache.org on 2017/04/24 15:31:20 UTC

[2/2] syncope git commit: [SYNCOPE-808] constant name change

[SYNCOPE-808] constant name change


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

Branch: refs/heads/master
Commit: fbda9672010c777bafdd4bb7e2bd4b59fe617ab4
Parents: d8e18a6
Author: Andrea Patricelli <an...@apache.org>
Authored: Mon Apr 24 17:29:24 2017 +0200
Committer: Andrea Patricelli <an...@apache.org>
Committed: Mon Apr 24 17:29:24 2017 +0200

----------------------------------------------------------------------
 ide/netbeans/nb-configuration.xml                         | 10 +++++-----
 .../org/apache/syncope/ide/netbeans/PluginConstants.java  |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fbda9672/ide/netbeans/nb-configuration.xml
----------------------------------------------------------------------
diff --git a/ide/netbeans/nb-configuration.xml b/ide/netbeans/nb-configuration.xml
index 5f6593d..93c2817 100644
--- a/ide/netbeans/nb-configuration.xml
+++ b/ide/netbeans/nb-configuration.xml
@@ -18,19 +18,19 @@ specific language governing permissions and limitations
 under the License.
 -->
 <project-shared-configuration>
-  <!--
+    <!--
   This file contains additional configuration written by modules in the NetBeans IDE.
   The configuration is intended to be shared among all the users of project and
   therefore it is assumed to be part of version control checkout.
   Without this configuration present, some functionality in the IDE may be limited or fail altogether.
   -->
-  <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
-    <!--
+    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
+        <!--
     Properties that influence various parts of the IDE, especially code formatting and the like. 
     You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
     That way multiple projects can share the same settings (useful for formatting rules for example).
     Any value defined here will override the pom.xml file value but is only applicable to the current project.
     -->
-    <org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
-  </properties>
+        <org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
+    </properties>
 </project-shared-configuration>

http://git-wip-us.apache.org/repos/asf/syncope/blob/fbda9672/ide/netbeans/src/main/java/org/apache/syncope/ide/netbeans/PluginConstants.java
----------------------------------------------------------------------
diff --git a/ide/netbeans/src/main/java/org/apache/syncope/ide/netbeans/PluginConstants.java b/ide/netbeans/src/main/java/org/apache/syncope/ide/netbeans/PluginConstants.java
index 146e36d..ea2fd80 100644
--- a/ide/netbeans/src/main/java/org/apache/syncope/ide/netbeans/PluginConstants.java
+++ b/ide/netbeans/src/main/java/org/apache/syncope/ide/netbeans/PluginConstants.java
@@ -33,7 +33,7 @@ public final class PluginConstants {
     public static final String[] REPORT_TEMPLATE_FORMATS = {
         ReportTemplateFormat.HTML.name(), ReportTemplateFormat.CSV.name(), ReportTemplateFormat.FO.name() };
 
-    public static final String DISPLAY_NAME = "Apache Syncope";
+    public static final String ROOT_NAME = "Apache Syncope";
 
     public static final String TOOL_TIP_TEXT = "This is a Apache Syncope window";