提交 bb0d809b 编写于 作者: S Serge Rider

.eclipseproduct generation


Former-commit-id: f4d1057f
上级 34ab72a2
name=DBeaver
id=org.jkiss.dbeaver.product
version=${dbeaver-version}
bin.includes = feature.xml,\
feature.properties
#root.folder.licenses = ../../docs/licenses
root = ../../docs/root,../../../packaging/content/
root = ../../docs/root,../../../packaging/content/,target/generated
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jkiss.dbeaver</groupId>
<artifactId>dbeaver</artifactId>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>org.jkiss.dbeaver.standalone.feature</artifactId>
<version>3.5.2</version>
<packaging>eclipse-feature</packaging>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jkiss.dbeaver</groupId>
<artifactId>dbeaver</artifactId>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>org.jkiss.dbeaver.standalone.feature</artifactId>
<version>3.5.2</version>
<packaging>eclipse-feature</packaging>
<build>
<plugins>
<!-- Generate and copy .eclipseproduct -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>process-product-info</id>
<phase>generate-resources</phase>
<configuration>
<outputDirectory>${project.build.directory}/generated</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
<directory>.</directory>
<includes>
<include>.eclipseproduct</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
<goals>
<goal>copy-resources</goal>
</goals>
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<additionalFileSets>
<fileSet>
<directory>${project.build.directory}</directory>
<includes>
<include>.eclipseproduct</include>
</includes>
</fileSet>
</additionalFileSets>
</configuration>
</plugin>
-->
</plugins>
</build>
</project>
......@@ -35,15 +35,18 @@
<property name="subTitle" value="%productSubTitle"/>
<property name="website" value="%productWebsite"/>
<property name="email" value="%productEmail"/>
<property name="windowImages" value="icons/dbeaver.png"/>
<property name="windowImages" value="/icons/dbeaver-16x16x32.png,/icons/dbeaver-32x32x32.png,/icons/dbeaver-48x48x32.png,/icons/dbeaver-64x64x32.png,/icons/dbeaver-128x128x32.png,/icons/dbeaver-256x256x32.png"/>
<property name="appName" value="DBeaver"/>
<property name="startupForegroundColor" value="000000"/>
<property name="startupMessageRect" value="25,25,200,15"/>
<property name="startupProgressRect" value="25,45,150,15"/>
<property name="preferenceCustomization" value="plugin_customization.ini"/>
<property name="applicationXMI" value="org.eclipse.platform/LegacyIDE.e4xmi"/>
<property name="cssTheme" value="org.eclipse.e4.ui.css.theme.e4_classic"/>
<property name="applicationCSSResources" value="platform:/plugin/org.eclipse.platform/images/"/>
<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
</product>
</extension>
......
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.jkiss.dbeaver.ce.standalone</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册