Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.template.xml
More file actions
Latest commit
31 lines (31 loc) · 1.82 KB
/
Copy pathmodule.template.xml
File metadata and controls
31 lines (31 loc) · 1.82 KB
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'?>
<beansxmlns='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'>
<beanid='moduleBean'class='@@ModuleClass@@'>
<constructor-argindex='0'><valuetype='java.lang.String'>@@Name@@</value></constructor-arg>
<propertyname='author'value='@@Author@@'/>
<propertyname='buildOS'value='@@BuildOS@@'/>
<propertyname='buildPath'value='@@BuildPath@@'/>
<propertyname='buildTime'value='@@BuildTime@@'/>
<propertyname='buildType'value='@@BuildType@@'/>
<propertyname='buildUser'value='@@BuildUser@@'/>
<propertyname='description'value='@@Description@@'/>
<propertyname='enlistmentId'value='@@EnlistmentId@@'/>
<propertyname='label'value='@@Label@@'/>
<propertyname='license'value='@@License@@'/>
<propertyname='licenseUrl'value='@@LicenseURL@@'/>
<propertyname='maintainer'value='@@Maintainer@@'/>
<propertyname='moduleDependencies'value='@@ModuleDependencies@@'/>
<propertyname='name'value='@@Name@@'/>
<propertyname='organization'value='@@Organization@@'/>
<propertyname='organizationUrl'value='@@OrganizationURL@@'/>
<propertyname='requiredServerVersion'value='@@RequiredServerVersion@@'/>
<propertyname='sourcePath'value='@@SourcePath@@'/>
<propertyname='vcsRevision'value='@@Revision@@'/>
<propertyname='vcsUrl'value='@@URL@@'/>
<propertyname='url'value='@@InfoURL@@'/>
<propertyname='schemaVersion'value='@@SchemaVersion@@'/>
</bean>
</beans>