1 |
# |
2 |
# Version: MPL 1.1 |
3 |
# |
4 |
# "The contents of this file are subject to the Mozilla Public License |
5 |
# Version 1.1 (the "License"); you may not use this file except in |
6 |
# compliance with the License. You may obtain a copy of the License at |
7 |
# http://www.mozilla.org/MPL/ |
8 |
# |
9 |
# Software distributed under the License is distributed on an "AS IS" |
10 |
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
11 |
# License for the specific language governing rights and limitations under |
12 |
# the License. |
13 |
# |
14 |
# The Original Code is ICEfaces 1.5 open source software code, released |
15 |
# November 5, 2006. The Initial Developer of the Original Code is ICEsoft |
16 |
# Technologies Canada, Corp. Portions created by ICEsoft are Copyright (C) |
17 |
# 2004-2010 ICEsoft Technologies Canada, Corp. All Rights Reserved. |
18 |
# |
19 |
# Contributor(s): _____________________. |
20 |
# |
21 |
|
22 |
company=ICEsoft Technologies Inc. |
23 |
copyright=ICEsoft Technologies Canada, Corp. All Rights Reserved. |
24 |
product=ICEfaces |
25 |
year=2010 |
26 |
|
27 |
# |
28 |
# Note - When updating release version the following files also need updating: |
29 |
# - icefaces/compat/component-metadata/src/main/resources/conf/config.properties |
30 |
# - icefaces/compat/component-metadata/src/main/java/com/icesoft/metadata/generators/TLDGenerator.java |
31 |
# - icefaces/core/src/main/resources/META-INF/core.tld |
32 |
# |
33 |
version.primary=2 |
34 |
version.secondary=0 |
35 |
version.tertiary=0 |
36 |
|
37 |
#release.type= |
38 |
|
39 |
build.number=Patched Build for Support Case 10125 |
40 |
revision=HEAD |
41 |
|
42 |
|
43 |
groupId=org.icefaces |
44 |
|
45 |
bundle.dir=../bundle |
46 |
bundle.name=ICEfaces-2.0.0 |
47 |
bundle.name.bin=${bundle.name}-bin |
48 |
bundle.name.src=${bundle.name}-src |
49 |
bundle.dir.bin=${bundle.dir}/${bundle.name.bin}/icefaces |
50 |
bundle.dir.src=${bundle.dir}/${bundle.name.src}/icefaces |