Skip to content

Commit

Permalink
Merge pull request #10 from FlanFlanagan/master
Browse files Browse the repository at this point in the history
CycIC version 0.8
  • Loading branch information
FlanFlanagan committed Sep 22, 2014
2 parents 0e90519 + 3684f63 commit 788518f
Show file tree
Hide file tree
Showing 953 changed files with 14,827 additions and 1,433 deletions.
14 changes: 14 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="cnome/src"/>
<classpathentry kind="lib" path="cnome/lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="cnome/lib/commons-logging.jar"/>
<classpathentry kind="lib" path="cnome/lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="cnome/lib/mysql-connector-java-5.1.18-bin.jar"/>
<classpathentry kind="lib" path="cnome/lib/sqlite-jdbc-3.7.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/alfred chen/Downloads/lambda-8-b106-windows-x64-02_sep_2013"/>
<classpathentry kind="lib" path="C:/Users/alfred chen/Documents/school/cyclist/controlsfx-8.0.4.jar"/>
<classpathentry kind="con" path="at.bestsolution.efxclipse.tooling.jdt.core.JAVAFX_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
7 changes: 7 additions & 0 deletions .cnome/generalConfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<workDirectories lastChosenId="0">
<workDirectory id="0" path="C:/Users/alfred chen"/>
<workDirectory id="1" path="C:/Users/alfred chen/software"/>
</workDirectories>
</root>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cyclist2</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
7 changes: 7 additions & 0 deletions cnome/.cnome/generalConfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<workDirectories lastChosenId="0">
<workDirectory id="0" path="C:/Users/Robert"/>
<workDirectory id="1" path="C:/Users/Robert/software"/>
</workDirectories>
</root>
23 changes: 23 additions & 0 deletions cnome/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cnome</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions cnome/.settings/org.eclipse.ltk.core.refactoring.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
Binary file added cnome/bin/edu/utah/sci/cyclist/Cyclist.class
Binary file not shown.
Loading

0 comments on commit 788518f

Please sign in to comment.