Skip to content

Commit fd9f1d7

Browse files
committed
Remove "com.intellij.diagram" dependency.
1 parent c455600 commit fd9f1d7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright [2015] van.fan@outlook.com
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

SequencePlugin.iml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="PLUGIN_MODULE" version="4">
3+
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
34
<component name="NewModuleRootManager" inherit-compiler-output="true">
45
<exclude-output />
56
<content url="file://$MODULE_DIR$">
67
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/res" type="java-resource" />
79
</content>
810
<orderEntry type="inheritedJdk" />
911
<orderEntry type="sourceFolder" forTests="false" />
1012
</component>
11-
</module>
13+
</module>

0 commit comments

Comments
 (0)