Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1279 - in development/main/planet/facilities/http: blocks blocks/tapestry examples/hangman examples/hangman/etc/deliverables/confs

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: r1279 - in development/main/planet/facilities/http: blocks blocks/tapestry examples/hangman examples/hangman/etc/deliverables/confs
  • Date: Thu, 23 Dec 2004 21:19:30 +0100

Author: niclas
Date: Thu Dec 23 21:19:30 2004
New Revision: 1279

Modified:
development/main/planet/facilities/http/blocks/index.xml
development/main/planet/facilities/http/blocks/tapestry/build.xml
development/main/planet/facilities/http/examples/hangman/build.xml

development/main/planet/facilities/http/examples/hangman/etc/deliverables/confs/webapp.conf
Log:


Modified: development/main/planet/facilities/http/blocks/index.xml
==============================================================================
--- development/main/planet/facilities/http/blocks/index.xml (original)
+++ development/main/planet/facilities/http/blocks/index.xml Thu Dec 23
21:19:30 2004
@@ -136,8 +136,8 @@

<project basedir="tapestry">
<info>
- <group>dpml/http/examples/tapestry</group>
- <name>dpml-http-examples-tapestry</name>
+ <group>dpml/http</group>
+ <name>dpml-http-tapestry</name>
<type>block</type>
</info>
<dependencies>

Modified: development/main/planet/facilities/http/blocks/tapestry/build.xml
==============================================================================
--- development/main/planet/facilities/http/blocks/tapestry/build.xml
(original)
+++ development/main/planet/facilities/http/blocks/tapestry/build.xml Thu
Dec 23 21:19:30 2004
@@ -16,7 +16,7 @@
* limitations under the License.
-->

-<project name="dpml-http-examples-tapestry" default="install" basedir="."
+<project name="dpml-http-tapestry" default="install" basedir="."
xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >

<magic:import uri="artifact:template:dpml/magic/standard"/>
@@ -25,8 +25,8 @@
<x:property name="webappserver.uri"
key="dpml-http-webappserver" feature="block"/>

- <x:block name="tapestry-example">
- <x:include name="webapp-server" uri="${webappserver.uri}" />
+ <x:block name="tapestry">
+ <x:include name="server" uri="${webappserver.uri}" />
</x:block>

</target>

Modified: development/main/planet/facilities/http/examples/hangman/build.xml
==============================================================================
--- development/main/planet/facilities/http/examples/hangman/build.xml
(original)
+++ development/main/planet/facilities/http/examples/hangman/build.xml Thu
Dec 23 21:19:30 2004
@@ -24,11 +24,9 @@
<target name="build" depends="standard.build">
<mkdir dir="target/deliverables/wars/" />
<mkdir dir="target/lib" />
- <x:replicate flatten="true" />
<war destfile="target/deliverables/wars/hangman.war"
webxml="etc/web.xml">
<fileset dir="src/web"/>
<classes dir="target/classes"/>
- <lib dir="target/replicate"/>
</war>
</target>


Modified:
development/main/planet/facilities/http/examples/hangman/etc/deliverables/confs/webapp.conf
==============================================================================
---
development/main/planet/facilities/http/examples/hangman/etc/deliverables/confs/webapp.conf
(original)
+++
development/main/planet/facilities/http/examples/hangman/etc/deliverables/confs/webapp.conf
Thu Dec 23 21:19:30 2004
@@ -18,11 +18,11 @@

<targets>

- <target path="/webapp/context">
+ <target path="/tapestry/server/context">
<configuration>
-
<web-application>artifact:war:dpml/http/dpml-http-webapp-demo</web-application>
+
<web-application>artifact:war:dpml/http/examples/hangman/hangman</web-application>
<context-path>/</context-path>
-
<defaults-descriptor>artifact:conf:dpml/http/dpml-http-webappserver</defaults-descriptor>
+
<defaults-descriptor>artifact:conf:dpml/http/webapp-defaults</defaults-descriptor>
</configuration>
</target>




  • svn commit: r1279 - in development/main/planet/facilities/http: blocks blocks/tapestry examples/hangman examples/hangman/etc/deliverables/confs, niclas, 12/23/2004

Archive powered by MHonArc 2.6.24.

Top of Page