Skip to content

Commit

Permalink
Referencing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kit committed Mar 22, 2015
1 parent 027cf5c commit d29331c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions ascens-tutorial/example0/.classpath
Original file line number Diff line number Diff line change
@@ -1,13 +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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/cloning-1.9.0.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/objenesis-1.2.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.common-2.9.0-v20130528-0742.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore-2.9.0-v20130528-0742.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.core"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.matsim-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.network-3.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 3 additions & 3 deletions ascens-tutorial/example1/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore-2.9.0-v20130528-0742.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.jar"/>
<classpathentry kind="lib" path="lib/tutorial-common-0.0.1-SNAPSHOT.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.matsim"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.network"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.matsim-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.network-3.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 3 additions & 3 deletions ascens-tutorial/example2/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore-2.9.0-v20130528-0742.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.jar"/>
<classpathentry kind="lib" path="lib/tutorial-common-0.0.1-SNAPSHOT.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.matsim"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.network"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.matsim-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.network-3.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 3 additions & 3 deletions ascens-tutorial/example3/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore-2.9.0-v20130528-0742.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.jar"/>
<classpathentry kind="lib" path="lib/tutorial-common-0.0.1-SNAPSHOT.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.matsim"/>
<classpathentry combineaccessrules="false" kind="src" path="/cz.cuni.mff.d3s.jdeeco.network"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.matsim-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/cz.cuni.mff.d3s.jdeeco.network-3.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit d29331c

Please sign in to comment.