From 3f7810bc9306e0d7362709d226eb44bf6be2ca2d Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Sun, 22 Nov 2015 21:08:34 -0500 Subject: [PATCH] Add core package soap-client * externals-list: Fix comment typo. ("soap-client"): New core entry. * .gitignore: Add packages/soap-client. --- .gitignore | 1 + externals-list | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd4aff2b4..1e8522c7a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,6 @@ packages/ntlm packages/omn-mode/ packages/pabbrev packages/rudel +packages/soap-client packages/w3 packages/xelb diff --git a/externals-list b/externals-list index 7921e5a47..bf99d9108 100644 --- a/externals-list +++ b/externals-list @@ -21,7 +21,7 @@ ;; All file-names must be relative to the Emacs repository root and the package ;; directory. When a file-name points to a directory all its files are copied ;; recursively into the package root or specified destination. A special -;; :excludes key can be provided to especify files to exclude when copying +;; :excludes key can be provided to specify files to exclude when copying ;; directories, wildcards are supported, "*.elc" and "*~" are always excluded. ;; Exclude matches must be against the full file-name, substring matches don't ;; work unless wildcards are used (e.g. use "etc/*" instead of "etc/"). @@ -67,6 +67,7 @@ ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!! ("rich-minority" :subtree "https://github.com/Malabarba/rich-minority") ("rudel" :external nil) ;; Was bzr::bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk + ("soap-client" :core ("lisp/net/soap-client.el" "lisp/net/soap-inspect.el")) ("sotlisp" :subtree "https://github.com/Malabarba/speed-of-thought-lisp") ("spinner" :subtree "https://github.com/Malabarba/spinner.el") ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse") -- 2.39.2