Initial Commit
This commit is contained in:
105
Java/IsPrime/.svn/entries
Normal file
105
Java/IsPrime/.svn/entries
Normal 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
|
||||
|
||||
5
Java/IsPrime/.svn/prop-base/.classpath.svn-base
Normal file
5
Java/IsPrime/.svn/prop-base/.classpath.svn-base
Normal file
@@ -0,0 +1,5 @@
|
||||
K 13
|
||||
svn:mime-type
|
||||
V 10
|
||||
text/plain
|
||||
END
|
||||
5
Java/IsPrime/.svn/prop-base/.project.svn-base
Normal file
5
Java/IsPrime/.svn/prop-base/.project.svn-base
Normal file
@@ -0,0 +1,5 @@
|
||||
K 13
|
||||
svn:mime-type
|
||||
V 10
|
||||
text/plain
|
||||
END
|
||||
6
Java/IsPrime/.svn/text-base/.classpath.svn-base
Normal file
6
Java/IsPrime/.svn/text-base/.classpath.svn-base
Normal 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>
|
||||
17
Java/IsPrime/.svn/text-base/.project.svn-base
Normal file
17
Java/IsPrime/.svn/text-base/.project.svn-base
Normal 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>
|
||||
Reference in New Issue
Block a user