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

Enterprise build

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