You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by bh...@apache.org on 2016/12/20 03:53:48 UTC

apex-malhar git commit: APEXMALHAR-2371 Missing property tag in Iteration Demo's properties.xml

Repository: apex-malhar
Updated Branches:
  refs/heads/master f4fb62c49 -> 2aeeb2ae1


APEXMALHAR-2371 Missing property tag in Iteration Demo's properties.xml


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

Branch: refs/heads/master
Commit: 2aeeb2ae112f90ce50f4552218cdbc7f836ae44f
Parents: f4fb62c
Author: Matt Zhang <ma...@gmail.com>
Authored: Thu Dec 8 16:55:44 2016 -0800
Committer: Matt Zhang <ma...@gmail.com>
Committed: Mon Dec 19 10:33:24 2016 -0800

----------------------------------------------------------------------
 demos/iteration/src/main/resources/META-INF/properties.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/2aeeb2ae/demos/iteration/src/main/resources/META-INF/properties.xml
----------------------------------------------------------------------
diff --git a/demos/iteration/src/main/resources/META-INF/properties.xml b/demos/iteration/src/main/resources/META-INF/properties.xml
index bf65e22..5212b91 100644
--- a/demos/iteration/src/main/resources/META-INF/properties.xml
+++ b/demos/iteration/src/main/resources/META-INF/properties.xml
@@ -28,6 +28,7 @@
   <property>
     <name>dt.attr.DEBUG</name>
     <value>true</value>
+  </property>
   <property>
     <name>dt.application.*.operator.*.attr.MEMORY_MB</name>
     <value>128</value>