haul 2003/01/17 03:33:51
Modified: . project-info.xml properties.xml
src/webapp/WEB-INF/entities sitemap-v06.rng
Log:
Added web3 (SAP connectivity) block
Revision Changes Path
1.5 +17 -0 xml-cocoon2/project-info.xml
Index: project-info.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/project-info.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project-info.xml 2 Jan 2003 10:50:05 -0000 1.4
+++ project-info.xml 17 Jan 2003 11:33:50 -0000 1.5
@@ -524,6 +524,23 @@
</project>
+ <project name="web3-block">
+ <package>org.apache.cocoon</package>
+
+ <ant target="block">
+ <property name="block-name" value="web3"/>
+ </ant>
+
+ <depend project="xml-cocoon2"/>
+
+ <work nested="tools/anttasks"/>
+ <home nested="build/cocoon"/>
+
+ <jar name="web3-block.jar"/>
+
+ <nag from="Christian Haul <[EMAIL PROTECTED]>"
+ to="[EMAIL PROTECTED]"/>
+ </project>
<!--
1.27 +1 -0 xml-cocoon2/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/properties.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- properties.xml 11 Jan 2003 17:01:59 -0000 1.26
+++ properties.xml 17 Jan 2003 11:33:50 -0000 1.27
@@ -141,6 +141,7 @@
<bsf include="true"/>
<profiler include="true"/>
<velocity include="true"/>
+ <web3 include="true"/><!-- SAP R/3 connectivity -->
</blocks>
<!-- Specify what should be included in the web application (war) file -->
1.5 +6 -0 xml-cocoon2/src/webapp/WEB-INF/entities/sitemap-v06.rng
Index: sitemap-v06.rng
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/entities/sitemap-v06.rng,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sitemap-v06.rng 14 Jan 2003 10:48:58 -0000 1.4
+++ sitemap-v06.rng 17 Jan 2003 11:33:51 -0000 1.5
@@ -313,6 +313,11 @@
</zeroOrMore>
</define>
+<!-- CH: contents confirmed by inspection of Web3RfcTransformer.java -->
+ <define name="web3RfcTransformer.contents">
+ <optional><element name="system"><text/></element></optional>
+ </define>
+
<!-- CPA: contents confirmed by inspection of AbstractTextSerializer.java -->
<define name="textSerializer.contents">
<optional><ref name="cdata-section-elements"/></optional>
@@ -459,6 +464,7 @@
<ref name="i18nTransformer.contents"/>
<ref name="encodeURLTransformer.contents"/>
<ref name="linkRewriterTransformer.contents"/>
+ <ref name="web3RfcTransformer.contents"/>
<optional><ref name="mapping"/></optional>
</interleave>
</element>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]