Skip to content

Commit

Permalink
Update template for Eclipse config after refactoring of Ivy config
Browse files Browse the repository at this point in the history
The file lib/java/runtime/common.jar is now in lib/java/core/
  • Loading branch information
PhilippWendler committed Jul 9, 2020
1 parent 40d77a1 commit f5fccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .factorypath.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ SPDX-License-Identifier: Apache-2.0

<factorypath>
<factorypathentry kind="WKSPJAR" id="/JavaSMT/lib/java/build/auto-value.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="WKSPJAR" id="/JavaSMT/lib/java/runtime/common.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="WKSPJAR" id="/JavaSMT/lib/java/core/common.jar" enabled="true" runInBatchMode="false"/>
</factorypath>

0 comments on commit f5fccf6

Please sign in to comment.