3 changed files with 39 additions and 17 deletions
@ -0,0 +1,7 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
|
||||
|
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false"> |
||||
|
<fileset name="all" enabled="true" check-config-name="Google Checks" local="false"> |
||||
|
<file-match-pattern match-pattern="." include-pattern="true"/> |
||||
|
</fileset> |
||||
|
</fileset-config> |
@ -0,0 +1,15 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<classpath> |
||||
|
<classpathentry kind="src" path="src"/> |
||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> |
||||
|
<attributes> |
||||
|
<attribute name="module" value="true"/> |
||||
|
</attributes> |
||||
|
</classpathentry> |
||||
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"> |
||||
|
<attributes> |
||||
|
<attribute name="module" value="true"/> |
||||
|
</attributes> |
||||
|
</classpathentry> |
||||
|
<classpathentry kind="output" path="bin"/> |
||||
|
</classpath> |
@ -1,17 +1,17 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||
<projectDescription> |
<projectDescription> |
||||
<name>SimplePriorityQueue</name> |
<name>SimplePriorityQueue</name> |
||||
<comment></comment> |
<comment></comment> |
||||
<projects> |
<projects> |
||||
</projects> |
</projects> |
||||
<buildSpec> |
<buildSpec> |
||||
<buildCommand> |
<buildCommand> |
||||
<name>org.eclipse.jdt.core.javabuilder</name> |
<name>org.eclipse.jdt.core.javabuilder</name> |
||||
<arguments> |
<arguments> |
||||
</arguments> |
</arguments> |
||||
</buildCommand> |
</buildCommand> |
||||
</buildSpec> |
</buildSpec> |
||||
<natures> |
<natures> |
||||
<nature>org.eclipse.jdt.core.javanature</nature> |
<nature>org.eclipse.jdt.core.javanature</nature> |
||||
</natures> |
</natures> |
||||
</projectDescription> |
</projectDescription> |
||||
|
Loading…
Reference in new issue