mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
37 lines
1.4 KiB
YAML
37 lines
1.4 KiB
YAML
- name: lib/axis.jar
|
|
library: axis-1.4
|
|
module: intellij.tasks.core
|
|
files:
|
|
- name: $PROJECT_DIR$/community/plugins/tasks/tasks-core/lib/axis-1.jar
|
|
- name: $PROJECT_DIR$/community/plugins/tasks/tasks-core/lib/axis-jaxrpc-1.jar
|
|
- name: $PROJECT_DIR$/community/plugins/tasks/tasks-core/lib/wsdl4j-1.jar
|
|
- name: $PROJECT_DIR$/community/plugins/tasks/tasks-core/lib/axis-saaj-1.jar
|
|
- name: lib/commons-discovery.jar
|
|
library: commons-discovery
|
|
module: intellij.tasks.core
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/commons-discovery/commons-discovery/0/commons-discovery-0.jar
|
|
- name: lib/http-client.jar
|
|
library: http-client-3.1
|
|
module: intellij.tasks.compatibility
|
|
files:
|
|
- name: $PROJECT_DIR$/community/lib/commons-httpclient-3.jar
|
|
- name: lib/jsonpath.jar
|
|
library: jsonpath
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/com/jayway/jsonpath/json-path/2/json-path-2.jar
|
|
- name: $MAVEN_REPOSITORY$/net/minidev/json-smart/2/json-smart-2.jar
|
|
- name: $MAVEN_REPOSITORY$/net/minidev/accessors-smart/2/accessors-smart-2.jar
|
|
reason: <- intellij.tasks.core
|
|
- name: lib/tasks-core.jar
|
|
modules:
|
|
- name: intellij.tasks
|
|
- name: intellij.tasks.compatibility
|
|
- name: intellij.tasks.jira
|
|
- name: intellij.tasks.java
|
|
- name: intellij.tasks.core
|
|
- name: lib/xmlrpc.jar
|
|
library: XmlRPC
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/org/apache/ws/xmlrpc/xmlrpc/2/xmlrpc-2.jar
|
|
reason: <- intellij.tasks.jira |