You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/01/31 20:05:44 UTC

svn commit: r905101 - in /james/server/trunk: osgi-deployment/ osgi-deployment/pom.xml pom.xml

Author: norman
Date: Sun Jan 31 19:05:44 2010
New Revision: 905101

URL: http://svn.apache.org/viewvc?rev=905101&view=rev
Log:
Start to work on OSGI deployment (JAMES-835)

Added:
    james/server/trunk/osgi-deployment/
    james/server/trunk/osgi-deployment/pom.xml
Modified:
    james/server/trunk/pom.xml

Added: james/server/trunk/osgi-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/osgi-deployment/pom.xml?rev=905101&view=auto
==============================================================================
--- james/server/trunk/osgi-deployment/pom.xml (added)
+++ james/server/trunk/osgi-deployment/pom.xml Sun Jan 31 19:05:44 2010
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+  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>
+  <parent>
+    <artifactId>james-server</artifactId>
+    <groupId>org.apache.james</groupId>
+    <version>3.0-M1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-server-osgi-deployment</artifactId>
+  <name>Apache JAMES OSGI Deployment</name>
+  <build>
+  
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <optimize>true</optimize>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi</artifactId>
+    </dependency>
+    </dependencies>
+</project>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=905101&r1=905100&r2=905101&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sun Jan 31 19:05:44 2010
@@ -56,6 +56,7 @@
     <module>experimental-activemq-function</module>
     <module>jcr-store</module>
     <module>spring-deployment</module>
+    <module>osgi-deployment</module>
     <module>mina-socket-library</module>
   </modules>
   <ciManagement>
@@ -743,6 +744,12 @@
     </dependency>
     
     <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi</artifactId>
+      <version>3.0.0</version>
+    </dependency>
+    
+    <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
       <version>1.2.1</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org