|
@@ -5,11 +5,11 @@
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
|
|
|
<bean id="moduleBean" class="org.labkey.api.module.SimpleModule">
|
|
|
<property name="name" value="CRF"/>
|
|
|
- <property name="version" value="0.1"/>
|
|
|
+ <!--<property name="version" value="0.1"/>-->
|
|
|
<property name="requiredServerVersion" value="0.0"/>
|
|
|
<property name="moduleDependencies" value=""/>
|
|
|
- <property name="svnRevision" value="0"/>
|
|
|
- <property name="svnUrl" value="Not built from a source control working copy"/>
|
|
|
+ <!--<property name="svnRevision" value="0"/>-->
|
|
|
+ <!--<property name="svnUrl" value="Not built from a source control working copy"/>-->
|
|
|
<property name="buildUser" value="astuden"/>
|
|
|
<property name="buildTime" value="March 5 2020, 11:43 AM"/>
|
|
|
<property name="buildOS" value="Ubuntu"/>
|