Commit a623f27b authored by zhangxin10's avatar zhangxin10
Browse files

删除掉无用的文件

parent 129a47d8
Loading
Loading
Loading
Loading

skywalking-api/.idea/.name

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
skywalking-api
 No newline at end of file

skywalking-api/.idea/compiler.xml

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="CompilerConfiguration">
    <resourceExtensions />
    <wildcardResourcePatterns>
      <entry name="!?*.java" />
      <entry name="!?*.form" />
      <entry name="!?*.class" />
      <entry name="!?*.groovy" />
      <entry name="!?*.scala" />
      <entry name="!?*.flex" />
      <entry name="!?*.kt" />
      <entry name="!?*.clj" />
      <entry name="!?*.aj" />
    </wildcardResourcePatterns>
    <annotationProcessing>
      <profile default="true" name="Default" enabled="false">
        <processorPath useClasspath="true" />
      </profile>
      <profile default="false" name="Maven default annotation processors profile" enabled="true">
        <sourceOutputDir name="target/generated-sources/annotations" />
        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
        <outputRelativeToContentRoot value="true" />
        <processorPath useClasspath="true" />
        <module name="nio-test" />
        <module name="skywalking-api" />
        <module name="skywalking-server" />
      </profile>
    </annotationProcessing>
    <bytecodeTargetLevel>
      <module name="nio-test" target="1.5" />
      <module name="skywalking-api" target="1.5" />
      <module name="skywalking-server" target="1.5" />
    </bytecodeTargetLevel>
  </component>
</project>
 No newline at end of file
+0 −3
Original line number Diff line number Diff line
<component name="CopyrightManager">
  <settings default="" />
</component>
 No newline at end of file
+0 −9
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
    <file url="file://$PROJECT_DIR$" charset="UTF-8" />
    <file url="file://$PROJECT_DIR$/../skywalking-server" charset="UTF-8" />
    <file url="file://D:/sky-workbench/nio-test" charset="UTF-8" />
    <file url="PROJECT" charset="UTF-8" />
  </component>
</project>
 No newline at end of file
+0 −13
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1">
    <CLASSES>
      <root url="jar://D:/Programs/apache-maven-3.2.5/local-repo/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://D:/Programs/apache-maven-3.2.5/local-repo/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://D:/Programs/apache-maven-3.2.5/local-repo/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
Loading