forked from pentaho/mondrian
-
Notifications
You must be signed in to change notification settings - Fork 3
/
build.properties
44 lines (39 loc) · 1.36 KB
/
build.properties
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
# This software is subject to the terms of the Eclipse Public License v1.0
# Agreement, available at the following URL:
# http://www.eclipse.org/legal/epl-v10.html.
# You must accept the terms of that agreement to use this software.
#
# Copyright (C) 2002-2005 Julian Hyde
# Copyright (C) 2005-2012 Pentaho and others
# All Rights Reserved.
#
# Modify this file to override build settings. It is read by ant's build.xml.
Name=Mondrian
name=mondrian
vendor=Pentaho
project.revision=3.10.0.1-134
project.revision.major=3
project.revision.minor=100
ivy.artifact.id=mondrian
ivy.artifact.group=pentaho
impl.title=mondrian
driver.name=Mondrian olap4j driver
driver.version=3.10.0.1-130
driver.version.major=3
driver.version.minor=100
#dependency for olap4j
dependency.olap4j-core.revision=1.2.0
dependency.olap4j-xmla.revision=1.2.0
dependency.olap4j-tck.revision=1.0.1.539
#dependency properties: used during resolve step of workbench build
dependency.kettle.revision=5.4.0.1-130
dependency.pentaho-xul.revision=5.4.0.1-130
dependency.schemaworkbench-plugins.revision=3.10.0.1-130
dependency.pentaho-launcher.revision=5.4.0.1-130
dependency.oss-licenses.revision=5.4.0.1-130
# Uncomment to use yDoc doclet for enhanced javadoc (requires commercial
# license).
#ydoc.home=/usr/local/ydoc-3.0-jdk1.5
# Uncomment to skip the test suite run.
# mondrian.tests.skip=true
publish.generatePom=true