configure for ec2 instance

This commit is contained in:
EC2 Default User 2020-05-06 07:41:49 +00:00
parent 3226b2c545
commit 950b70eb2d

View File

@ -1,16 +1,16 @@
full_name:Gilded Rose Refactoring Kata full_name:Gilded Rose Refactoring Kata
# location where you have your clone # location where you have your clone
default_checkout:/Users/emily/training_materials/Refactoring-Katas/GildedRose default_checkout:/home/ec2-user/workspace/GildedRose-Refactoring-Kata
# Settings for the Java version # Settings for the Java version
executable:com.gildedrose.TexttestFixture #executable:com.gildedrose.TexttestFixture
interpreter:java #interpreter:java
# note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual # note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual
# Settings for the Python version # Settings for the Python version
#executable:${TEXTTEST_CHECKOUT}/python/texttest_fixture.py executable:${TEXTTEST_CHECKOUT}/python/texttest_fixture.py
#interpreter:python interpreter:python
# Settings for the C++ version # Settings for the C++ version
#executable:${TEXTTEST_CHECKOUT}/cpp/GildedRoseTextTests #executable:${TEXTTEST_CHECKOUT}/cpp/GildedRoseTextTests
@ -28,8 +28,7 @@ interpreter:java
# turn on one of these if you prefer them to notepad or emacs. # turn on one of these if you prefer them to notepad or emacs.
[view_program] [view_program]
*:mate *:subl
#*:gedit
[end] [end]
filename_convention_scheme:standard filename_convention_scheme:standard