提交 1fc6607f 编写于 作者: J jurgen

Enterprise build

上级 06601c25
......@@ -52,12 +52,12 @@
<driver
id="apache_cassandra"
label="Cassandra Thrift"
category="NoSQL"
category="Cassandra"
class="org.jkiss.jdbc.cassandra.CassandraDriver"
sampleURL="jdbc:jkiss:cassandra://{host}[:{port}]/{database}"
defaultPort="9160"
webURL="http://cassandra.jkiss.org/"
description="Driver for Apache Cassandra"
description="Driver for Apache Cassandra 0.x-1.x"
icon="icons/cassandra_icon.png">
<property name="structResultSet" value="true"/>
<replace provider="generic" driver="cassandra_jkiss"/>
......
......@@ -340,6 +340,7 @@
<filter filtersfile="build.properties"/>
<filter token="arch" value="${arch}"/>
<filter token="product.dir" value="..\..\.."/>
<filter token="dist.dir" value="${distSource}"/>
<copy todir="${buildDirectory}/installer/${arch}" filtering="true">
<fileset dir="installer/nsis">
<include name="*.*" />
......
......@@ -17,7 +17,7 @@
Caption "DBeaver Setup"
BrandingText "Universal Database Manager"
Icon "@product.dir@\docs\dbeaver.ico"
OutFile "@product.dir@\dist\@archivePrefix@-@productVersion@-@arch@-setup.exe"
OutFile "@dist.dir@\dist\@archivePrefix@-@productVersion@-@arch@-setup.exe"
VIAddVersionKey "ProductName" "DBeaver"
VIAddVersionKey "Comments" "Universal Database Manager"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册