You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2017/03/06 23:29:27 UTC

[03/50] [abbrv] activemq-nms-stomp git commit: Added inclusion of XML documentation files in ZIP package.

Added inclusion of XML documentation files in ZIP package.


Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/commit/47dc8fb7
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/tree/47dc8fb7
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/diff/47dc8fb7

Branch: refs/heads/1.2.x
Commit: 47dc8fb7d06a96801515836aa8a35d8b2c4a0c2e
Parents: 7d932d2
Author: Jim Gomes <jg...@apache.org>
Authored: Fri Feb 12 21:50:23 2010 +0000
Committer: Jim Gomes <jg...@apache.org>
Committed: Fri Feb 12 21:50:23 2010 +0000

----------------------------------------------------------------------
 package.ps1 | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/blob/47dc8fb7/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index 017c3dd..2a1ef63 100644
--- a/package.ps1
+++ b/package.ps1
@@ -39,8 +39,10 @@ if(test-path build)
 		foreach($framework in $frameworks)
 		{
 			zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll"
+			zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.xml"
 			zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config"
 			zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.dll"
+			zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.xml"
 			if($framework -ieq "mono-2.0")
 			{
 				zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll.mdb"