Third party p2 dependeny on jsoup and remark
This commit is contained in:
committed by
BoykoAlex
parent
2f5b5ad286
commit
b6effd1dee
@@ -3,7 +3,5 @@
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/remark-1.0.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jsoup-1.9.2.jar"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
||||
@@ -22,7 +22,9 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
|
||||
org.apache.commons.lang3,
|
||||
org.eclipse.ui.genericeditor,
|
||||
org.eclipse.ui.editors,
|
||||
org.springsource.ide.eclipse.commons.core
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.jsoup;bundle-version="1.9.2",
|
||||
com.kotcrab.remark;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springframework.tooling.ls.eclipse.commons,
|
||||
|
||||
@@ -3,6 +3,4 @@ output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
icons/,\
|
||||
lib/remark-1.0.0.jar,\
|
||||
lib/jsoup-1.9.2.jar
|
||||
icons/
|
||||
@@ -92,6 +92,14 @@
|
||||
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>third-party-p2-site</id>
|
||||
<layout>p2</layout>
|
||||
<url>http://dist.springsource.com/release/TOOLS/third-party/misc-p2-repo/3.9.4.201810191512</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<profiles>
|
||||
|
||||
<profile>
|
||||
|
||||
Reference in New Issue
Block a user