You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/02/25 22:44:07 UTC

[2/2] incubator-apex-malhar git commit: Merge branch 'APEXCORE-60' of https://github.com/davidyan74/incubator-apex-malhar into devel-3

Merge branch 'APEXCORE-60' of https://github.com/davidyan74/incubator-apex-malhar into devel-3


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/8331f56d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/8331f56d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/8331f56d

Branch: refs/heads/devel-3
Commit: 8331f56da75c7069746af1ac3388bf880bae9f39
Parents: ca5ab11 d13c6f7
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Feb 25 13:43:02 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Feb 25 13:43:02 2016 -0800

----------------------------------------------------------------------
 demos/iteration/pom.xml                         |  37 ++++
 demos/iteration/src/assemble/appPackage.xml     |  59 +++++++
 .../demos/iteration/Application.java            | 168 +++++++++++++++++++
 .../demos/iteration/package-info.java           |  22 +++
 .../src/main/resources/META-INF/properties.xml  |  44 +++++
 .../demos/iteration/ApplicationTest.java        |  86 ++++++++++
 .../src/test/resources/log4j.properties         |  40 +++++
 demos/pom.xml                                   |   1 +
 8 files changed, 457 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/8331f56d/demos/pom.xml
----------------------------------------------------------------------