convert markdown4j to maven lib

This commit is contained in:
Vladimir Krivosheev
2018-02-14 15:15:15 +01:00
parent 0a5ffaa4a7
commit d3ffab68cf
6 changed files with 14 additions and 15 deletions
+10
View File
@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="markdown4j" type="repository">
<properties maven-id="org.commonjava.googlecode.markdown4j:markdown4j:2.2-cj-1.1" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/commonjava/googlecode/markdown4j/markdown4j/2.2-cj-1.1/markdown4j-2.2-cj-1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
-9
View File
@@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="markdown4j-2.2">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/markdown4j-2.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
Binary file not shown.
@@ -226,7 +226,7 @@ class CommunityLibraryLicenses {
licenseUrl: "http://opensource.org/licenses/mit-license.php"),
new LibraryLicense(name: "lz4-java", libraryName: "lz4-java", version: "1.3", license: "Apache 2.0", url: "https://github.com/lz4/lz4-java",
licenseUrl: "https://github.com/lz4/lz4-java/blob/master/LICENSE.txt"),
new LibraryLicense(name: "markdown4j", libraryName: "markdown4j-2.2", version: "2.2", license: "New BSD",
new LibraryLicense(name: "markdown4j", libraryName: "markdown4j", version: "2.2", license: "New BSD",
url: "https://code.google.com/p/markdown4j/", licenseUrl: "http://opensource.org/licenses/BSD-3-Clause"),
new LibraryLicense(name: "markdownj", attachedTo: "intellij.tasks.core", version: "", license: "BSD", url: "https://github.com/myabc/markdownj",
licenseUrl: "http://www.opensource.org/licenses/bsd-license.php"),
@@ -1,6 +1,4 @@
/*
* Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
*/
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.intellij.build.python
import org.jetbrains.intellij.build.BuildContext
@@ -31,7 +29,7 @@ class PythonCommunityPluginModules {
static PluginLayout pythonCommunityPluginLayout(@DelegatesTo(PluginLayout.PluginLayoutSpec) Closure body = {}) {
pythonPlugin(PYTHON_COMMUNITY_PLUGIN_MODULE, "python-ce", "intellij.python.community.plugin.buildPatches",
COMMUNITY_MODULES) {
withProjectLibrary("markdown4j-2.2") // Required for ipnb
withProjectLibrary("markdown4j") // Required for ipnb
PYCHARM_ONLY_PLUGIN_MODULES.each { module ->
excludeFromModule(module, "META-INF/plugin.xml")
}
+1 -1
View File
@@ -24,7 +24,6 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="markdown4j-2.2" level="project" />
<orderEntry type="library" name="http-client" level="project" />
<orderEntry type="module" module-name="intellij.python.configure" />
<orderEntry type="module-library">
@@ -36,5 +35,6 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="markdown4j" level="project" />
</component>
</module>