]> code.delx.au - gnu-emacs-elpa/commitdiff
Add core package soap-client
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Mon, 23 Nov 2015 02:08:34 +0000 (21:08 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Sat, 28 Nov 2015 18:31:42 +0000 (13:31 -0500)
* externals-list: Fix comment typo.
("soap-client"): New core entry.
* .gitignore: Add packages/soap-client.

.gitignore
externals-list

index bd4aff2b4d9e46e7cbaa8e0275e25e80bea2f012..1e8522c7a344e37a2f38087d0795426f8843650f 100644 (file)
@@ -19,5 +19,6 @@ packages/ntlm
 packages/omn-mode/
 packages/pabbrev
 packages/rudel
+packages/soap-client
 packages/w3
 packages/xelb
index 7921e5a47c2f8439e10a57ec7e69aecdcaad0014..bf99d9108bbf0bdeff4394a72fe6d6645d791fd9 100644 (file)
@@ -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")