提交 82e20bd9 编写于 作者: S serge-rider

Local repository config fix.

上级 93f42c15
......@@ -10,6 +10,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jface,
org.eclipse.jface.text,
org.jkiss.dbeaver.core,
org.jkiss.dbeaver.model,
org.eclipse.ui.workbench.texteditor,
org.jkiss.wmi;visibility:=reexport
Bundle-ActivationPolicy: lazy
......
......@@ -6,6 +6,7 @@ Bundle-Version: 1.0.20
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.jkiss.dbeaver.core,
org.jkiss.dbeaver.model,
org.eclipse.core.resources
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
......
......@@ -25,7 +25,7 @@
<plugin>
<groupId>org.reficio</groupId>
<artifactId>p2-maven-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<executions>
<execution>
<id>default-cli</id>
......@@ -88,7 +88,9 @@
<webApp>
<contextPath>/site</contextPath>
</webApp>
</configuration>
<stopKey/>
<stopPort/>
</configuration>
</plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册