Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Apr 18, 2012
1 parent 93bc483 commit 1aaaf8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Autobahn/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="lib/jackson-core-asl-1.8.5.jar"/>
<classpathentry kind="lib" path="lib/jackson-mapper-asl-1.8.5.jar"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion Demo/BroadcastClient/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="Autobahn_src"/>
<classpathentry kind="lib" path="/Autobahn/lib/jackson-core-asl-1.8.5.jar"/>
<classpathentry kind="lib" path="/Autobahn/lib/jackson-mapper-asl-1.8.5.jar"/>
<classpathentry kind="src" path="Autobahn_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion Demo/EchoClient/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="Autobahn_src"/>
<classpathentry kind="lib" path="/Autobahn/lib/jackson-core-asl-1.8.5.jar"/>
<classpathentry kind="lib" path="/Autobahn/lib/jackson-mapper-asl-1.8.5.jar"/>
<classpathentry kind="src" path="Autobahn_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion Demo/SimpleRpc/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="Autobahn_src"/>
<classpathentry kind="lib" path="/Autobahn/lib/jackson-core-asl-1.8.5.jar"/>
<classpathentry kind="lib" path="/Autobahn/lib/jackson-mapper-asl-1.8.5.jar"/>
<classpathentry kind="src" path="Autobahn_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion Demo/TestSuiteClient/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="Autobahn_src"/>
<classpathentry kind="lib" path="/Autobahn/lib/jackson-core-asl-1.8.5.jar"/>
<classpathentry kind="lib" path="/Autobahn/lib/jackson-mapper-asl-1.8.5.jar"/>
<classpathentry kind="src" path="Autobahn_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 1aaaf8b

Please sign in to comment.