Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2476 - in development/laboratory/users/niclas/reflector: . blocks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2476 - in development/laboratory/users/niclas/reflector: . blocks
  • Date: Mon, 09 May 2005 14:39:26 -0400

Author: niclas AT hedhman.org
Date: Mon May 9 14:39:26 2005
New Revision: 2476

Added:
development/laboratory/users/niclas/reflector/index.xml (contents, props
changed)
Modified:
development/laboratory/users/niclas/reflector/blocks/index.xml
Log:
Fixing up Reflector.

Modified: development/laboratory/users/niclas/reflector/blocks/index.xml
==============================================================================
--- development/laboratory/users/niclas/reflector/blocks/index.xml
(original)
+++ development/laboratory/users/niclas/reflector/blocks/index.xml Mon
May 9 14:39:26 2005
@@ -6,9 +6,9 @@
* 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.dpml.net/central/about/legal/
- *
+ *
* 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.
@@ -18,17 +18,17 @@

<index>

- <import index="../../index.xml"/>
+ <import index="../index.xml"/>

<project basedir="standard">
<info>
- <group>dpml/reflector</group>
+ <group>dpml/planet/reflector</group>
<name>dpml-reflector-blocks-standard</name>
<version>1.0.0</version>
- <status>SNAPSHOT</status>
- <type>block</type>
+ <status>SNAPSHOT</status>
+ <type>block</type>
</info>
-
+
<dependencies>
<include key="dpml-reflector-api" />
<include key="dpml-reflector-spi" />
@@ -40,13 +40,13 @@

<project basedir="complete">
<info>
- <group>dpml/reflector</group>
+ <group>dpml/planet/reflector</group>
<name>dpml-reflector-blocks-complete</name>
<version>1.0.0</version>
- <status>SNAPSHOT</status>
- <type>block</type>
+ <status>SNAPSHOT</status>
+ <type>block</type>
</info>
-
+
<dependencies>
<include key="dpml-reflector-api" />
<include key="dpml-reflector-spi" />
@@ -58,4 +58,4 @@
</project>

</index>
-
+

Added: development/laboratory/users/niclas/reflector/index.xml
==============================================================================
--- (empty file)
+++ development/laboratory/users/niclas/reflector/index.xml Mon May 9
14:39:26 2005
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * Copyright 2004 Stephen J. McConnell.
+ *
+ * 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.dpml.net/central/about/legal/
+ *
+ * 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"/>
+ <import uri="artifact:module:dpml/planet/http/dpml-http#SNAPSHOT"/>
+ <import index="blocks/index.xml"/>
+
+ <resource>
+ <info>
+ <group>jetty</group>
+ <name>org.mortbay.jetty</name>
+ <version>5.1.1</version>
+ <type>jar</type>
+ </info>
+ <dependencies>
+ <include key="servletapi" />
+ </dependencies>
+ </resource>
+
+ <resource>
+ <info>
+ <group>jetty</group>
+ <name>org.mortbay.jaas</name>
+ <version>5.1.1</version>
+ <type>jar</type>
+ </info>
+ </resource>
+
+ <resource>
+ <info>
+ <group>servletapi</group>
+ <name>servletapi</name>
+ <version>2.3</version>
+ <type>jar</type>
+ </info>
+ </resource>
+
+ <project basedir="api">
+ <info>
+ <group>dpml/planet/reflector</group>
+ <name>dpml-reflector-api</name>
+ <version>1.0.0</version>
+ <status>SNAPSHOT</status>
+ <type>jar</type>
+ </info>
+ </project>
+
+ <project basedir="spi">
+ <info>
+ <group>dpml/planet/reflector</group>
+ <name>dpml-reflector-spi</name>
+ <version>1.0.0</version>
+ <status>SNAPSHOT</status>
+ <type>jar</type>
+ </info>
+ <dependencies>
+ <include key="dpml-reflector-api"/>
+ </dependencies>
+ </project>
+
+ <project basedir="impl">
+ <info>
+ <group>dpml/planet/reflector</group>
+ <name>dpml-reflector-impl</name>
+ <version>1.0.0</version>
+ <status>SNAPSHOT</status>
+ <type>jar</type>
+ </info>
+ <dependencies>
+ <include key="dpml-activity-api"/>
+ <include key="dpml-reflector-api"/>
+ <include key="dpml-reflector-spi"/>
+ <include key="dpml-classic-api"/>
+ <include key="org.mortbay.jetty"/>
+ <include key="dpml-http-spi"/>
+ </dependencies>
+ <plugins>
+ <include key="dpml-meta-tools"/>
+ </plugins>
+ </project>
+
+ <project basedir="typehandlers">
+ <info>
+ <group>dpml/planet/reflector</group>
+ <name>dpml-reflector-typehandlers</name>
+ <version>1.0.0</version>
+ <status>SNAPSHOT</status>
+ <type>jar</type>
+ </info>
+ <dependencies>
+ <include key="dpml-reflector-spi"/>
+ <include key="dpml-classic-api"/>
+ </dependencies>
+ <plugins>
+ <include key="dpml-meta-tools"/>
+ </plugins>
+ </project>
+
+</index>
\ No newline at end of file



  • svn commit: r2476 - in development/laboratory/users/niclas/reflector: . blocks, niclas, 05/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page