Skip to content

Commit

Permalink
Move "org.asciidoctor.converter" package to api project
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Dec 6, 2017
1 parent fe43931 commit 56dc8c3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion asciidoctorj-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jar {
manifest {
symbolicName = 'org.asciidoctor'
instruction 'Export-Package',
"org.asciidoctor.ast;version=\"${version}\""
"org.asciidoctor.ast;version=\"${version}\"",
"org.asciidoctor.converter;version=\"${version}\""
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.asciidoctor.converter;

import java.io.File;
import java.io.IOException;
import java.io.OutputStream;

Expand Down

0 comments on commit 56dc8c3

Please sign in to comment.