Author: gokturk
Date: Sat May 19 00:20:54 2012
New Revision: 1340317
URL: http://svn.apache.org/viewvc?rev=1340317&view=rev
Log:
* Added skeleton for ApacheDS OSGI projects
Added:
directory/apacheds/branches/apacheds-osgi/service-osgi/
directory/apacheds/branches/apacheds-osgi/service-osgi/components/
directory/apacheds/branches/apacheds-osgi/service-osgi/components/pom.xml
directory/apacheds/branches/apacheds-osgi/service-osgi/components/src/
directory/apacheds/branches/apacheds-osgi/service-osgi/components/src/main/
directory/apacheds/branches/apacheds-osgi/service-osgi/components/src/main/java/
directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/
directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/pom.xml
directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/src/
directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/src/main/
directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/src/main/java/
directory/apacheds/branches/apacheds-osgi/service-osgi/pom.xml
Added: directory/apacheds/branches/apacheds-osgi/service-osgi/components/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-osgi/service-osgi/components/pom.xml?rev=1340317&view=auto
==============================================================================
--- directory/apacheds/branches/apacheds-osgi/service-osgi/components/pom.xml (added)
+++ directory/apacheds/branches/apacheds-osgi/service-osgi/components/pom.xml Sat May 19 00:20:54
2012
@@ -0,0 +1,36 @@
+<?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-M7-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>apacheds-osgi-components</artifactId>
+ <name>ApacheDS OSGI Components</name>
+ <packaging>jar</packaging>
+
+ <description>ApacheDS OSGI Launcher</description>
+</project>
+
Added: directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/pom.xml?rev=1340317&view=auto
==============================================================================
--- directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/pom.xml (added)
+++ directory/apacheds/branches/apacheds-osgi/service-osgi/launcher/pom.xml Sat May 19 00:20:54
2012
@@ -0,0 +1,36 @@
+<?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-M7-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>apacheds-osgi-launcher</artifactId>
+ <name>ApacheDS OSGI Launcher</name>
+ <packaging>jar</packaging>
+
+ <description>ApacheDS OSGI Launcher</description>
+</project>
+
Added: directory/apacheds/branches/apacheds-osgi/service-osgi/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-osgi/service-osgi/pom.xml?rev=1340317&view=auto
==============================================================================
--- directory/apacheds/branches/apacheds-osgi/service-osgi/pom.xml (added)
+++ directory/apacheds/branches/apacheds-osgi/service-osgi/pom.xml Sat May 19 00:20:54 2012
@@ -0,0 +1,101 @@
+<?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-M7-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>apacheds-service-osgi</artifactId>
+ <name>ApacheDS OSGI</name>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>launcher</module>
+ <module>components</module>
+ </modules>
+
+ <description>ApacheDS OSGI Extensions Parent</description>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.directory.server</groupId>
+ <artifactId>apacheds-core-annotations</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.server</groupId>
+ <artifactId>apacheds-core-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.server</groupId>
+ <artifactId>apacheds-service-builder</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.server</groupId>
+ <artifactId>apacheds-hub-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.server</groupId>
+ <artifactId>apacheds-hub-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.server</groupId>
+ <artifactId>apacheds-hub-connector-ipojo-handler</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-schema-data</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-util</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>4.3.0</version>
+ </dependency>
+
+ <!-- Moving the scope of inherited slf4j-log4j12 dependency to compile -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
+
|