Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1891 - in development/laboratory/planet/components/space: . api/src/main/net api/src/main/net/dpml api/src/main/net/dpml/space/api api/src/main/net/jpos api/src/main/org impl/src/main/net/dpml/space/impl

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1891 - in development/laboratory/planet/components/space: . api/src/main/net api/src/main/net/dpml api/src/main/net/dpml/space/api api/src/main/net/jpos api/src/main/org impl/src/main/net/dpml/space/impl
  • Date: Thu, 24 Feb 2005 11:34:46 +0100

Author: niclas
Date: Thu Feb 24 11:34:46 2005
New Revision: 1891

Added:
development/laboratory/planet/components/space/api/src/main/net/
- copied from r1886,
development/laboratory/planet/components/space/api/src/main/org/
development/laboratory/planet/components/space/api/src/main/net/dpml/
- copied from r1886,
development/laboratory/planet/components/space/api/src/main/org/jpos/

development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/SpaceImpl.java
- copied, changed from r1890,
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/TinySpace.java
Removed:
development/laboratory/planet/components/space/api/src/main/net/jpos/
development/laboratory/planet/components/space/api/src/main/org/

development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/TinySpace.java
Modified:

development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/LeaseCallback.java

development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/LeasedReference.java

development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/Space.java

development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceException.java

development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceListener.java

development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceStore.java

development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/DefaultExpiry.java

development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/TransientStore.java
development/laboratory/planet/components/space/index.xml
Log:
After approval from Alejandro, re-packaging and re-licensing the space.

Modified:
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/LeaseCallback.java
==============================================================================
---
development/laboratory/planet/components/space/api/src/main/org/jpos/space/api/LeaseCallback.java
(original)
+++
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/LeaseCallback.java
Thu Feb 24 11:34:46 2005
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2005, Niclas Hedhman
+ *
+ * Licensed 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.
+ */

package org.jpos.space.api;


Modified:
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/LeasedReference.java
==============================================================================
---
development/laboratory/planet/components/space/api/src/main/org/jpos/space/api/LeasedReference.java
(original)
+++
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/LeasedReference.java
Thu Feb 24 11:34:46 2005
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2005, Niclas Hedhman
+ *
+ * Licensed 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.
+ */

package org.jpos.space.api;


Modified:
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/Space.java
==============================================================================
---
development/laboratory/planet/components/space/api/src/main/org/jpos/space/api/Space.java
(original)
+++
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/Space.java
Thu Feb 24 11:34:46 2005
@@ -1,50 +1,20 @@
/*
- * Copyright (c) 2000 jPOS.org. All rights reserved.
+ * Copyright 2000-2005, Alejandro Revilla
+ * Copyright 2005, Niclas Hedhman
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- * if any, must include the following acknowledgment:
- * "This product includes software developed by the jPOS project
- * (http://www.jpos.org/)". Alternately, this acknowledgment may
- * appear in the software itself, if and wherever such third-party
- * acknowledgments normally appear.
- *
- * 4. The names "jPOS" and "jPOS.org" must not be used to endorse
- * or promote products derived from this software without prior
- * written permission. For written permission, please contact
- * license AT jpos.org.
- *
- * 5. Products derived from this software may not be called "jPOS",
- * nor may "jPOS" appear in their name, without prior written
- * permission of the jPOS project.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE JPOS PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the jPOS Project. For more
- * information please see <http://www.jpos.org/>.
+ * Licensed 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.
*/

package org.jpos.space.api;

Modified:
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceException.java
==============================================================================
---
development/laboratory/planet/components/space/api/src/main/org/jpos/space/api/SpaceException.java
(original)
+++
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceException.java
Thu Feb 24 11:34:46 2005
@@ -1,51 +1,22 @@
/*
- * Copyright (c) 2000 jPOS.org. All rights reserved.
+ * Copyright 2000-2005, Alejandro Revilla
+ * Copyright 2005, Niclas Hedhman
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- * if any, must include the following acknowledgment:
- * "This product includes software developed by the jPOS project
- * (http://www.jpos.org/)". Alternately, this acknowledgment may
- * appear in the software itself, if and wherever such third-party
- * acknowledgments normally appear.
- *
- * 4. The names "jPOS" and "jPOS.org" must not be used to endorse
- * or promote products derived from this software without prior
- * written permission. For written permission, please contact
- * license AT jpos.org.
- *
- * 5. Products derived from this software may not be called "jPOS",
- * nor may "jPOS" appear in their name, without prior written
- * permission of the jPOS project.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE JPOS PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the jPOS Project. For more
- * information please see <http://www.jpos.org/>.
+ * Licensed 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.
*/
+
package org.jpos.space.api;

