You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by lu...@apache.org on 2015/10/26 20:35:31 UTC

oodt git commit: Updating CHANGES and adding log files to .gitignore

Repository: oodt
Updated Branches:
  refs/heads/master 2235bd953 -> 54bfe3edf


Updating CHANGES and adding log files to .gitignore


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

Branch: refs/heads/master
Commit: 54bfe3edf080e58ad88b528f9f8400861ff023fa
Parents: 2235bd9
Author: Luca Cinquini <lu...@jpl.nasa.gov>
Authored: Mon Oct 26 13:36:42 2015 -0600
Committer: Luca Cinquini <lu...@jpl.nasa.gov>
Committed: Mon Oct 26 13:36:42 2015 -0600

----------------------------------------------------------------------
 .gitignore  | 3 +++
 CHANGES.txt | 2 ++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/54bfe3ed/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0e7ec59..7d4167b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -114,3 +114,6 @@ local.properties
 
 # TeXlipse plugin
 .texlipse
+
+# test by-products
+*.log

http://git-wip-us.apache.org/repos/asf/oodt/blob/54bfe3ed/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4534d27..74bd6c7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,8 @@
 Apache OODT Change Log
 ======================
 Release 0.11 - Current Development
+
+* ODT-862 Include the Workflow ID as part of the standard metadata (luca)
  
 * OODT-885 RegEx Precondition Comparator for DRAT --exclude feature (Karanjeet
   Singh via mattmann)