Skip to content

Commit a163c99

Browse files
author
Kevin
committed
Merge branch 'master' of ssh://192.168.1.132:22/opt/git/autoStock
Conflicts: src/com/autoStock/backtest/watchmaker/WMBacktest.java src/com/autoStock/backtest/watchmaker/WMBacktestContainer.java
2 parents 632395b + a892984 commit a163c99

File tree

346 files changed

+28563
-28562
lines changed

Some content is hidden

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

346 files changed

+28563
-28562
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
<attribute name="javadoc_location" value="file:/C:/Users/Kevin/Downloads/rJava_0.9-5/rJava/javadoc/"/>
4848
</attributes>
4949
</classpathentry>
50-
<classpathentry combineaccessrules="false" kind="src" path="/encog-java-core"/>
50+
<classpathentry combineaccessrules="false" kind="src" path="/encog-core"/>
5151
<classpathentry kind="output" path="bin"/>
5252
</classpath>

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.class
22

3+
/.classpath

.project

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>autoStock</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
</buildSpec>
14-
<natures>
15-
<nature>org.eclipse.jdt.core.javanature</nature>
16-
</natures>
17-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>autoStock</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
eclipse.preferences.version=1
2-
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
1+
eclipse.preferences.version=1
2+
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false

bin/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/com/
1+
/com

0 commit comments

Comments
 (0)