-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
186 lines (162 loc) · 5.43 KB
/
project.xml
File metadata and controls
186 lines (162 loc) · 5.43 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?xml version="1.0" encoding="UTF-8"?>
<!--
!
! Maven Project Descriptior for WebCA
! Copyright (c) 2007 by Cosylab d.o.o.
!
! LICENSE
!
! The full license specifying the redistribution, modification, usage and
! other rights and obligations is included with the distribution of this
! project in the file LICENSE-WebCA.
!
! DESCRIPTION
!
! This file describes the project. Using this information, build tool
! Maven is capable of performing all the necessary steps to produce
! desired deliverables.
!
! Maven is freely downloadable at: http://maven.apache.org
!
! AUTHOR(S)
!
! Matej Sekoranja <matej.sekoranja@cosylab.com>
!
! HISTORY
!
! 2004-05-19 kzagar Created
! 2007-03-29 msekoranja Automated site and distribution generation.
!
!-->
<project>
<!--
! Version of the project descriptor file.
! When Maven is upgraded, this number will be adjusted automatically.
!-->
<pomVersion>3</pomVersion>
<!-- Information about the organization. -->
<organization>
<name>Cosylab</name>
<url>http://www.cosylab.com</url>
<logo>/images/cosylablogo.gif</logo>
</organization>
<!-- The year of project's inception. -->
<inceptionYear>2007</inceptionYear>
<!-- Logo of the project. -->
<logo>http://${pom.artifactId}.cosylab.com/images/logo.gif</logo>
<!-- URL to the project's homepage. -->
<url>${pom.organization.url}/${pom.artifactId}</url>
<!-- Issue tracking URL. -->
<issueTrackingUrl>mailto:bug_AT_webca.cosylab.com</issueTrackingUrl>
<!-- The hostname of the web server that hosts the web site. -->
<siteAddress>www.cosylab.com</siteAddress>
<!-- The directory on the web server where the web site can be found. -->
<siteDirectory>/www/${pom.artifactId}</siteDirectory>
<!-- The server where the final distributions will be published. -->
<distributionSite>${maven.repo.central}</distributionSite>
<!-- The directory on the web server where the final distributions will be published. -->
<distributionDirectory>${maven.repo.central.directory}</distributionDirectory>
<!-- Information about a project's mailing lists. -->
<!--mailingLists>
<mailingList>
<name>Support (${pom.artifactId}@lists.cosylab.com)</name>
<subscribe>listmaster@cosylab.com?subject=Request subscription to lists-${pom.artifactId}</subscribe>
<unsubscribe>http://lists.cosylab.com/wws/signoff/lists-${pom.artifactId}</unsubscribe>
<archive>http://lists.cosylab.com/wws/arc/lists-${pom.artifactId}</archive>
</mailingList>
</mailingLists-->
<!-- The reports to include in the generated site. -->
<reports>
<report>maven-license-plugin</report>
<report>maven-changes-plugin</report>
</reports>
<!--
! Project ID, used for naming JARs and distribution files. By convention,
! only lower case letters can be used, with words separated using hyphens.
!-->
<id>webca</id>
<!-- Full name of the project (used for JavaDoc titles, for example). -->
<name>WebCA</name>
<!--
! Group ID, used for grouping deliverables that belong together in the
! same directory of the repository. By convention, only lower case
! letters can be used, with words separated using hyphens, "-". At
! Cosylab, use the last part of the repository path to designate the
! group.
!-->
<groupId>epics</groupId>
<!--
! Version of the project that is being built. It has the form:
!
! <major>.<minor>-<release-type><release-number>
!
! where:
!
! * <major>.<minor>: the version number, e.g., 1.0, 3.2, 5.14
! * <release-type>: alpha (a), beta(b), release candidate (rc) or
! maintenance (m) release
! * <release-number>: the sequential number of the given release type.
!
! DO NOT MODIFY THIS PROPERTY MANUALLY! Instead, use Maven goals
! cosybuild:release and cosybuild:maintain.
!-->
<currentVersion>1.2.0</currentVersion>
<!-- A single-line description of the project. -->
<shortDescription>Web Channel Access.</shortDescription>
<!-- Description of the project. -->
<description><![CDATA[Web Channel Access client framework.]]></description>
<!--
! A list of all the previous versions of the project.
! When a historic version is no longer supported, outcomment it, and specify the
! date when the support ceased.
!-->
<versions>
<version>
<id>1.2.0</id>
<name>1.2.0</name>
<tag>WEBCA_20090217_1_2_0</tag>
</version>
<!--version>
<id>1.1.0</id>
<name>1.1.0</name>
<tag>WEBCA_20071021_1_1_0</tag>
</version-->
<version>
<id>1.0.0</id>
<name>1.0.0</name>
<tag>WEBCA_20070329_1_0_0</tag>
</version>
</versions>
<!-- A list of all branches of the project. -->
<branches>
<!--branch>
<tag></tag>
</branch-->
</branches>
<!-- People participating in the development of the project. -->
<developers>
<developer>
<name>Matej Sekoranja</name>
<id>msekoranja</id>
<email>matej.sekoranja_AT_cosylab.com</email>
<organization>Cosylab</organization>
<roles>
<role>Principal Developer</role>
</roles>
<url>http://users.cosylab.com/~msekoranja</url>
<timezone>+1</timezone>
</developer>
</developers>
<!-- Licenses of the project. Licenses of dependancies are not listed here! -->
<licenses>
<license>
<name>GNU General Public License Version 2</name>
<url>http://www.fsf.org/licenses/gpl.html</url>
<!-- Use "manual" if the user must manually download and install this project. -->
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
</dependencies>
<build/>
</project>