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 2015/01/06 22:32:51 UTC

incubator-tamaya git commit: TAMAYA-39 Removed extras module from the Maven project.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 75c565676 -> 7b2a9afe0


TAMAYA-39 Removed extras module from the Maven project.


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

Branch: refs/heads/master
Commit: 7b2a9afe00bdb3206f750c4c76769a5088f26ad9
Parents: 75c5656
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Tue Jan 6 22:32:25 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Jan 6 22:32:25 2015 +0100

----------------------------------------------------------------------
 extras/pom.xml | 38 --------------------------------------
 pom.xml        |  1 -
 2 files changed, 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7b2a9afe/extras/pom.xml
----------------------------------------------------------------------
diff --git a/extras/pom.xml b/extras/pom.xml
deleted file mode 100644
index 91e16dc..0000000
--- a/extras/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-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 of 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.2-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>extras</artifactId>
-    <name>Apache Tamaya Extras Parent</name>
-
-    <packaging>pom</packaging>
-    <inceptionYear>2015</inceptionYear>
-
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7b2a9afe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 40e7f0f..42a1524 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,6 @@ under the License.
         <module>api</module>
         <module>core</module>
         <module>modules</module>
-        <module>extras</module>
     </modules>
 
     <dependencyManagement>