Update package.iron files.

This commit is contained in:
Jocelyn Fiat
2017-10-06 10:27:32 +02:00
parent 72c87cd74d
commit 9b97627c76
15 changed files with 1 additions and 35 deletions

View File

@@ -1,7 +1,6 @@
package nino package nino
project project
nino = "nino-safe.ecf"
nino = "nino.ecf" nino = "nino.ecf"
note note

View File

@@ -1,11 +1,8 @@
package http_client package http_client
project project
http_client = "http_client-safe.ecf"
http_client = "http_client.ecf" http_client = "http_client.ecf"
libcurl_http_client = "libcurl_http_client-safe.ecf"
libcurl_http_client = "libcurl_http_client.ecf" libcurl_http_client = "libcurl_http_client.ecf"
net_http_client = "net_http_client-safe.ecf"
net_http_client = "net_http_client.ecf" net_http_client = "net_http_client.ecf"
note note

View File

@@ -1,7 +1,6 @@
package content_negotiation package content_negotiation
project project
conneg = "conneg-safe.ecf"
conneg = "conneg.ecf" conneg = "conneg.ecf"
note note

View File

@@ -1,7 +1,6 @@
package http package http
project project
http = "http-safe.ecf"
http = "http.ecf" http = "http.ecf"
note note

View File

@@ -1,7 +1,6 @@
package notification_email package notification_email
project project
notification_email = "notification_email-safe.ecf"
notification_email = "notification_email.ecf" notification_email = "notification_email.ecf"
note note

View File

@@ -2,7 +2,6 @@ package openid
project project
openid = "consumer/openid.ecf" openid = "consumer/openid.ecf"
openid = "consumer/openid-safe.ecf"
note note
title: Eiffel OpenID title: Eiffel OpenID

View File

@@ -1,7 +1,6 @@
package http_authorization package http_authorization
project project
http_authorization = "http_authorization-safe.ecf"
http_authorization = "http_authorization.ecf" http_authorization = "http_authorization.ecf"
note note

View File

@@ -1,17 +1,11 @@
package ewsgi package ewsgi
project project
ewsgi = "ewsgi-safe.ecf"
ewsgi = "ewsgi.ecf" ewsgi = "ewsgi.ecf"
connector_cgi = "connectors/cgi/cgi-safe.ecf"
connector_cgi = "connectors/cgi/cgi.ecf" connector_cgi = "connectors/cgi/cgi.ecf"
connector_libfcgi = "connectors/libfcgi/libfcgi-safe.ecf"
connector_libfcgi = "connectors/libfcgi/libfcgi.ecf" connector_libfcgi = "connectors/libfcgi/libfcgi.ecf"
connector_null = "connectors/null/null-safe.ecf"
connector_null = "connectors/null/null.ecf" connector_null = "connectors/null/null.ecf"
connector_standalone = "connectors/standalone/standalone-safe.ecf"
connector_standalone = "connectors/standalone/standalone.ecf" connector_standalone = "connectors/standalone/standalone.ecf"
httpd = "connectors/standalone/src/httpd/httpd-safe.ecf"
httpd = "connectors/standalone/src/httpd/httpd.ecf" httpd = "connectors/standalone/src/httpd/httpd.ecf"
note note

View File

@@ -1,7 +1,6 @@
package httpd package httpd
project project
httpd = "httpd-safe.ecf"
httpd = "httpd.ecf" httpd = "httpd.ecf"
note note

View File

@@ -4,7 +4,6 @@ setup
compile_library = Clib compile_library = Clib
project project
libfcgi = "libfcgi-safe.ecf"
libfcgi = "libfcgi.ecf" libfcgi = "libfcgi.ecf"
note note

View File

@@ -2,32 +2,19 @@
package wsf package wsf
project project
wsf = "wsf-safe.ecf"
wsf = "wsf.ecf" wsf = "wsf.ecf"
wsf_extension = "wsf_extension-safe.ecf"
wsf_extension = "wsf_extension.ecf" wsf_extension = "wsf_extension.ecf"
wsf_policy_driven = "wsf_policy_driven-safe.ecf"
wsf_policy_driven = "wsf_policy_driven.ecf" wsf_policy_driven = "wsf_policy_driven.ecf"
wsf_router_context = "wsf_router_context-safe.ecf"
wsf_router_context = "wsf_router_context.ecf" wsf_router_context = "wsf_router_context.ecf"
wsf_session = "wsf_session-safe.ecf"
wsf_session = "wsf_session.ecf" wsf_session = "wsf_session.ecf"
wsf_cgi = "connector/cgi-safe.ecf"
wsf_cgi = "connector/cgi.ecf" wsf_cgi = "connector/cgi.ecf"
wsf_libfcgi = "connector/libfcgi-safe.ecf"
wsf_libfcgi = "connector/libfcgi.ecf" wsf_libfcgi = "connector/libfcgi.ecf"
wsf_openshift = "connector/openshift-safe.ecf"
default_cgi = "default/cgi-safe.ecf"
default_cgi = "default/cgi.ecf" default_cgi = "default/cgi.ecf"
default_libfcgi = "default/libfcgi-safe.ecf"
default_libfcgi = "default/libfcgi.ecf" default_libfcgi = "default/libfcgi.ecf"
default_openshift = "default/openshift-safe.ecf" default_openshift = "default/openshift.ecf"
wsf_standalone = "connector/standalone-safe.ecf"
wsf_standalone = "connector/standalone.ecf" wsf_standalone = "connector/standalone.ecf"
default_standalone = "default/standalone-safe.ecf"
default_standalone = "default/standalone.ecf" default_standalone = "default/standalone.ecf"
note note
title: Web Server Foundation title: Web Server Foundation
description: "[ description: "[

View File

@@ -1,7 +1,6 @@
package encoder package encoder
project project
encoder = "encoder-safe.ecf"
encoder = "encoder.ecf" encoder = "encoder.ecf"
note note

View File

@@ -1,7 +1,6 @@
package feed package feed
project project
feed = "feed-safe.ecf"
feed = "feed.ecf" feed = "feed.ecf"
note note

View File

@@ -1,7 +1,6 @@
package uri_template package uri_template
project project
uri_template = "uri_template-safe.ecf"
uri_template = "uri_template.ecf" uri_template = "uri_template.ecf"
note note

View File

@@ -1,7 +1,6 @@
package error package error
project project
error = "error-safe.ecf"
error = "error.ecf" error = "error.ecf"
note note