Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Missed renaming from Alpha to Beta 2
Browse files Browse the repository at this point in the history
Removed a failing line from the environment setup script
  • Loading branch information
rjnienaber committed Jan 30, 2011
1 parent e2aa0ed commit cb0784c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Languages/IronPython/App.config
Expand Up @@ -6,7 +6,7 @@

<microsoft.scripting>
<languages>
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7 Alpha 1" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.0.10, Culture=neutral, PublicKeyToken=null" />
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7 Beta 2" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.0.10, Culture=neutral, PublicKeyToken=null" />
</languages>

<options/>
Expand Down
3 changes: 0 additions & 3 deletions Scripts/Bat/Dev.bat
Expand Up @@ -23,9 +23,6 @@ set RUBY19_EXE=%DLR_ROOT%\External.LCA_RESTRICTED\Languages\Ruby\ruby19\bin\ruby
set RUBYOPT=
set GEM_PATH=%RUBY19_BIN%\..\lib\ruby\gems\1.9.1

REM -- Nullify the existing environment
call %DLR_ROOT%\Test\Scripts\SetTestEnv.bat

REM -- IronPython environment variables
set IRONPYTHONPATH=%DLR_ROOT%\External.LCA_RESTRICTED\Languages\IronPython\27\Lib

Expand Down

0 comments on commit cb0784c

Please sign in to comment.