Skip to content

Commit 9334676

Browse files
committed
Add module context xml
1 parent e604030 commit 9334676

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<beans xmlns="http://www.springframework.org/schema/beans"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
5+
6+
<!-- This is intended to force registration of the PipelineSteps -->
7+
<bean id="pipelineStartup" class="org.labkey.singlecell.PipelineStartup">
8+
9+
</bean>
10+
</beans>

0 commit comments

Comments
 (0)