Skip to content

Commit bb8d545

Browse files
author
SlavaRa
committed
Merge pull request #50 from SlavaRa/feature/cleanup
Cleanup
2 parents 93f6efc + 07f9fff commit bb8d545

File tree

7 files changed

+24
-12
lines changed

7 files changed

+24
-12
lines changed

.idea/vcs.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- cinst InnoSetup
1616
build_script:
1717
- cd C:\projects\CodeOrchestra\colt-build
18-
- copy gradle.properties.sample gradle.properties
18+
- copy gradle.properties.%PLATFORM%.sample gradle.properties
1919
- gradlew
2020
- gradlew build
2121
after_build:

gradle.properties.x64.sample

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
VERSION = 1.3.1
2+
JDK_HOME = C:/Program Files/Java/jdk1.8.0
3+
jfxrtDir = C:/Program Files/Java/jdk1.8.0
4+
COLT_AS_GIT = git@github.com:code-orchestra/colt-as.git
5+
COLT_CORE_GIT = git@github.com:code-orchestra/colt-core.git
6+
LIVECODING_EXAMPLES = git@github.com:code-orchestra/livecoding_examples.git
7+
FLEX_SDK_HOME =
8+
FLEX_SDK_LIVECODING_GIT =

gradle.properties.x86.sample

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
VERSION = 1.3.1
2+
JDK_HOME = C:/Program Files (x86)/Java/jdk1.8.0
3+
jfxrtDir = C:/Program Files (x86)/Java/jdk1.8.0
4+
COLT_AS_GIT = git@github.com:code-orchestra/colt-as.git
5+
COLT_CORE_GIT = git@github.com:code-orchestra/colt-core.git
6+
LIVECODING_EXAMPLES = git@github.com:code-orchestra/livecoding_examples.git
7+
FLEX_SDK_HOME =
8+
FLEX_SDK_LIVECODING_GIT =

gradle/wrapper/gradle-wrapper.jar

-1.33 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Oct 03 23:46:40 MSK 2015
1+
#Wed Nov 18 00:57:03 MSK 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip

gradlew

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)