Weird problem with eclipse build - was it just the .classpath entries not being exported?

This commit is contained in:
dsyer
2007-11-07 08:04:07 +00:00
parent de91cbe728
commit 82f753e18f
7 changed files with 13 additions and 18 deletions

View File

@@ -61,7 +61,6 @@
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.5.3</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -49,7 +49,7 @@
<bean
class="org.springframework.batch.item.provider.InputSourceItemProvider">
<property name="inputSource"
ref="tradeSqlInputSOurce" />
ref="tradeSqlInputSource" />
</bean>
</property>
<property name="itemProcessor">
@@ -82,7 +82,7 @@
</property>
</bean>
<bean id="tradeSqlInputSOurce"
<bean id="tradeSqlInputSource"
class="org.springframework.batch.io.cursor.JdbcCursorInputSource"
scope="step">
<aop:scoped-proxy />
@@ -120,8 +120,4 @@
value="target/test-outputs/20070122.testStream.CustomerReportStep.TEMP.txt" />
</bean>
<!-- register the step scope with the application context -->
<bean class="org.springframework.batch.execution.scope.StepScope" />
</beans>