Author: reinhard
Date: Sun Feb 20 10:11:19 2005
New Revision: 154550

URL: http://svn.apache.org/viewcvs?view=rev&rev=154550
Log:
metadata and build files

Added:
    cocoon/blocks/supported/session-fw/trunk/block.xml
    cocoon/blocks/supported/session-fw/trunk/build.properties
    cocoon/blocks/supported/session-fw/trunk/build.xml

Added: cocoon/blocks/supported/session-fw/trunk/block.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/blocks/supported/session-fw/trunk/block.xml?view=auto&rev=154550
==============================================================================
--- cocoon/blocks/supported/session-fw/trunk/block.xml (added)
+++ cocoon/blocks/supported/session-fw/trunk/block.xml Sun Feb 20 10:11:19 2005
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  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. 
+-->
+<block xmlns="http://apache.org/cocoon/blocks/cob/1.0"; 
+       id="http://apache.org/cocoon/session-fw/1.0";>
+       
+  <name short="session-fw" version="1.0">Session Framework</name>
+  <author href="http://cocoon.apache.org";>Cocoon Community</author>
+  <license href="http://www.apache.org/LICENSE-2.0/";>Apache Software License 
2.0</license>
+      
+</block>
\ No newline at end of file

Added: cocoon/blocks/supported/session-fw/trunk/build.properties
URL: 
http://svn.apache.org/viewcvs/cocoon/blocks/supported/session-fw/trunk/build.properties?view=auto&rev=154550
==============================================================================
--- cocoon/blocks/supported/session-fw/trunk/build.properties (added)
+++ cocoon/blocks/supported/session-fw/trunk/build.properties Sun Feb 20 
10:11:19 2005
@@ -0,0 +1,26 @@
+#  Copyright 1999-2004 The Apache Software Foundation
+#
+#  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.
+#
+#----------------------------------------------
+#  Build Properties
+#----------------------------------------------
+
+# ---- Paths 
-------------------------------------------------------------------
+src.public=java
+
+# ---- Libraries 
---------------------------------------------------------------
+lib.core.dir=../../../../trunk/lib
+
+# ---- References 
--------------------------------------------------------------
+root.core=../../../../trunk
\ No newline at end of file

Added: cocoon/blocks/supported/session-fw/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/blocks/supported/session-fw/trunk/build.xml?view=auto&rev=154550
==============================================================================
--- cocoon/blocks/supported/session-fw/trunk/build.xml (added)
+++ cocoon/blocks/supported/session-fw/trunk/build.xml Sun Feb 20 10:11:19 2005
@@ -0,0 +1,15 @@
+<!-- build a block -->
+<project default="compile" name="Build session-fw block">
+
+  <property name="blockbuilder.root" 
value="../../../../trunk/tools/block-builder"/>
+       <available file="${blockbuilder.root}" 
property="available.blockbuilder.root"/>
+  <fail unless="available.blockbuilder.root" message="Property 
blockbuilder.root has to be set!"/>
+       
+       <xslt in="block.xml" 
+                   out="build/temp/build-by-xslt.xml"
+             
style="${blockbuilder.root}/targets/block-descriptor2ant-script.xsl">
+       </xslt>
+       
+       <import file="build/temp/build-by-xslt.xml"/>
+       
+</project>
\ No newline at end of file


Reply via email to