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 17:01:02 UTC

[17/46] activemq-nms-api 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-api/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-api/commit/1ec0293d
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-api/tree/1ec0293d
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-api/diff/1ec0293d

Branch: refs/heads/1.2.x
Commit: 1ec0293dbb80964758fae81a37513216c75a3338
Parents: 4387275
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-api/blob/1ec0293d/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index 4fbe44e..e73a44d 100644
--- a/package.ps1
+++ b/package.ps1
@@ -39,7 +39,9 @@ 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\$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"