You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2009/11/11 00:39:22 UTC

svn commit: r834711 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1

Author: jgomes
Date: Tue Nov 10 23:39:21 2009
New Revision: 834711

URL: http://svn.apache.org/viewvc?rev=834711&view=rev
Log:
Removed .NET CF framework setting.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1?rev=834711&r1=834710&r2=834711&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/package.ps1 Tue Nov 10 23:39:21 2009
@@ -16,7 +16,7 @@
 $pkgname = "Apache.NMS.ActiveMQ"
 $pkgver = "1.2.0"
 $configurations = "release", "debug"
-$frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"
+$frameworks = "mono-2.0", "net-2.0", "net-3.5"
 
 write-progress "Creating package directory." "Initializing..."
 if(!(test-path package))