[tasque] [xbuild] PackageName should be overridable



commit 0eabd4bd29c29482ba873f7307cd5f9a665324e1
Author: Antonius Riha <antoniusriha gmail com>
Date:   Thu Oct 18 19:10:59 2012 +0200

    [xbuild] PackageName should be overridable

 build/X.Common.targets |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/X.Common.targets b/build/X.Common.targets
index 78f1490..198b5a5 100644
--- a/build/X.Common.targets
+++ b/build/X.Common.targets
@@ -59,7 +59,7 @@
     <AutoInstall Condition=" '$(AltTarget)' != '' ">false</AutoInstall>
     
     <!-- Package name defaults to solution name -->
-    <PackageName>$(SolutionName)</PackageName>
+    <PackageName Condition=" '$(PackageName)' == '' " >$(SolutionName)</PackageName>
     
     <!-- Global dirs -->
     <!-- Assume AbsTopBuildDir is the dir, where the sln resides -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]