/**

Modified:
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceListener.java
==============================================================================
---
development/laboratory/planet/components/space/api/src/main/org/jpos/space/api/SpaceListener.java
(original)
+++
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceListener.java
Thu Feb 24 11:34:46 2005
@@ -1,50 +1,20 @@
/*
- * Copyright (c) 2000 jPOS.org. All rights reserved.
+ * Copyright 2000-2005, Alejandro Revilla
+ * Copyright 2005, Niclas Hedhman
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- * if any, must include the following acknowledgment:
- * "This product includes software developed by the jPOS project
- * (http://www.jpos.org/)". Alternately, this acknowledgment may
- * appear in the software itself, if and wherever such third-party
- * acknowledgments normally appear.
- *
- * 4. The names "jPOS" and "jPOS.org" must not be used to endorse
- * or promote products derived from this software without prior
- * written permission. For written permission, please contact
- * license AT jpos.org.
- *
- * 5. Products derived from this software may not be called "jPOS",
- * nor may "jPOS" appear in their name, without prior written
- * permission of the jPOS project.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE JPOS PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the jPOS Project. For more
- * information please see <http://www.jpos.org/>.
+ * Licensed 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.
*/

package org.jpos.space.api;

Modified:
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceStore.java
==============================================================================
---
development/laboratory/planet/components/space/api/src/main/org/jpos/space/api/SpaceStore.java
(original)
+++
development/laboratory/planet/components/space/api/src/main/net/dpml/space/api/SpaceStore.java
Thu Feb 24 11:34:46 2005
@@ -1,3 +1,22 @@
+/*
+ * Copyright 2000-2005, Alejandro Revilla
+ * Copyright 2005, Niclas Hedhman
+ *
+ * Licensed 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.
+ */
+
package org.jpos.space.api;

import java.util.Iterator;

Modified:
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/DefaultExpiry.java
==============================================================================
---
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/DefaultExpiry.java
(original)
+++
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/DefaultExpiry.java
Thu Feb 24 11:34:46 2005
@@ -1,4 +1,22 @@
-package org.jpos.space.tiny;
+/*
+ * Copyright 2005, Niclas Hedhman
+ *
+ * Licensed 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.
+ */
+
+package net.dpml.space.impl;

import java.util.Iterator;

@@ -14,10 +32,10 @@
class DefaultExpiry
implements LeaseCallback
{
- private TinySpace m_space;
+ private SpaceImpl m_space;
private Logger m_logger;

- DefaultExpiry( TinySpace space, Logger logger )
+ DefaultExpiry( SpaceImpl space, Logger logger )
{
m_space = space;
m_logger = logger;

Copied:
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/SpaceImpl.java
(from r1890,
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/TinySpace.java)
==============================================================================
---
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/TinySpace.java
(original)
+++
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/SpaceImpl.java
Thu Feb 24 11:34:46 2005
@@ -1,53 +1,23 @@
/*
- * Copyright (c) 2000 jPOS.org. All rights reserved.
+ * Copyright 2000-2005, Alejandro Revilla
+ * Copyright 2005, Niclas Hedhman
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- * if any, must include the following acknowledgment:
- * "This product includes software developed by the jPOS project
- * (http://www.jpos.org/)". Alternately, this acknowledgment may
- * appear in the software itself, if and wherever such third-party
- * acknowledgments normally appear.
- *
- * 4. The names "jPOS" and "jPOS.org" must not be used to endorse
- * or promote products derived from this software without prior
- * written permission. For written permission, please contact
- * license AT jpos.org.
- *
- * 5. Products derived from this software may not be called "jPOS",
- * nor may "jPOS" appear in their name, without prior written
- * permission of the jPOS project.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE JPOS PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the jPOS Project. For more
- * information please see <http://www.jpos.org/>.
+ * Licensed 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.
*/

-package org.jpos.space.tiny;
+package net.dpml.space.impl;

import java.util.Iterator;
import java.util.LinkedList;
@@ -75,7 +45,7 @@
* @metro.component name="tiny-space" lifestyle="singleton"
* @metro.service type="org.jpos.space.api.Space"
*/
-public final class TinySpace
+public final class SpaceImpl
implements Space, Serializable
{
private SpaceStore m_store;
@@ -88,7 +58,7 @@
*
* @metro.dependency type="org.jpos.space.api.SpaceStore" key="store"
*/
- public TinySpace( Logger logger, ServiceManager man )
+ public SpaceImpl( Logger logger, ServiceManager man )
throws ServiceException
{
m_logger = logger;

Modified:
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/TransientStore.java
==============================================================================
---
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/TransientStore.java
(original)
+++
development/laboratory/planet/components/space/impl/src/main/net/dpml/space/impl/TransientStore.java
Thu Feb 24 11:34:46 2005
@@ -1,5 +1,23 @@
+/*
+ * Copyright 2000-2005, Alejandro Revilla
+ * Copyright 2005, Niclas Hedhman
+ *
+ * Licensed 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.
+ */

-package org.jpos.space.tiny;
+package net.dpml.space.impl;

import java.util.HashMap;
import java.util.Iterator;

Modified: development/laboratory/planet/components/space/index.xml
==============================================================================
--- development/laboratory/planet/components/space/index.xml (original)
+++ development/laboratory/planet/components/space/index.xml Thu Feb 24
11:34:46 2005
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Copyright 2004 Niclas Hedhman
+
+ Licensed 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.
+-->

<index>
<import uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT" />



  • svn commit: r1891 - in development/laboratory/planet/components/space: . api/src/main/net api/src/main/net/dpml api/src/main/net/dpml/space/api api/src/main/net/jpos api/src/main/org impl/src/main/net/dpml/space/impl, niclas, 02/24/2005

Archive powered by MHonArc 2.6.24.

Top of Page