From 9b97627c76f67bf25bf2d4dbd957a1947e468002 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 6 Oct 2017 10:27:32 +0200 Subject: [PATCH] Update package.iron files. --- contrib/library/network/server/nino/package.iron | 1 - library/network/http_client/package.iron | 3 --- .../protocol/content_negotiation/package.iron | 1 - library/network/protocol/http/package.iron | 1 - .../process/notification_email/package.iron | 1 - library/security/openid/package.iron | 1 - .../http_authorization/package.iron | 1 - library/server/ewsgi/package.iron | 6 ------ library/server/httpd/package.iron | 1 - library/server/libfcgi/package.iron | 1 - library/server/wsf/package.iron | 15 +-------------- library/text/encoder/package.iron | 1 - library/text/parser/feed/package.iron | 1 - library/text/parser/uri_template/package.iron | 1 - library/utility/general/error/package.iron | 1 - 15 files changed, 1 insertion(+), 35 deletions(-) diff --git a/contrib/library/network/server/nino/package.iron b/contrib/library/network/server/nino/package.iron index 96514dcf..8f03dd5c 100644 --- a/contrib/library/network/server/nino/package.iron +++ b/contrib/library/network/server/nino/package.iron @@ -1,7 +1,6 @@ package nino project - nino = "nino-safe.ecf" nino = "nino.ecf" note diff --git a/library/network/http_client/package.iron b/library/network/http_client/package.iron index d0035f8b..55dc9162 100644 --- a/library/network/http_client/package.iron +++ b/library/network/http_client/package.iron @@ -1,11 +1,8 @@ package http_client project - http_client = "http_client-safe.ecf" http_client = "http_client.ecf" - libcurl_http_client = "libcurl_http_client-safe.ecf" libcurl_http_client = "libcurl_http_client.ecf" - net_http_client = "net_http_client-safe.ecf" net_http_client = "net_http_client.ecf" note diff --git a/library/network/protocol/content_negotiation/package.iron b/library/network/protocol/content_negotiation/package.iron index ab6d6d37..d251813c 100644 --- a/library/network/protocol/content_negotiation/package.iron +++ b/library/network/protocol/content_negotiation/package.iron @@ -1,7 +1,6 @@ package content_negotiation project - conneg = "conneg-safe.ecf" conneg = "conneg.ecf" note diff --git a/library/network/protocol/http/package.iron b/library/network/protocol/http/package.iron index 8e22d41f..f5c60110 100644 --- a/library/network/protocol/http/package.iron +++ b/library/network/protocol/http/package.iron @@ -1,7 +1,6 @@ package http project - http = "http-safe.ecf" http = "http.ecf" note diff --git a/library/runtime/process/notification_email/package.iron b/library/runtime/process/notification_email/package.iron index 74f0d5f4..b8d80a73 100644 --- a/library/runtime/process/notification_email/package.iron +++ b/library/runtime/process/notification_email/package.iron @@ -1,7 +1,6 @@ package notification_email project - notification_email = "notification_email-safe.ecf" notification_email = "notification_email.ecf" note diff --git a/library/security/openid/package.iron b/library/security/openid/package.iron index 55db2019..9257259b 100644 --- a/library/security/openid/package.iron +++ b/library/security/openid/package.iron @@ -2,7 +2,6 @@ package openid project openid = "consumer/openid.ecf" - openid = "consumer/openid-safe.ecf" note title: Eiffel OpenID diff --git a/library/server/authentication/http_authorization/package.iron b/library/server/authentication/http_authorization/package.iron index 7a597b0b..b96316c5 100644 --- a/library/server/authentication/http_authorization/package.iron +++ b/library/server/authentication/http_authorization/package.iron @@ -1,7 +1,6 @@ package http_authorization project - http_authorization = "http_authorization-safe.ecf" http_authorization = "http_authorization.ecf" note diff --git a/library/server/ewsgi/package.iron b/library/server/ewsgi/package.iron index 504ddcc3..50666b1c 100644 --- a/library/server/ewsgi/package.iron +++ b/library/server/ewsgi/package.iron @@ -1,17 +1,11 @@ package ewsgi project - ewsgi = "ewsgi-safe.ecf" ewsgi = "ewsgi.ecf" - connector_cgi = "connectors/cgi/cgi-safe.ecf" connector_cgi = "connectors/cgi/cgi.ecf" - connector_libfcgi = "connectors/libfcgi/libfcgi-safe.ecf" connector_libfcgi = "connectors/libfcgi/libfcgi.ecf" - connector_null = "connectors/null/null-safe.ecf" connector_null = "connectors/null/null.ecf" - connector_standalone = "connectors/standalone/standalone-safe.ecf" connector_standalone = "connectors/standalone/standalone.ecf" - httpd = "connectors/standalone/src/httpd/httpd-safe.ecf" httpd = "connectors/standalone/src/httpd/httpd.ecf" note diff --git a/library/server/httpd/package.iron b/library/server/httpd/package.iron index bb34ce9f..000bae4b 100644 --- a/library/server/httpd/package.iron +++ b/library/server/httpd/package.iron @@ -1,7 +1,6 @@ package httpd project - httpd = "httpd-safe.ecf" httpd = "httpd.ecf" note diff --git a/library/server/libfcgi/package.iron b/library/server/libfcgi/package.iron index d60015d3..34fc9fb1 100644 --- a/library/server/libfcgi/package.iron +++ b/library/server/libfcgi/package.iron @@ -4,7 +4,6 @@ setup compile_library = Clib project - libfcgi = "libfcgi-safe.ecf" libfcgi = "libfcgi.ecf" note diff --git a/library/server/wsf/package.iron b/library/server/wsf/package.iron index f766b25f..f2e0d8c7 100644 --- a/library/server/wsf/package.iron +++ b/library/server/wsf/package.iron @@ -2,32 +2,19 @@ package wsf project - wsf = "wsf-safe.ecf" wsf = "wsf.ecf" - wsf_extension = "wsf_extension-safe.ecf" wsf_extension = "wsf_extension.ecf" - wsf_policy_driven = "wsf_policy_driven-safe.ecf" wsf_policy_driven = "wsf_policy_driven.ecf" - wsf_router_context = "wsf_router_context-safe.ecf" wsf_router_context = "wsf_router_context.ecf" - wsf_session = "wsf_session-safe.ecf" wsf_session = "wsf_session.ecf" - wsf_cgi = "connector/cgi-safe.ecf" wsf_cgi = "connector/cgi.ecf" - wsf_libfcgi = "connector/libfcgi-safe.ecf" wsf_libfcgi = "connector/libfcgi.ecf" - wsf_openshift = "connector/openshift-safe.ecf" - default_cgi = "default/cgi-safe.ecf" default_cgi = "default/cgi.ecf" - default_libfcgi = "default/libfcgi-safe.ecf" default_libfcgi = "default/libfcgi.ecf" - default_openshift = "default/openshift-safe.ecf" - wsf_standalone = "connector/standalone-safe.ecf" + default_openshift = "default/openshift.ecf" wsf_standalone = "connector/standalone.ecf" - default_standalone = "default/standalone-safe.ecf" default_standalone = "default/standalone.ecf" - note title: Web Server Foundation description: "[ diff --git a/library/text/encoder/package.iron b/library/text/encoder/package.iron index 54331f8a..53237ce3 100644 --- a/library/text/encoder/package.iron +++ b/library/text/encoder/package.iron @@ -1,7 +1,6 @@ package encoder project - encoder = "encoder-safe.ecf" encoder = "encoder.ecf" note diff --git a/library/text/parser/feed/package.iron b/library/text/parser/feed/package.iron index 1e11e9f6..58a9d5a4 100644 --- a/library/text/parser/feed/package.iron +++ b/library/text/parser/feed/package.iron @@ -1,7 +1,6 @@ package feed project - feed = "feed-safe.ecf" feed = "feed.ecf" note diff --git a/library/text/parser/uri_template/package.iron b/library/text/parser/uri_template/package.iron index 74f83c1d..d05c0d42 100644 --- a/library/text/parser/uri_template/package.iron +++ b/library/text/parser/uri_template/package.iron @@ -1,7 +1,6 @@ package uri_template project - uri_template = "uri_template-safe.ecf" uri_template = "uri_template.ecf" note diff --git a/library/utility/general/error/package.iron b/library/utility/general/error/package.iron index 5a0130e2..8c50b8a5 100644 --- a/library/utility/general/error/package.iron +++ b/library/utility/general/error/package.iron @@ -1,7 +1,6 @@ package error project - error = "error-safe.ecf" error = "error.ecf" note