Skip to content

Commit

Permalink
Add AutoValue to Eclipse config
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed May 4, 2016
1 parent 3599be4 commit e73980b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .classpath
Expand Up @@ -23,5 +23,6 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/SoSy-Lab Common/lib/java/build/auto-value.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
3 changes: 3 additions & 0 deletions .factorypath.template
@@ -0,0 +1,3 @@
<factorypath>
<factorypathentry kind="WKSPJAR" id="/JavaSMT/lib/java/build/auto-value.jar" enabled="true" runInBatchMode="false"/>
</factorypath>
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
.idea/workspace.xml
.factorypath

/bin
/lib/java
Expand Down

0 comments on commit e73980b

Please sign in to comment.