You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ju...@apache.org on 2015/04/30 00:22:21 UTC

[2/4] incubator-reef git commit: remove commented code in script

remove commented code in script


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/39ab9495
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/39ab9495
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/39ab9495

Branch: refs/heads/branch-0.11.0-incubating-maven
Commit: 39ab9495cbf08481978b7976558e5a5a347c3f04
Parents: 09c29ed
Author: Julia Wang <jw...@yahoo.com>
Authored: Tue Apr 28 12:22:01 2015 -0700
Committer: Julia Wang <jw...@yahoo.com>
Committed: Tue Apr 28 12:22:01 2015 -0700

----------------------------------------------------------------------
 lang/cs/.nuget/NuGet.targets | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/39ab9495/lang/cs/.nuget/NuGet.targets
----------------------------------------------------------------------
diff --git a/lang/cs/.nuget/NuGet.targets b/lang/cs/.nuget/NuGet.targets
index 951ec18..aee07a8 100644
--- a/lang/cs/.nuget/NuGet.targets
+++ b/lang/cs/.nuget/NuGet.targets
@@ -80,7 +80,6 @@ under the License.
         <PaddedSolutionDir Condition=" '$(OS)' != 'Windows_NT' ">"$(SolutionDir)"</PaddedSolutionDir>
 
         <!-- Nuspec file -->
-<!--        <FinalizedNuspecFile>$(SolutionDir)\.nuget\nuspec\$(AssemblyName).nuspec</FinalizedNuspecFile>  -->
         <FinalizedNuspecFile>$(SolutionDir)\$(AssemblyName)\$(AssemblyName).nuspec</FinalizedNuspecFile>
 
         <!-- Project path -->
@@ -155,18 +154,6 @@ under the License.
               Condition=" '$(OS)' == 'Windows_NT' " />
     </Target>
 
-    <!--<Target Name="FinalizeNuspecFiles">
-        <PropertyGroup>
-            <FinalizeNuspecScript>$(SolutionDir)\.nuget\finalizeNuspec.ps1</FinalizeNuspecScript>
-            <ScriptCommand Condition="'$(IsSnapshot)' == 'true'">$(FinalizeNuspecScript) -SolutionDir $(SolutionDir) -Snapshot -SnapshotNumber $(SnapshotNumber)</ScriptCommand>
-            <ScriptCommand Condition="'$(IsSnapshot)' == 'false'">$(FinalizeNuspecScript) -SolutionDir $(SolutionDir)</ScriptCommand>
-        </PropertyGroup>
-
-        <Exec Command="powershell -NonInteractive -NoProfile -Command $(ScriptCommand)"
-            LogStandardErrorAsError="true">
-        </Exec>
-    </Target> -->
-
     <Target Name="CleanNugetPackages">
         <PropertyGroup>
             <NuspecFilesDir>$(SolutionDir)\.nuget\nuspec</NuspecFilesDir>