Skip to content

Commit

Permalink
changes on build ... #371
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Mar 25, 2022
1 parent 7853cbf commit 5f109d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion asciidoctor-editor-plugin/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/de-jcup-eclipse-commons.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
8 changes: 3 additions & 5 deletions asciidoctor-editor-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,20 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.ide,
org.eclipse.core.expressions,
org.eclipse.ui.console,
de.jcup.asciidoctoreditor.libs,
de.jcup.asciidoctoreditor.css,
org.eclipse.search,
org.eclipse.ltk.ui.refactoring,
org.eclipse.ltk.core.refactoring,
wrapped.de.jcup.asp.asp-server-asciidoctorj-launcher;bundle-version="1.3.1",
eclipse-commons;bundle-version="1.0.0",
org.apache.commons.commons-io;bundle-version="2.7.0",
wrapped.de.jcup.asp.asp-core;bundle-version="1.3.1",
wrapped.de.jcup.asp.asp-client-java;bundle-version="1.3.1",
wrapped.de.jcup.asp.asp-api;bundle-version="1.3.1"
wrapped.de.jcup.asp.asp-api;bundle-version="1.3.1",
wrapped.de.jcup.asp.asp-server-asciidoctorj-launcher;bundle-version="1.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.ui,
org.eclipse.ui.texteditor.spelling,
org.eclipse.ui.texteditor.templates
Bundle-ClassPath: .,
lib/de-jcup-eclipse-commons.jar
Bundle-ClassPath: .
Automatic-Module-Name: de.jcup.asciidoctoreditor
3 changes: 1 addition & 2 deletions asciidoctor-editor-plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ bin.includes = META-INF/,\
toc.xml,\
tooltips/,\
addons/,\
css/,\
lib/de-jcup-eclipse-commons.jar
css/
src.excludes = src/test/java-eclipse/,\
src/test/java/,\
src/test/resources/
4 changes: 2 additions & 2 deletions asciidoctor-editor-target/asciidoctor-editor.target
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>de.jcup.asp</groupId>
<artifactId>asp-server-asciidoctorj-launcher</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>de.jcup.asp</groupId>
<artifactId>asp-server-asciidoctorj</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@

<modules>
<module>asciidoctor-editor-css</module>
<module>asciidoctor-editor-plugin</module>

<!--
<module>asciidoctor-editor-doc</module>
Expand Down

0 comments on commit 5f109d9

Please sign in to comment.