From 3d385c3821975502fad2f196077cb77a6a52ca08 Mon Sep 17 00:00:00 2001 From: AlexVallat Date: Sat, 7 Mar 2015 14:32:08 +0000 Subject: [PATCH] Move Windows Development environment into own branch --- tools/deploy-firefox-android.bat | 5 - tools/make-firefox.bat | 40 -------- uBlock.csproj | 162 ------------------------------- uBlock.sln | 22 ----- 4 files changed, 229 deletions(-) delete mode 100644 tools/deploy-firefox-android.bat delete mode 100644 tools/make-firefox.bat delete mode 100644 uBlock.csproj delete mode 100644 uBlock.sln diff --git a/tools/deploy-firefox-android.bat b/tools/deploy-firefox-android.bat deleted file mode 100644 index 09cd7d0c1..000000000 --- a/tools/deploy-firefox-android.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -cd %~dp0 -call make-firefox.bat all -"%ProgramFiles(x86)%\Android\android-sdk\platform-tools\adb" push ..\dist\build\uBlock.firefox.xpi /mnt/sdcard/ -"%ProgramFiles(x86)%\Android\android-sdk\platform-tools\adb" shell am start -a android.intent.action.VIEW -c android.intent.category.DEFAULT -d file:///mnt/sdcard/uBlock.firefox.xpi -n org.mozilla.firefox/.App \ No newline at end of file diff --git a/tools/make-firefox.bat b/tools/make-firefox.bat deleted file mode 100644 index f9f25e745..000000000 --- a/tools/make-firefox.bat +++ /dev/null @@ -1,40 +0,0 @@ -rem This script assumes a Windows environment -@echo off -echo "*** uBlock.firefox: Copying files" - -set DES="%~dp0..\dist\build\uBlock.firefox" -rd /s /q %DES% -mkdir %DES% - -pushd %~dp0.. -xcopy /S /I assets %DES%\assets -del %DES%\assets\*.sh -xcopy /S /I src\css %DES%\css -xcopy /S /I src\img %DES%\img -xcopy /S /I src\js %DES%\js -xcopy /S /I src\lib %DES%\lib -xcopy /S /I src\_locales %DES%\_locales -xcopy src\*.html %DES%\ -move %DES%\img\icon_128.png %DES%\icon.png -xcopy platform\firefox\vapi-*.js %DES%\js\ -xcopy platform\firefox\bootstrap.js %DES%\ -xcopy platform\firefox\frame*.js %DES%\ -xcopy platform\firefox\chrome.manifest %DES%\ -xcopy platform\firefox\install.rdf %DES%\ -xcopy platform\firefox\*.xul %DES%\ -xcopy LICENSE.txt %DES%\ - -echo "*** uBlock.firefox: Generating meta..." -c:\python34\python "%~dp0\make-firefox-meta.py" %DES%\ - - -if "%1"=="all" ( - echo "*** uBlock.firefox: Creating package..." - pushd %DES%\ - del ..\uBlock.firefox.xpi - "%ProgramW6432%\7-Zip\7z.exe" a -tzip -mx5 -bd ..\uBlock.firefox.xpi * - popd -) - -echo "*** uBlock.firefox: Package done." -popd \ No newline at end of file diff --git a/uBlock.csproj b/uBlock.csproj deleted file mode 100644 index 738daab2f..000000000 --- a/uBlock.csproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - Debug - {56C47343-44BB-40E9-9803-CDA9544BB0DF} - {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - Library - bin - v4.5.1 - full - true - 1.0 - true - - - - - - - 12.0 - - - uBlock - - - OnBuildSuccess - - - - - - - - True - True - 63819 - / - http://localhost:63819/ - False - False - - - False - - - - - - false - true - - - true - false - - - - "$(ProjectDir)tools\deploy-firefox-android.bat" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - \ No newline at end of file diff --git a/uBlock.sln b/uBlock.sln deleted file mode 100644 index 74f731149..000000000 --- a/uBlock.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uBlock", "uBlock.csproj", "{56C47343-44BB-40E9-9803-CDA9544BB0DF}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {56C47343-44BB-40E9-9803-CDA9544BB0DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {56C47343-44BB-40E9-9803-CDA9544BB0DF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {56C47343-44BB-40E9-9803-CDA9544BB0DF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {56C47343-44BB-40E9-9803-CDA9544BB0DF}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal