Skip to content

Commit f6a8220

Browse files
committed
1 parent cebd6aa commit f6a8220

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

.classpath

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry kind="src" path="ochafik-util/src/main/java"/>
4+
<classpathentry kind="src" path="jnaerator-parser/target/generated-sources/antlr3"/>
5+
<classpathentry kind="src" path="ochafik-swing/src/main/java"/>
6+
<classpathentry kind="src" path="jnaerator-runtime/src/main/java"/>
7+
<classpathentry kind="src" path="jnaerator/src/main/java"/>
8+
<classpathentry kind="src" path="jnaerator-rococoa-runtime/src/main/java"/>
9+
<classpathentry kind="src" path="jna-jnaerator/src/main/java"/>
10+
<classpathentry kind="src" path="jnaerator-parser/src/main/java"/>
311
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
412
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
13+
<classpathentry kind="lib" path="/Users/ochafik/.m2/repository/net/java/dev/jna/jna/3.2.4/jna-3.2.4.jar"/>
14+
<classpathentry kind="lib" path="/Users/ochafik/.m2/repository/org/rococoa/rococoa-core/0.5/rococoa-core-0.5.jar"/>
15+
<classpathentry kind="lib" path="/Users/ochafik/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar"/>
16+
<classpathentry kind="lib" path="/Users/ochafik/.m2/repository/org/anarres/cpp/anarres-cpp-jnaerator/1.2.5-JNAerator.3/anarres-cpp-jnaerator-1.2.5-JNAerator.3.jar"/>
17+
<classpathentry kind="lib" path="/Users/ochafik/Prog/Java/versionedSources/nativelibs4java/trunk/libraries/Runtime/BridJ/target/bridj-0.1-SNAPSHOT.jar"/>
518
<classpathentry kind="output" path="target/classes"/>
619
</classpath>

.settings/org.eclipse.jdt.core.prefs

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
#Thu Jan 28 23:48:28 CET 2010
1+
#Tue Jun 15 20:56:50 CEST 2010
22
eclipse.preferences.version=1
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
4-
org.eclipse.jdt.core.compiler.compliance=1.4
5-
org.eclipse.jdt.core.compiler.source=1.3
3+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.6
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.source=1.6

scripts/createSourceforgeShell

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ssh -t opentator,jnaerator@shell.sourceforge.net create
1+
ssh -t opentator,nativelibs4java@shell.sourceforge.net create

0 commit comments

Comments
 (0)