Skip to content

Commit

Permalink
always rebuild integration test graph
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Jun 22, 2012
1 parent 52eaf11 commit a3cb029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<bean id="checkGeometry" class="org.opentripplanner.graph_builder.impl.CheckGeometryGraphBuilderImpl" /> <bean id="checkGeometry" class="org.opentripplanner.graph_builder.impl.CheckGeometryGraphBuilderImpl" />


<bean id="graphBuilderTask" class="org.opentripplanner.graph_builder.GraphBuilderTask"> <bean id="graphBuilderTask" class="org.opentripplanner.graph_builder.GraphBuilderTask">
<property name="alwaysRebuild" value="false" /> <property name="alwaysRebuild" value="true" />
<property name="path" value="target/graph-bundle" /> <property name="path" value="target/graph-bundle" />
<property name="graphBuilders"> <property name="graphBuilders">
<list> <list>
Expand Down

0 comments on commit a3cb029

Please sign in to comment.