svn commit: r1607247 - in /syncope/trunk: installer/ installer/pom.xml pom.xml

2014-07-02 Thread ilgrosso
Author: ilgrosso Date: Wed Jul 2 06:00:00 2014 New Revision: 1607247 URL: http://svn.apache.org/r1607247 Log: [SYNCOPE-143] Now the build should succeed Modified: syncope/trunk/installer/ (props changed) syncope/trunk/installer/pom.xml syncope/trunk/pom.xml Propchange:

svn commit: r1607258 - /syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/AbstractSyncTaskModalPage.java

2014-07-02 Thread andreapatricelli
Author: andreapatricelli Date: Wed Jul 2 07:13:42 2014 New Revision: 1607258 URL: http://svn.apache.org/r1607258 Log: corrected typo related to matching/unmatching rules for sync/push task in modal page Modified:

svn commit: r1607297 - in /syncope/trunk/core/src: main/java/org/apache/syncope/core/persistence/beans/ main/java/org/apache/syncope/core/sync/ main/java/org/apache/syncope/core/sync/impl/ test/java/o

2014-07-02 Thread fmartelli
Author: fmartelli Date: Wed Jul 2 08:46:38 2014 New Revision: 1607297 URL: http://svn.apache.org/r1607297 Log: [SYNCOPE-392, SYNCOPE-471] integration test improvement + some fixes around sync matching/unmatching rules Modified:

svn commit: r1607368 - in /syncope/trunk/installer: ./ src/main/java/org/apache/syncope/installer/containers/ src/main/java/org/apache/syncope/installer/containers/jboss/ src/main/java/org/apache/sync

2014-07-02 Thread massi
Author: massi Date: Wed Jul 2 13:59:19 2014 New Revision: 1607368 URL: http://svn.apache.org/r1607368 Log: Fixed #SYNCOPE-521 Modified: syncope/trunk/installer/pom.xml syncope/trunk/installer/src/main/java/org/apache/syncope/installer/containers/Tomcat.java

svn commit: r1607369 - /syncope/trunk/pom.xml

2014-07-02 Thread massi
Author: massi Date: Wed Jul 2 14:01:40 2014 New Revision: 1607369 URL: http://svn.apache.org/r1607369 Log: sorry Modified: syncope/trunk/pom.xml Modified: syncope/trunk/pom.xml URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1607369r1=1607368r2=1607369view=diff

svn commit: r1607379 - in /syncope/trunk/installer: pom.xml src/main/java/org/apache/syncope/installer/utilities/JsonUtils.java src/main/resources/izpack/install.xml

2014-07-02 Thread massi
Author: massi Date: Wed Jul 2 14:38:01 2014 New Revision: 1607379 URL: http://svn.apache.org/r1607379 Log: Fixed #SYNCOPE-522 Modified: syncope/trunk/installer/pom.xml syncope/trunk/installer/src/main/java/org/apache/syncope/installer/utilities/JsonUtils.java

[CONF] Apache Syncope Roadmap

2014-07-02 Thread Francesco Chicchiricco (Confluence)

svn commit: r1607404 - in /syncope/branches/1_1_X/console/src: main/java/org/apache/syncope/console/pages/ main/java/org/apache/syncope/console/pages/panels/ main/java/org/apache/syncope/console/wicke

2014-07-02 Thread ilgrosso
Author: ilgrosso Date: Wed Jul 2 15:58:53 2014 New Revision: 1607404 URL: http://svn.apache.org/r1607404 Log: [SYNCOPE-520] New action for ActionLinksPanel Added: syncope/branches/1_1_X/console/src/main/webapp/img/actions/reset.png (with props) Modified:

svn commit: r1607406 - in /syncope/trunk/installer: pom.xml src/main/java/org/apache/syncope/installer/utilities/DriverLoader.java src/main/java/org/apache/syncope/installer/validators/PersistenceVali

2014-07-02 Thread massi
Author: massi Date: Wed Jul 2 16:02:10 2014 New Revision: 1607406 URL: http://svn.apache.org/r1607406 Log: Fixed SYNCOPE-523 Added: syncope/trunk/installer/src/main/java/org/apache/syncope/installer/utilities/DriverLoader.java Modified: syncope/trunk/installer/pom.xml

svn commit: r1607419 - /syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/TaskTestITCase.java

2014-07-02 Thread coheigea
Author: coheigea Date: Wed Jul 2 16:50:43 2014 New Revision: 1607419 URL: http://svn.apache.org/r1607419 Log: [SYNCOPE-313] - Added integration tests Modified: syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/TaskTestITCase.java Modified: