Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasschmidtjensen committed Oct 13, 2015
1 parent 0bceecb commit faa358a
Show file tree
Hide file tree
Showing 843 changed files with 103,382 additions and 103,378 deletions.
26 changes: 13 additions & 13 deletions ajpf2014/.classpath
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="src" path="src/examples"/>
<classpathentry kind="src" path="src/tests"/>
<classpathentry kind="src" path="src/classes"/>
<classpathentry kind="src" path="src/peers"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/3rdparty/junit-4.10.jar"/>
<classpathentry kind="lib" path="lib/3rdparty/jpf.jar"/>
<classpathentry kind="lib" path="lib/3rdparty/RunJPF.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="src" path="src/examples"/>
<classpathentry kind="src" path="src/tests"/>
<classpathentry kind="src" path="src/classes"/>
<classpathentry kind="src" path="src/peers"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/3rdparty/junit-4.10.jar"/>
<classpathentry kind="lib" path="lib/3rdparty/jpf.jar"/>
<classpathentry kind="lib" path="lib/3rdparty/RunJPF.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
28 changes: 14 additions & 14 deletions ajpf2014/.gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Compiled Files #
*.class
*.tokens
bin/*

# Test Outputs #
bin/TEST*

# Debugging Files #
tmp/*

# Version Control Files #
*.orig
*~
# Compiled Files #
*.class
*.tokens
bin/*

# Test Outputs #
bin/TEST*

# Debugging Files #
tmp/*

# Version Control Files #
*.orig
*~
34 changes: 17 additions & 17 deletions ajpf2014/.project
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>mcapl</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>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>mcapl</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>
22 changes: 11 additions & 11 deletions ajpf2014/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
Loading

0 comments on commit faa358a

Please sign in to comment.