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 2009/10/27 19:36:29 UTC

svn commit: r830285 - in /james/server/trunk/core-function/src/main/resources/org/apache/james: dnsserver/AvalonDNSServer.xinfo domain/AvalonJDBCDomainList.xinfo domain/AvalonXMLDomainList.xinfo mailrepository/AvalonMailStoreSpoolRepository.xinfo

Author: norman
Date: Tue Oct 27 18:36:29 2009
New Revision: 830285

URL: http://svn.apache.org/viewvc?rev=830285&view=rev
Log:
stupid me..

Modified:
    james/server/trunk/core-function/src/main/resources/org/apache/james/dnsserver/AvalonDNSServer.xinfo
    james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonJDBCDomainList.xinfo
    james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonXMLDomainList.xinfo
    james/server/trunk/core-function/src/main/resources/org/apache/james/mailrepository/AvalonMailStoreSpoolRepository.xinfo

Modified: james/server/trunk/core-function/src/main/resources/org/apache/james/dnsserver/AvalonDNSServer.xinfo
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/src/main/resources/org/apache/james/dnsserver/AvalonDNSServer.xinfo?rev=830285&r1=830284&r2=830285&view=diff
==============================================================================
--- james/server/trunk/core-function/src/main/resources/org/apache/james/dnsserver/AvalonDNSServer.xinfo (original)
+++ james/server/trunk/core-function/src/main/resources/org/apache/james/dnsserver/AvalonDNSServer.xinfo Tue Oct 27 18:36:29 2009
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+  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.    
+-->
+
+<blockinfo>
+
+  <!-- section to describe block -->
+  <block>
+    <version>1.0</version>
+  </block>
+
+  <!-- services that are offered by this block -->
+  <services>
+    <service name="org.apache.james.api.dnsservice.DNSService" version="1.0"/>
+  </services>
+
+  <!-- interfaces that may be exported to manange this block -->
+  <management-access-points>
+    <service name="org.apache.james.dnsserver.DNSServerMBean"/>
+  </management-access-points>
+
+</blockinfo>
\ No newline at end of file

Modified: james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonJDBCDomainList.xinfo
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonJDBCDomainList.xinfo?rev=830285&r1=830284&r2=830285&view=diff
==============================================================================
--- james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonJDBCDomainList.xinfo (original)
+++ james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonJDBCDomainList.xinfo Tue Oct 27 18:36:29 2009
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!--
+  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.    
+-->
+
+<blockinfo>
+
+  <!-- section to describe block -->
+  <block>
+    <version>1.0</version>
+  </block>
+
+  <services>
+    <service name="org.apache.james.api.domainlist.ManageableDomainList" version="1.0" />
+    <service name="org.apache.james.api.domainlist.DomainList" version="1.0" />
+  </services>
+  
+  <dependencies>
+    <dependency>
+      <service name="org.apache.james.api.dnsservice.DNSService" version="1.0"/>
+    </dependency>
+    <dependency>
+      <service name="org.apache.avalon.cornerstone.services.datasources.DataSourceSelector" version="1.0"/>
+    </dependency>
+    <dependency>
+      <service name="org.apache.james.services.FileSystem" version="1.0"/>
+    </dependency>
+  </dependencies>
+</blockinfo>
\ No newline at end of file

Modified: james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonXMLDomainList.xinfo
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonXMLDomainList.xinfo?rev=830285&r1=830284&r2=830285&view=diff
==============================================================================
--- james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonXMLDomainList.xinfo (original)
+++ james/server/trunk/core-function/src/main/resources/org/apache/james/domain/AvalonXMLDomainList.xinfo Tue Oct 27 18:36:29 2009
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!--
+  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.    
+-->
+
+<blockinfo>
+  <!-- section to describe block -->
+  <block>
+    <version>1.0</version>
+  </block>
+
+  <services>
+    <service name="org.apache.james.api.domainlist.ManageableDomainList" version="1.0" />
+    <service name="org.apache.james.api.domainlist.DomainList" version="1.0" />
+  </services>
+  
+  <dependencies>
+    <dependency>
+      <service name="org.apache.james.api.dnsservice.DNSService" version="1.0"/>
+    </dependency>
+  </dependencies>
+</blockinfo>
\ No newline at end of file

Modified: james/server/trunk/core-function/src/main/resources/org/apache/james/mailrepository/AvalonMailStoreSpoolRepository.xinfo
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/src/main/resources/org/apache/james/mailrepository/AvalonMailStoreSpoolRepository.xinfo?rev=830285&r1=830284&r2=830285&view=diff
==============================================================================
--- james/server/trunk/core-function/src/main/resources/org/apache/james/mailrepository/AvalonMailStoreSpoolRepository.xinfo (original)
+++ james/server/trunk/core-function/src/main/resources/org/apache/james/mailrepository/AvalonMailStoreSpoolRepository.xinfo Tue Oct 27 18:36:29 2009
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<!--
+  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.    
+-->
+
+<blockinfo>
+
+  <!-- section to describe block -->
+  <block>
+    <version>1.0</version>
+  </block>
+
+  <!-- services that are offered by this block -->
+  <services>
+    <service name="org.apache.james.services.SpoolRepository" version="1.0" />
+  </services>
+
+  <dependencies>
+    <dependency>
+      <service name="org.apache.avalon.cornerstone.services.store.Store" version="1.0"/>
+    </dependency>
+  </dependencies>  
+
+</blockinfo>



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