Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2633 - in infrastructure/webapps/registration/app: . etc etc/deliverables etc/deliverables/confs

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: r2633 - in infrastructure/webapps/registration/app: . etc etc/deliverables etc/deliverables/confs
  • Date: Fri, 20 May 2005 04:18:52 +0000

Author: peter AT neubauer.se
Date: Fri May 20 04:18:51 2005
New Revision: 2633

Added:
infrastructure/webapps/registration/app/
infrastructure/webapps/registration/app/build.xml
infrastructure/webapps/registration/app/etc/
infrastructure/webapps/registration/app/etc/deliverables/
infrastructure/webapps/registration/app/etc/deliverables/confs/
infrastructure/webapps/registration/app/etc/deliverables/confs/webapp.conf
Log:
re-adding app dir


Added: infrastructure/webapps/registration/app/build.xml
==============================================================================
--- (empty file)
+++ infrastructure/webapps/registration/app/build.xml Fri May 20 04:18:51
2005
@@ -0,0 +1,37 @@
+<?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-app" default="install" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+
+ <x:filter token="HANGMAN_WAR_URI" feature="uri" key="registration-view" />
+
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
+
+ <target name="build" depends="standard.build" >
+ <x:property name="registration.uri" key="registration-impl"
feature="block"/>
+ <x:property name="tapestry.uri" key="dpml-http-tapestry"
feature="block"/>
+ <!-- x:property name="console.uri" key="dpml-console-default"
feature="block"/ -->
+
+ <x:block name="web-registration" >
+ <!-- x:include name="console" uri="${console.uri}" / -->
+ <x:include name="tapestry" uri="${tapestry.uri}" />
+ <x:include name="app" uri="${registration.uri}" />
+ </x:block>
+ </target>
+
+</project>

Added:
infrastructure/webapps/registration/app/etc/deliverables/confs/webapp.conf
==============================================================================
--- (empty file)
+++
infrastructure/webapps/registration/app/etc/deliverables/confs/webapp.conf
Fri May 20 04:18:51 2005
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * 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.
+-->
+
+<targets>
+
+ <target path="/web-registration/tapestry/server/context">
+ <configuration>
+ <web-application>@HANGMAN_WAR_URI@</web-application>
+ <context-path>/registration</context-path>
+
<defaults-descriptor>artifact:conf:dpml/http/webapp-defaults</defaults-descriptor>
+ </configuration>
+ </target>
+
+ <target path="/web-registration/app/controller">
+ <parameters>
+ <parameter name="servlet-name" value="registration" />
+ </parameters>
+ </target>
+</targets>
+



  • svn commit: r2633 - in infrastructure/webapps/registration/app: . etc etc/deliverables etc/deliverables/confs, peter, 05/20/2005

Archive powered by MHonArc 2.6.24.

Top of Page