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 2015/01/05 14:34:32 UTC

[27/53] [abbrv] syncope git commit: Merge branch 'master' of https://github.com/Tirasa/SyncopeCamel

Merge branch 'master' of https://github.com/Tirasa/SyncopeCamel


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

Branch: refs/heads/master
Commit: 55dfac7706a7a80e62254d749bf0af340b22eaed
Parents: b2ba422 fe8eeb2
Author: giacomolm <gi...@hotmail.it>
Authored: Tue Dec 23 12:34:16 2014 +0100
Committer: giacomolm <gi...@hotmail.it>
Committed: Tue Dec 23 12:34:16 2014 +0100

----------------------------------------------------------------------
 installer/pom.xml                               |  20 +++
 .../installer/containers/jboss/JBoss.java       |  12 +-
 .../org/apache/syncope/installer/enums/DBs.java |   3 +
 .../installer/files/ConsoleProperties.java      |  31 ++++
 .../syncope/installer/files/CoreWebXml.java     |  76 ++------
 .../installer/files/GlassfishCoreWebXml.java    |  38 +---
 .../files/JBossDeploymentStructureXml.java      |  40 +----
 .../syncope/installer/files/ParentPom.java      | 176 +------------------
 .../files/PersistenceContextEMFactoryXml.java   |  47 +----
 .../installer/files/PersistenceProperties.java  |  27 +--
 .../installer/processes/ArchetypeProcess.java   |  41 +++--
 .../installer/processes/BaseProcess.java        |  54 ++++++
 .../installer/processes/ContainerProcess.java   | 171 ++++++++++++++----
 .../installer/processes/PersistenceProcess.java |  25 ++-
 .../installer/utilities/FileSystemUtils.java    |  45 +++++
 .../syncope/installer/utilities/MavenUtils.java |  31 +---
 .../src/main/resources/configuration.properties |  31 ++++
 .../main/resources/izpack/ProcessPanel.Spec.xml |  40 +++--
 installer/src/main/resources/izpack/install.xml |   6 +-
 .../main/resources/izpack/userInputLang.xml_eng |   4 +
 .../main/resources/izpack/userInputLang.xml_ita |   4 +
 .../src/main/resources/izpack/userInputSpec.xml |  20 ++-
 installer/src/main/resources/modelerPom.xml     | 116 ++++++++++++
 23 files changed, 589 insertions(+), 469 deletions(-)
----------------------------------------------------------------------