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/04/11 08:22:32 UTC

[1/2] syncope git commit: Don't use archive.a.o directly, change to use Maven Central

Repository: syncope
Updated Branches:
  refs/heads/master 8455cb96b -> ed3d61fdf


Don't use archive.a.o directly, change to use Maven Central


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

Branch: refs/heads/master
Commit: daf8019a14cdf9791f645d406230b2881adcb550
Parents: 8455cb9
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Apr 11 08:20:19 2016 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Apr 11 08:20:32 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/daf8019a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23975cf..db4bfbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1432,7 +1432,7 @@ under the License.
             <container>
               <containerId>tomcat8x</containerId>
               <zipUrlInstaller>
-                <url>http://archive.apache.org/dist/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip</url>
+                <url>http://central.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
                 <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                 <extractDir>${project.build.directory}/cargo/extract</extractDir>
               </zipUrlInstaller>


[2/2] syncope git commit: pointless import static

Posted by il...@apache.org.
pointless import static


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

Branch: refs/heads/master
Commit: ed3d61fdf0ffca963c8d1005590ebce742ea7987
Parents: daf8019
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Apr 11 08:22:26 2016 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Apr 11 08:22:26 2016 +0200

----------------------------------------------------------------------
 .../client/console/notifications/MailTemplateDirectoryPanel.java   | 2 --
 .../client/console/notifications/NotificationDirectoryPanel.java   | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ed3d61fd/client/console/src/main/java/org/apache/syncope/client/console/notifications/MailTemplateDirectoryPanel.java
----------------------------------------------------------------------
diff --git a/client/console/src/main/java/org/apache/syncope/client/console/notifications/MailTemplateDirectoryPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/notifications/MailTemplateDirectoryPanel.java
index 1e6cbe2..d440141 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/notifications/MailTemplateDirectoryPanel.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/notifications/MailTemplateDirectoryPanel.java
@@ -18,8 +18,6 @@
  */
 package org.apache.syncope.client.console.notifications;
 
-import static org.apache.wicket.Component.ENABLE;
-
 import de.agilecoders.wicket.core.markup.html.bootstrap.dialog.Modal;
 import java.util.ArrayList;
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/syncope/blob/ed3d61fd/client/console/src/main/java/org/apache/syncope/client/console/notifications/NotificationDirectoryPanel.java
----------------------------------------------------------------------
diff --git a/client/console/src/main/java/org/apache/syncope/client/console/notifications/NotificationDirectoryPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/notifications/NotificationDirectoryPanel.java
index 3bb90eb..bca79e1 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/notifications/NotificationDirectoryPanel.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/notifications/NotificationDirectoryPanel.java
@@ -18,8 +18,6 @@
  */
 package org.apache.syncope.client.console.notifications;
 
-import static org.apache.wicket.Component.ENABLE;
-
 import de.agilecoders.wicket.core.markup.html.bootstrap.dialog.Modal;
 import java.util.ArrayList;
 import java.util.Collection;