提交 5d96d53d 编写于 作者: S Serge Rider

Community product legacy folder rename


Former-commit-id: 704cd8e0
上级 717c3f56
......@@ -55,7 +55,7 @@ git clone https://github.com/dbeaver/dbeaver.git dbeaver
cd dbeaver
mvn package
```
Binaries are in `product/standalone/target/products`
Binaries are in `product/community/target/products`
## Notes
......
......@@ -19,7 +19,7 @@ In the root folder run
mvn clean install
It will build binaries for DBeaver standalone version and for Eclipse repository.
Binaries (zip archives) are located in "product/standalone/target/products/" folder.
Binaries (zip archives) are located in "product/community/target/products/" folder.
Notes
=================================
......
bin.includes = feature.xml,\
feature.properties
root = ../../docs/root,target/generated
root.linux.gtk.x86 = file:../../product/standalone/icons/dbeaver.png
root.linux.gtk.x86_64 = file:../../product/standalone/icons/dbeaver.png
root.linux.gtk.x86 = file:../../product/community/icons/dbeaver.png
root.linux.gtk.x86_64 = file:../../product/community/icons/dbeaver.png
#root.macosx.cocoa.x86_64 = target/generated-macos
......@@ -141,7 +141,7 @@
<!-- Products -->
<module>product/appstore</module>
<module>product/standalone</module>
<module>product/community</module>
<module>product/repositories</module>
</modules>
</profile>
......
......@@ -18,9 +18,9 @@
<splash location="org.jkiss.dbeaver.ui.app.standalone"/>
<launcher name="dbeaver">
<macosx icon="/../standalone/icons/dbeaver.icns"/>
<macosx icon="/../community/icons/dbeaver.icns"/>
<win useIco="true">
<ico path="/../standalone/icons/dbeaver.ico"/>
<ico path="/../community/icons/dbeaver.ico"/>
</win>
</launcher>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册