You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sv...@apache.org on 2016/05/11 22:43:04 UTC

[8/8] incubator-trafodion git commit: Merge [TRAFODION-1982] Package server components into single tar

Merge [TRAFODION-1982] Package server components into single tar


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/8feea908
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/8feea908
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/8feea908

Branch: refs/heads/release2.0
Commit: 8feea90876355a7d8cdcd85bc59f90c20dd3fc7e
Parents: 8ee3ac0 e3f4cc2
Author: Steve Varnau <st...@esgyn.com>
Authored: Wed May 11 22:41:18 2016 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Wed May 11 22:41:18 2016 +0000

----------------------------------------------------------------------
 .gitignore                                 |    1 +
 .rat-excludes                              |    2 +-
 core/Makefile                              |    2 +-
 core/conn/Makefile                         |    5 +-
 core/rest/Makefile                         |   16 +-
 core/rest/pom.xml                          |   34 +-
 core/rest/src/assembly/all.xml             |   10 +-
 core/sqf/.gitignore                        |    4 +
 core/sqf/Makefile                          |   20 +-
 dcs/Makefile                               |   17 +-
 dcs/pom.xml                                |   38 +-
 dcs/src/assembly/all.xml                   |    8 +-
 install/installer/dcs_installer            |   17 +-
 install/installer/rest_installer           |   18 +-
 install/installer/traf_apache_mods         |    2 +-
 install/installer/traf_cloudera_mods       |    2 +-
 install/installer/traf_config              |   62 +-
 install/installer/traf_config_check        |   38 +-
 install/installer/traf_config_setup        |   69 +-
 install/installer/traf_hortonworks_mods    |    4 +-
 install/installer/traf_package_setup       |    2 +
 install/installer/trafodion_config_default |   14 +-
 install/installer/trafodion_install        |  148 +-
 licenses/Makefile                          |   15 +-
 licenses/lic-dcs-bin                       |  652 --------
 licenses/lic-dcs-src                       |   69 -
 licenses/lic-rest-bin                      | 1416 -----------------
 licenses/lic-server-bin                    | 1834 +++++++++++++++++++++++
 licenses/lic-server-src                    |   69 +
 licenses/not-dcs-bin                       |   20 -
 licenses/not-rest-bin                      |   20 -
 licenses/note-server-bin                   |   20 +
 32 files changed, 2105 insertions(+), 2543 deletions(-)
----------------------------------------------------------------------