Skip to content

Commit

Permalink
Remove stuff that now applies to sharpen project
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilk committed May 22, 2012
1 parent 4cac32f commit 6559a41
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 2,276 deletions.
14 changes: 3 additions & 11 deletions bin/setup.bat
Expand Up @@ -14,7 +14,6 @@ copy /y Debug\ssc.exe "%InstallDir%\ScriptSharp\v1.0"
copy /y Debug\sspp.exe "%InstallDir%\ScriptSharp\v1.0"
copy /y Debug\ScriptSharp.dll "%InstallDir%\ScriptSharp\v1.0"
copy /y Debug\ScriptSharp.Build.dll "%InstallDir%\ScriptSharp\v1.0"
copy /y Debug\ScriptSharp.Web.dll "%InstallDir%\ScriptSharp\v1.0"
copy /y Debug\ScriptSharp.Testing.dll "%InstallDir%\ScriptSharp\v1.0"
copy /y Debug\ScriptSharp.VisualStudio.dll "%InstallDir%\ScriptSharp\v1.0"
copy /y Debug\ScriptSharp.FxCop.dll "%InstallDir%\ScriptSharp\v1.0\CodeAnalysis"
Expand All @@ -29,16 +28,6 @@ gacutil /nologo /if "%InstallDir%\ScriptSharp\v1.0\ScriptSharp.VisualStudio.dll"
@echo Copying scripts...
copy /y ref\mscorlib.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y ref\mscorlib.debug.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.debug.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.Loader.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.Loader.debug.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.Global.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.Global.debug.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.DOM.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.DOM.debug.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.Framework.js "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Sharpen.Framework.debug.js "%InstallDir%\ScriptSharp\v1.0\Framework"

@echo Copying assemblies...
copy /y Debug\mscorlib.dll "%InstallDir%\ScriptSharp\v1.0\Framework"
Expand All @@ -56,6 +45,9 @@ copy /y Debug\Script.jQuery.History.txt "%InstallDir%\ScriptSharp\v1.0\Framework
copy /y Debug\Script.jQuery.Templating.dll "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Script.jQuery.Templating.xml "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Script.jQuery.Templating.txt "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Script.jQuery.Validation.dll "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Script.jQuery.Validation.xml "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Script.jQuery.Validation.txt "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Script.Knockout.dll "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Script.Knockout.xml "%InstallDir%\ScriptSharp\v1.0\Framework"
copy /y Debug\Script.Knockout.txt "%InstallDir%\ScriptSharp\v1.0\Framework"
Expand Down
24 changes: 0 additions & 24 deletions src/Tools/Nuget/ScriptSharp.nuspec

This file was deleted.

1 change: 0 additions & 1 deletion src/Tools/Nuget/build.bat

This file was deleted.

21 changes: 0 additions & 21 deletions src/Tools/Nuget/web.config.transform

This file was deleted.

4 changes: 0 additions & 4 deletions tests/Setup.bat

This file was deleted.

204 changes: 0 additions & 204 deletions tests/Sharpen/Core/Delegates.htm

This file was deleted.

0 comments on commit 6559a41

Please sign in to comment.