Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2632 - in infrastructure/webapps/registration: . api api/src api/src/main api/src/main/net api/src/main/net/dpml api/src/main/net/dpml/registration api/src/main/net/dpml/registration/api app view

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2632 - in infrastructure/webapps/registration: . api api/src api/src/main api/src/main/net api/src/main/net/dpml api/src/main/net/dpml/registration api/src/main/net/dpml/registration/api app view
  • Date: Fri, 20 May 2005 04:17:59 +0000

Author: peter AT neubauer.se
Date: Fri May 20 04:17:55 2005
New Revision: 2632

Added:
infrastructure/webapps/registration/README.txt
infrastructure/webapps/registration/api/
infrastructure/webapps/registration/api/build.xml
infrastructure/webapps/registration/api/src/
infrastructure/webapps/registration/api/src/main/
infrastructure/webapps/registration/api/src/main/net/
infrastructure/webapps/registration/api/src/main/net/dpml/
infrastructure/webapps/registration/api/src/main/net/dpml/registration/
infrastructure/webapps/registration/api/src/main/net/dpml/registration/api/

infrastructure/webapps/registration/api/src/main/net/dpml/registration/api/Controller.java
infrastructure/webapps/registration/build.xml
Removed:
infrastructure/webapps/registration/app/
Modified:
infrastructure/webapps/registration/index.xml
infrastructure/webapps/registration/view/build.xml
Log:
starting to get the webapp working


Added: infrastructure/webapps/registration/README.txt
==============================================================================
--- (empty file)
+++ infrastructure/webapps/registration/README.txt Fri May 20 04:17:55
2005
@@ -0,0 +1,2 @@
+start the app with:
+metro -debug artifact:block:dpml/infrastructure/registration-app#SNAPSHOT
-config artifact:conf:dpml/infrastructure/webapp
\ No newline at end of file

Added: infrastructure/webapps/registration/api/build.xml
==============================================================================
--- (empty file)
+++ infrastructure/webapps/registration/api/build.xml Fri May 20 04:17:55
2005
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ * Copyright 2004 Stephen J. McConnell.
+ * Copyright 2004 Niclas Hedman.
+ *
+ * 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.
+-->
+
+<project name="registration-api" default="install" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
+
+</project>
+

Added:
infrastructure/webapps/registration/api/src/main/net/dpml/registration/api/Controller.java
==============================================================================
--- (empty file)
+++
infrastructure/webapps/registration/api/src/main/net/dpml/registration/api/Controller.java
Fri May 20 04:17:55 2005
@@ -0,0 +1,5 @@
+package net.dpml.registration.api;
+
+public interface Controller {
+
+}

Added: infrastructure/webapps/registration/build.xml
==============================================================================
--- (empty file)
+++ infrastructure/webapps/registration/build.xml Fri May 20 04:17:55
2005
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ * Copyright 2005 Peter Neubauer
+ *
+ * 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.
+-->
+
+<project name="registration" default="default" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+
+ <transit:import uri="artifact:template:dpml/magic/reactor"/>
+
+</project>

Modified: infrastructure/webapps/registration/index.xml
==============================================================================
--- infrastructure/webapps/registration/index.xml (original)
+++ infrastructure/webapps/registration/index.xml Fri May 20 04:17:55
2005
@@ -17,7 +17,7 @@

<index>

- <import uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT" />
+ <import uri="artifact:module:dpml/metro/dpml-metro#2579" />
<import uri="artifact:module:dpml/planet/http/dpml-http#SNAPSHOT" />
<project basedir="app">
<info>
@@ -52,7 +52,7 @@
<name>registration-impl</name>
</info>
<dependencies>
- <include key="hangman-api" />
+ <include key="registration-api" />
<include key="dpml-http-api" />
<include key="dpml-parameters-api" />
<include key="dpml-service-api" />
@@ -62,6 +62,11 @@
<include key="dpml-meta-tools"/>
</plugins>
</project>
-
+ <project basedir="api">
+ <info>
+ <group>dpml/infrastructure</group>
+ <name>registration-api</name>
+ </info>
+ </project>
</index>


Modified: infrastructure/webapps/registration/view/build.xml
==============================================================================
--- infrastructure/webapps/registration/view/build.xml (original)
+++ infrastructure/webapps/registration/view/build.xml Fri May 20 04:17:55
2005
@@ -24,7 +24,7 @@
<mkdir dir="target/deliverables/wars/" />
<mkdir dir="target/lib" />
<!-- No idea how to write this properly. Need to check with Steve. -->
- <war destfile="target/deliverables/wars/hangman-view.war"
+ <war destfile="target/deliverables/wars/registration-view-SNAPSHOT.war"
webxml="etc/web.xml">
<fileset dir="src/web"/>
<classes dir="target/classes"/>



  • svn commit: r2632 - in infrastructure/webapps/registration: . api api/src api/src/main api/src/main/net api/src/main/net/dpml api/src/main/net/dpml/registration api/src/main/net/dpml/registration/api app view, peter, 05/20/2005

Archive powered by MHonArc 2.6.24.

Top of Page