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/01 19:12:04 UTC

[09/32] syncope git commit: Merge branch 'master' into 2_0_X

Merge branch 'master' into 2_0_X


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

Branch: refs/heads/2_0_X
Commit: ea0ab200afc86bcd425cb3d3eacfd30c04f7627e
Parents: 553f10b 08893dc
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Sun Dec 28 14:51:50 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Sun Dec 28 14:51:50 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 ++++++++++++
 pom.xml                                         |   6 +-
 24 files changed, 592 insertions(+), 472 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ea0ab200/installer/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/syncope/blob/ea0ab200/pom.xml
----------------------------------------------------------------------