Skip to content

Commit

Permalink
Minor fixes - added generated Z3 test files to .gitignore, updated Z3…
Browse files Browse the repository at this point in the history
… project to new version, added Z3 project settings.
  • Loading branch information
BuckeyHack committed Oct 27, 2016
1 parent 1cdfe0d commit fd68675
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jdeeco-ensembles-intelligent-z3/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
logs
logs
test-gen
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
autobuilding=true
eclipse.preferences.version=1
is_project_specific=true
outlet.DEFAULT_OUTPUT.cleanDirectory=false
outlet.DEFAULT_OUTPUT.cleanupDerived=true
outlet.DEFAULT_OUTPUT.createDirectory=true
outlet.DEFAULT_OUTPUT.derived=true
outlet.DEFAULT_OUTPUT.directory=./test-gen
outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true
outlet.DEFAULT_OUTPUT.installDslAsPrimarySource=false
outlet.DEFAULT_OUTPUT.keepLocalHistory=false
outlet.DEFAULT_OUTPUT.override=true
outlet.generate_once.cleanDirectory=false
outlet.generate_once.cleanupDerived=false
outlet.generate_once.createDirectory=true
outlet.generate_once.derived=true
outlet.generate_once.directory=./test
outlet.generate_once.hideLocalSyntheticVariables=true
outlet.generate_once.installDslAsPrimarySource=false
outlet.generate_once.keepLocalHistory=false
outlet.generate_once.override=false
2 changes: 1 addition & 1 deletion jdeeco-ensembles-intelligent-z3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.cuni.mff.d3s.jdeeco.ensembles.intelligent.z3</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco.ensembles.intelligent.z3</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
Expand Down

0 comments on commit fd68675

Please sign in to comment.