You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/09/06 17:33:47 UTC

incubator-tamaya-sandbox git commit: Removed pom.xml

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master e4b68dfb9 -> 194a48b27


Removed pom.xml


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

Branch: refs/heads/master
Commit: 194a48b275892bb92adeaa8b8831adbcab9e822e
Parents: e4b68df
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Tue Sep 6 19:33:38 2016 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Sep 6 19:33:38 2016 +0200

----------------------------------------------------------------------
 pom.xml | 46 ----------------------------------------------
 1 file changed, 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/194a48b2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 2f01840..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- 
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy current the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.tamaya</groupId>
-        <artifactId>tamaya-all</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>tamaya-sandbox</artifactId>
-    <groupId>org.apache.tamaya.ext</groupId>
-
-    <name>Apache Tamaya Sandbox</name>
-    <description>This project contains the several extensions that can be used with Tamaya, but are not (yet) ready for
-        a release.</description>
-    <packaging>pom</packaging>
-
-    <modules>
-        <module>integration</module>
-        <module>metamodels</module>
-        <module>jodatime</module>
-        <module>sysprops</module>
-        <module>remote</module>
-        <module>ui</module>
-    </modules>
-
-</project>