forked from RGLab/LabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.template.xml
31 lines (31 loc) · 1.82 KB
/
module.template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version='1.0' encoding='UTF-8'?>
<beans xmlns='http://www.springframework.org/schema/beans'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns:util='http://www.springframework.org/schema/util'
xsi:schemaLocation='http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd'>
<bean id='moduleBean' class='@@ModuleClass@@'>
<constructor-arg index='0'><value type='java.lang.String'>@@Name@@</value></constructor-arg>
<property name='author' value='@@Author@@'/>
<property name='buildOS' value='@@BuildOS@@'/>
<property name='buildPath' value='@@BuildPath@@'/>
<property name='buildTime' value='@@BuildTime@@'/>
<property name='buildType' value='@@BuildType@@'/>
<property name='buildUser' value='@@BuildUser@@'/>
<property name='description' value='@@Description@@'/>
<property name='enlistmentId' value='@@EnlistmentId@@'/>
<property name='label' value='@@Label@@'/>
<property name='license' value='@@License@@'/>
<property name='licenseUrl' value='@@LicenseURL@@'/>
<property name='maintainer' value='@@Maintainer@@'/>
<property name='moduleDependencies' value='@@ModuleDependencies@@'/>
<property name='name' value='@@Name@@'/>
<property name='organization' value='@@Organization@@'/>
<property name='organizationUrl' value='@@OrganizationURL@@'/>
<property name='requiredServerVersion' value='@@RequiredServerVersion@@'/>
<property name='sourcePath' value='@@SourcePath@@'/>
<property name='vcsRevision' value='@@Revision@@'/>
<property name='vcsUrl' value='@@URL@@'/>
<property name='url' value='@@InfoURL@@'/>
<property name='schemaVersion' value='@@SchemaVersion@@'/>
</bean>
</beans>