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/07 15:33:52 UTC

[05/25] activemq-nms-ems 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-ems/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-ems/commit/f75bf19d
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-ems/tree/f75bf19d
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-ems/diff/f75bf19d

Branch: refs/heads/1.2.x
Commit: f75bf19dc00c58065d22d76214eb8eb78dc3ceb8
Parents: 09dc9c7
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-ems/blob/f75bf19d/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index 629f7fd..f3525a1 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"