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 2018/03/16 07:47:32 UTC

[1/2] syncope git commit: SYNCOPE-1220 Fixing the netbeans plugin

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 2b1b9561f -> 3a438184f
  refs/heads/master 1976aa9ed -> bdabec04b


SYNCOPE-1220 Fixing the netbeans plugin


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

Branch: refs/heads/2_0_X
Commit: 3a438184f3db62bef4cbd48939fc57e633268b38
Parents: 2b1b956
Author: rohanjulka19 <ro...@gmail.com>
Authored: Mon Mar 12 16:45:22 2018 +0530
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 16 08:46:47 2018 +0100

----------------------------------------------------------------------
 ide/netbeans/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/3a438184/ide/netbeans/pom.xml
----------------------------------------------------------------------
diff --git a/ide/netbeans/pom.xml b/ide/netbeans/pom.xml
index 34ec953..b4261e6 100644
--- a/ide/netbeans/pom.xml
+++ b/ide/netbeans/pom.xml
@@ -181,7 +181,7 @@ under the License.
           <include>org/apache/syncope/**/*.png</include>
         </includes>
       </resource>
-      
+
       <resource>
         <directory>${basedir}</directory>
         <targetPath>META-INF</targetPath>


[2/2] syncope git commit: SYNCOPE-1220 Fixing the netbeans plugin - This closes #68

Posted by il...@apache.org.
SYNCOPE-1220 Fixing the netbeans plugin - This closes #68


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

Branch: refs/heads/master
Commit: bdabec04b4c6f4dd1e7815a64b5f3a57265abd25
Parents: 1976aa9
Author: rohanjulka19 <ro...@gmail.com>
Authored: Mon Mar 12 16:45:22 2018 +0530
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 16 08:47:09 2018 +0100

----------------------------------------------------------------------
 ide/netbeans/pom.xml                                 |   8 ++++++++
 .../org/apache/syncope/ide/netbeans/view/favicon.png | Bin 0 -> 641 bytes
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bdabec04/ide/netbeans/pom.xml
----------------------------------------------------------------------
diff --git a/ide/netbeans/pom.xml b/ide/netbeans/pom.xml
index 9718285..0ab5629 100644
--- a/ide/netbeans/pom.xml
+++ b/ide/netbeans/pom.xml
@@ -172,6 +172,14 @@ under the License.
     
     <resources>
       <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+        <includes>
+          <include>org/apache/syncope/**/*.png</include>
+        </includes>
+      </resource>
+
+      <resource>
         <directory>${basedir}</directory>
         <targetPath>META-INF</targetPath>
         <includes>

http://git-wip-us.apache.org/repos/asf/syncope/blob/bdabec04/ide/netbeans/src/main/resources/org/apache/syncope/ide/netbeans/view/favicon.png
----------------------------------------------------------------------
diff --git a/ide/netbeans/src/main/resources/org/apache/syncope/ide/netbeans/view/favicon.png b/ide/netbeans/src/main/resources/org/apache/syncope/ide/netbeans/view/favicon.png
new file mode 100644
index 0000000..aa2f3e2
Binary files /dev/null and b/ide/netbeans/src/main/resources/org/apache/syncope/ide/netbeans/view/favicon.png differ