From 33583f5339839041f2fd1c5a004905436d18842d Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 28 Mar 2006 18:05:23 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'glite-jp-ws- interface_branch_1_2_0_RC31'. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Sprout from glite-jp-ws-interface_branch_1_1_0_RC15 2005-10-15 14:01:44 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'glite-jp-ws-' Cherrypick from master 2006-03-28 18:05:22 UTC Aleš Křenek '- --nonet for xsltproc and xmllint': org.glite.jp.ws-interface/Makefile org.glite.jp.ws-interface/project/glite-jp-ws-interface.spec org.glite.jp.ws-interface/project/version.properties org.glite.jp.ws-interface/src/puke-schema.xsl org.glite.jp.ws-interface/src/puke-ug.xsl --- org.glite.jp.ws-interface/Makefile | 14 +- .../project/glite-jp-ws-interface.spec | 4 +- .../project/version.properties | 2 +- org.glite.jp.ws-interface/src/puke-schema.xsl | 161 +++++++++++++++++++++ org.glite.jp.ws-interface/src/puke-ug.xsl | 2 +- 5 files changed, 174 insertions(+), 9 deletions(-) create mode 100644 org.glite.jp.ws-interface/src/puke-schema.xsl diff --git a/org.glite.jp.ws-interface/Makefile b/org.glite.jp.ws-interface/Makefile index f762daa..bbd4c5b 100644 --- a/org.glite.jp.ws-interface/Makefile +++ b/org.glite.jp.ws-interface/Makefile @@ -14,13 +14,14 @@ PREFIX=/opt/glite VPATH=${top_srcdir}/interface:${top_srcdir}/src STAGETO=interface -XSLTPROC=xsltproc -XMLLINT:=xmllint +XSLTPROC=xsltproc --nonet +XMLLINT:=xmllint --nonet docbookxls:=http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl WSDL=JobProvenancePS.wsdl JobProvenanceIS.wsdl JobProvenanceTypes.wsdl +XSD=JobProvenanceTypes.xsd -all compile: ${WSDL} JobProvenance.html +all compile: ${WSDL} ${XSD} JobProvenance.html check: @echo No unit test required for interface-only module. @@ -47,14 +48,17 @@ install: install -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version} install -m 644 JobProvenance.html ${PREFIX}/share/doc/${package}-${version} # cd ${top_srcdir}/interface && install -m 644 ${WSDL} ${PREFIX}/${STAGETO} - install -m 644 ${WSDL} ${PREFIX}/${STAGETO} + install -m 644 ${WSDL} ${XSD} ${PREFIX}/${STAGETO} clean: rm -f *.h -%.wsdl: %.xml +%.wsdl: %.xml puke-wsdl.xsl ${XSLTPROC} ../src/puke-wsdl.xsl $< >$@ +%.xsd: %.xml puke-schema.xsl + ${XSLTPROC} ../src/puke-schema.xsl $< >$@ + JobProvenance.html: doc.xml JobProvenancePS.xml JobProvenanceIS.xml JobProvenanceTypes.xml puke-ug.xsl ${XSLTPROC} --novalid ../src/puke-ug.xsl $< >doc-html.xml ${XMLLINT} --valid --noout doc-html.xml diff --git a/org.glite.jp.ws-interface/project/glite-jp-ws-interface.spec b/org.glite.jp.ws-interface/project/glite-jp-ws-interface.spec index 930f7e7..c49cbee 100644 --- a/org.glite.jp.ws-interface/project/glite-jp-ws-interface.spec +++ b/org.glite.jp.ws-interface/project/glite-jp-ws-interface.spec @@ -1,12 +1,12 @@ Summary:Change me !!! Name:glite-jp-ws-interface Version:1.1.0 -Release:0_U200510151557 +Release:0_U200512201442 Copyright:Open Source EGEE License Vendor:EU EGEE project Group:System/Application Prefix:/opt/glite -BuildArch:i386 +BuildArch:x86_64 BuildRoot:%{_builddir}/%{name}-%{version} Source:glite-jp-ws-interface-1.1.0_bin.tar.gz diff --git a/org.glite.jp.ws-interface/project/version.properties b/org.glite.jp.ws-interface/project/version.properties index 08e9de3..ff80206 100755 --- a/org.glite.jp.ws-interface/project/version.properties +++ b/org.glite.jp.ws-interface/project/version.properties @@ -1,2 +1,2 @@ -module.version=1.1.0 +module.version=1.2.0 module.age=0 diff --git a/org.glite.jp.ws-interface/src/puke-schema.xsl b/org.glite.jp.ws-interface/src/puke-schema.xsl new file mode 100644 index 0000000..fdbe9fb --- /dev/null +++ b/org.glite.jp.ws-interface/src/puke-schema.xsl @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + false + + + + + + + + + + : + + + + + + 0 + 1 + + + + + unbounded + 1 + + + + + + + + + + + + + + + : + + + + + unbounded + 1 + + + + + + + + + + + + + + + : + + + + + unbounded + 1 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.glite.jp.ws-interface/src/puke-ug.xsl b/org.glite.jp.ws-interface/src/puke-ug.xsl index 3d34891..8ce605b 100644 --- a/org.glite.jp.ws-interface/src/puke-ug.xsl +++ b/org.glite.jp.ws-interface/src/puke-ug.xsl @@ -6,7 +6,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + doctype-system="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"/> -- 1.8.2.3