Skip to content

Commit a919d89

Browse files
committed
Merge pull request #1015 from hamiltont/toolset-fix-448
Reorganize project directory structure
2 parents a2ab923 + 462c1a3 commit a919d89

File tree

7,992 files changed

+1251
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,992 files changed

+1251
-252
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ env:
9797
- TESTDIR=plain
9898
- TESTDIR=play1
9999
- TESTDIR=play1siena
100-
- TESTDIR=play2
100+
- TESTDIR=play2-java
101+
- TESTDIR=play2-scala
101102
- TESTDIR=play-activate-mysql
102103
- TESTDIR=play-java-jpa
103104
- TESTDIR=play-scala-mongodb

README.md

Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

evhttp-sharp/setup.py renamed to frameworks/C#/evhttp-sharp/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
import setup_util
44
import os
55

6-
root = os.getcwd() + "/evhttp-sharp"
7-
app = root + "/src"
86

97
def start(args, logfile, errfile):
108
if os.name == 'nt':
119
return 1
10+
11+
app = args.troot + "/src"
1212

1313
try:
1414
# build
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)