You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/30 08:06:52 UTC

[camel] 02/05: CAMEL-14715 - Removed platforms folder too (camel-karaf migration)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 171678643b2a5c561d1001d53144882f70941511
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 09:09:28 2020 +0200

    CAMEL-14715 - Removed platforms folder too (camel-karaf migration)
---
 platforms/pom.xml | 40 ----------------------------------------
 pom.xml           |  1 -
 2 files changed, 41 deletions(-)

diff --git a/platforms/pom.xml b/platforms/pom.xml
deleted file mode 100644
index fc30818..0000000
--- a/platforms/pom.xml
+++ /dev/null
@@ -1,40 +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/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-parent</artifactId>
-        <version>3.2.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
-    </parent>
-
-    <artifactId>platforms</artifactId>
-    <name>Camel :: Platforms</name>
-    <description>Camel Platforms</description>
-    <packaging>pom</packaging>
-
-    <modules>
-        <module>commands</module>
-    </modules>
-
-</project>
diff --git a/pom.xml b/pom.xml
index 3e2c17f..bc69739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,6 @@
         <module>core</module>
         <module>components</module>
         <module>archetypes</module>
-        <module>platforms</module>
         <module>catalog</module>
         <module>tests</module>
         <module>docs</module>