Initial Commit

This commit is contained in:
2012-01-22 16:14:32 -05:00
commit f5e306f67f
155 changed files with 5097 additions and 0 deletions

105
Java/IsPrime/.svn/entries Normal file
View File

@@ -0,0 +1,105 @@
10
dir
180
svn+ssh://tcdevsvn1/svn/test/trunk/Examples/IsPrime
svn+ssh://tcdevsvn1/svn/test
2010-11-21T15:33:27.340663Z
111
ricky.barrette
svn:special svn:externals svn:needs-lock
9a5aac6f-9f22-4a63-bd53-bef70477a034
.classpath
file
2012-01-22T19:47:00.000000Z
0feefca3562e5167ed8224d805b3b922
2010-11-21T15:30:21.130254Z
108
ricky.barrette
has-props
295
.project
file
2012-01-22T19:47:00.000000Z
3fe9afba4d2403c478ac165804542a88
2010-11-21T15:30:21.130254Z
108
ricky.barrette
has-props
366
.settings
dir
bin
dir
src
dir

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 10
text/plain
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 10
text/plain
END

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>IsPrime</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>