You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/02/27 22:40:37 UTC

[4/6] incubator-tamaya git commit: Moved collections module from sandbox to modules.

Moved collections module from sandbox to modules.


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

Branch: refs/heads/master
Commit: a1388e222745b7b948b659fb9b69d1c0f769499e
Parents: 314ad28
Author: anatole <an...@apache.org>
Authored: Sat Feb 27 22:13:36 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Sat Feb 27 22:13:36 2016 +0100

----------------------------------------------------------------------
 modules/pom.xml | 1 +
 sandbox/pom.xml | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a1388e22/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index 33704a4..71154cb 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -53,6 +53,7 @@ under the License.
         <module>classloader-support</module>
         <module>integration</module>
         <module>filter</module>
+        <module>collections</module>
     </modules>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a1388e22/sandbox/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index 249c18a..ba43998 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -39,9 +39,6 @@ under the License.
         <module>metamodels</module>
         <module>jodatime</module>
         <module>sysprops</module>
-        <module>environment</module>
-        <module>collections</module>
-        <module>mutable-config</module>
         <module>ui</module>
     </modules>