Skip to content

Commit

Permalink
gitignore updated, JPF settings for convoy
Browse files Browse the repository at this point in the history
  • Loading branch information
keznikl committed Nov 27, 2012
1 parent 0fcef80 commit f11c36d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@

/jdeeco-core/bin
/jdeeco-core/target
/jdeeco-demo/bin
/jdeeco-demo/target
/jdeeco-example-osgi/MigrationEnsembleOSGI/bin
/jdeeco-example-osgi/MigrationEnsembleOSGI/target
/jdeeco-example-osgi/NodeAOSGI/bin
/jdeeco-example-osgi/NodeAOSGI/target
/jdeeco-example-osgi/NodeBOSGI/bin
/jdeeco-example-osgi/NodeBOSGI/target
/dist
/jdeeco-core/test-output

/jdeeco-core/bin
/jdeeco-core/target
/jdeeco-demo/bin
/jdeeco-demo/target
/jdeeco-example-osgi/MigrationEnsembleOSGI/bin
/jdeeco-example-osgi/MigrationEnsembleOSGI/target
/jdeeco-example-osgi/NodeAOSGI/bin
/jdeeco-example-osgi/NodeAOSGI/target
/jdeeco-example-osgi/NodeBOSGI/bin
/jdeeco-example-osgi/NodeBOSGI/target
/dist
/jdeeco-core/test-output
/bin
doc.zip

6 changes: 6 additions & 0 deletions jpf/convoy.jpf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#--- what JPF should run
target = cz.cuni.mff.d3s.deeco.demo.convoy.LocalLauncher
classpath = d:/documents/skola/projects/deeco/JDEECo/bin/demo;d:/documents/skola/projects/deeco/JDEECo/bin/jdeeco

#--- other stuff that defines how to run JPF
cg.enumerate_random=true

0 comments on commit f11c36d

Please sign in to comment.