From 8fdaf98380ef92e9b3ebe5ed4d65fde10e97a812 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Fri, 26 May 2006 16:21:00 +0000 Subject: [PATCH] Remove old delegation-1.wsdl --- org.gridsite.core/doc/delegation-1.wsdl | 91 --------------------------------- org.gridsite.core/src/Makefile | 4 +- 2 files changed, 2 insertions(+), 93 deletions(-) delete mode 100644 org.gridsite.core/doc/delegation-1.wsdl diff --git a/org.gridsite.core/doc/delegation-1.wsdl b/org.gridsite.core/doc/delegation-1.wsdl deleted file mode 100644 index 35c46ef..0000000 --- a/org.gridsite.core/doc/delegation-1.wsdl +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Starts the delegation procedure by asking for a certificate - signing request from the server. The server answers with a - certificate signing request which includes the public key - for the new delegated credentials. Uses PEM encoding. - - - - - - - - - Finishes the delegation procedure by sending the signed - proxy certificate to the server. Uses PEM encoding. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index 2109007..3af684b 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -260,7 +260,7 @@ install: apidoc cp -f ../CHANGES ../README ../INSTALL ../LICENSE ../VERSION \ $(prefix)/share/doc/gridsite-$(PATCH_VERSION) cp -f ../doc/*.html ../doc/*.conf ../doc/*.1 ../doc/*.8 ../doc/*.sh \ - ../doc/*.wsdl $(prefix)/share/doc/gridsite-$(VERSION) + $(prefix)/share/doc/gridsite-$(VERSION) cp -f ../doc/*.1 $(prefix)/share/man/man1 cp -f ../doc/*.8 $(prefix)/share/man/man8 gzip -f $(prefix)/share/man/man1/*.1 @@ -295,7 +295,7 @@ dist: Doxyfile doxygen.css doxyheader.html \ ../dist/gridsite-$(PATCH_VERSION)/src cp -f ../doc/*.html ../doc/*.1 ../doc/*.8 ../doc/*.conf ../doc/*.sh \ - ../doc/*.wsdl ../dist/gridsite-$(PATCH_VERSION)/doc + ../dist/gridsite-$(PATCH_VERSION)/doc cp -f ../interface/*.h \ ../dist/gridsite-$(PATCH_VERSION)/interface cd ../dist ; tar zcvf ../gridsite-$(PATCH_VERSION).src.tar.gz \ -- 1.8.2.3