You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/08/22 11:20:49 UTC

syncope git commit: [SYNCOPE-809] Fixing HTMLEditor Resource Bundle location

Repository: syncope
Updated Branches:
  refs/heads/master 8e7ed0daa -> 5c304ad72


[SYNCOPE-809] Fixing HTMLEditor Resource Bundle location


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

Branch: refs/heads/master
Commit: 5c304ad72dcd6d71a97cc73f9f3e96b1aac39d9b
Parents: 8e7ed0d
Author: Tushar <tu...@gmail.com>
Authored: Mon Aug 22 16:12:25 2016 +0530
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Aug 22 13:20:34 2016 +0200

----------------------------------------------------------------------
 .../org.apache.syncope.ide.eclipse.plugin/build.properties        | 3 ++-
 .../org/apache/syncope/ide/eclipse/plugin/editors/HTMLEditor.java | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/5c304ad7/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
index 13ef6f0..de5f479 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
@@ -16,7 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-source.. = src/main/java/
+source.. = src/main/java/,\
+src/main/resources
 output.. = bin/
 bin.includes = plugin.xml,\
       META-INF/,\

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c304ad7/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/HTMLEditor.java
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/HTMLEditor.java b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/HTMLEditor.java
index 95768cd..e2e3fd8 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/HTMLEditor.java
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/HTMLEditor.java
@@ -32,7 +32,7 @@ import org.eclipse.ui.texteditor.TextEditorAction;
 
 public class HTMLEditor extends TextEditor {
     
-    private static final String RESOURCE_BUNDLE = "/src/main/resources/HTMLEditor";
+    private static final String RESOURCE_BUNDLE = "HTMLEditor";
             
     public HTMLEditor() {
         super();