You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/10/17 17:21:32 UTC

svn commit: r1185249 - /directory/apacheds/trunk/apache-felix/pom.xml

Author: pamarcelot
Date: Mon Oct 17 15:21:32 2011
New Revision: 1185249

URL: http://svn.apache.org/viewvc?rev=1185249&view=rev
Log:
Removed duplicated pom definition.

Modified:
    directory/apacheds/trunk/apache-felix/pom.xml

Modified: directory/apacheds/trunk/apache-felix/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/apache-felix/pom.xml?rev=1185249&r1=1185248&r2=1185249&view=diff
==============================================================================
--- directory/apacheds/trunk/apache-felix/pom.xml (original)
+++ directory/apacheds/trunk/apache-felix/pom.xml Mon Oct 17 15:21:32 2011
@@ -171,178 +171,3 @@
   </build>
 
 </project>
-
-<?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.directory.server</groupId>
-    <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>apache-felix</artifactId>
-  <name>Preconfigured Apache Felix</name>
-  <packaging>jar</packaging>
-
-  <description>Preconfigured Apache Felix Framework for Running and Debugging ApacheDS </description>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy</id>
-            <phase>package</phase>
-            <goals>
-              <goal>copy</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.apache.felix.main</artifactId>
-                  <version>4.0.1</version>
-                  <overWrite>true</overWrite>
-                  <outputDirectory>bin</outputDirectory>
-                  <destFileName>felix.jar</destFileName>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.apache.felix.gogo.shell</artifactId>
-                  <version>0.10.0</version>
-                  <overWrite>true</overWrite>                  
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.apache.felix.bundlerepository</artifactId>
-                  <version>1.6.6</version>
-                  <overWrite>true</overWrite>                  
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.apache.felix.gogo.command</artifactId>
-                  <version>0.12.0</version>
-                  <overWrite>true</overWrite>                  
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.apache.felix.gogo.runtime</artifactId>
-                  <version>0.10.0</version>
-                  <overWrite>true</overWrite>                  
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.apache.felix.ipojo</artifactId>
-                  <version>1.8.0</version>
-                  <overWrite>true</overWrite>                  
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.apache.felix.ipojo.arch.gogo</artifactId>
-                  <version>1.0.1</version>
-                  <overWrite>true</overWrite>                  
-                </artifactItem>
-                <artifactItem>
-                  <groupId>commons-io</groupId>
-                  <artifactId>commons-io</artifactId>
-                  <version>2.0.1</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>commons-lang</groupId>
-                  <artifactId>commons-lang</artifactId>
-                  <version>2.6</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>commons-collections</groupId>
-                  <artifactId>commons-collections</artifactId>
-                  <version>3.2.1</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>commons-pool</groupId>
-                  <artifactId>commons-pool</artifactId>
-                  <version>1.5.6</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.mortbay.jetty</groupId>
-                  <artifactId>jetty-util</artifactId>
-                  <version>6.1.26</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.mortbay.jetty</groupId>
-                  <artifactId>jetty</artifactId>
-                  <version>6.1.26</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.mortbay.jetty</groupId>
-                  <artifactId>servlet-api-2.5</artifactId>
-                  <version>6.1.14</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.ops4j.pax.logging</groupId>
-                  <artifactId>pax-logging-api</artifactId>
-                  <version>1.6.3</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.ops4j.pax.logging</groupId>
-                  <artifactId>pax-logging-service</artifactId>
-                  <version>1.6.3</version>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.mina</groupId>
-                  <artifactId>mina-core</artifactId>
-                  <version>${mina.core.version}</version>
-                </artifactItem>
-              </artifactItems>
-              <outputDirectory>bundle</outputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <version>2.4.1</version>
-        <configuration>
-          <failOnError>false</failOnError>
-          <filesets>
-            <fileset>
-              <directory>.</directory>
-              <includes>
-                <include>bin/</include>
-                <include>bundle/</include>
-                <include>felix-cache/</include>
-              </includes>
-            </fileset>
-          </filesets>
-          <verbose>true</verbose>
-        </configuration>
-      </plugin>
-      
-    </plugins>
-  </build>
-
-</project>
-