[svn] r6544: vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs

IT svnadmin at nemerle.org
Thu Aug 17 04:50:36 CEST 2006


Log:
Added PLK.

Author: IT
Date: Thu Aug 17 04:50:33 2006
New Revision: 6544

Modified:
   vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs

Modified: vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs	Thu Aug 17 04:50:33 2006
@@ -59,9 +59,7 @@
 	//  "{7651a701-06e5-11d1-8ebd-00a0c90f26ea}")
 	//] //LOGVIEWID_Code
 	[PackageRegistration(UseManagedResourcesOnly = true)]
-	[ProvideLoadKey("standard", "1.0",
-		"Nemerle VS Integration", "rsdn.ru / nemerle.org", 104)
-	]
+	[ProvideLoadKey("standard", "1.0", "Nemerle VS Integration", "", 104)]
 	[ProvideService(typeof(NemerleLanguage), ServiceName = GlobalConstants.LanguageName)]
 	[ProvideService(typeof(INemerleLibraryManager))]
 	[ProvideLanguageService(typeof(NemerleLanguage), GlobalConstants.LanguageName, 100,



More information about the svn mailing list