Commit aeba95aa authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 2.4.13+dfsg

parent 5944e0df
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
# Created by .gitignore support plugin (hsz.mobi)
.idea/workspace.xml
*.jar
igv.sh
/out/
/build
/build_java9
/bin
igv.log
/.gradle
.project
.classpath
/.idea/
/.settings
 No newline at end of file

.idea/.name

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

.idea/compiler.xml

deleted100644 → 0
+0 −22
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>
    </annotationProcessing>
  </component>
</project>
 No newline at end of file

.idea/copyright/IGV.xml

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
<component name="CopyrightManager">
  <copyright>
    <option name="notice" value=" The MIT License (MIT)&#10;&#10;Copyright (c) 2016 University of California San Diego&#10;&#10;Permission is hereby granted, free of charge, to any person obtaining a copy&#10;of this software and associated documentation files (the &quot;Software&quot;), to deal&#10;in the Software without restriction, including without limitation the rights&#10;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#10;copies of the Software, and to permit persons to whom the Software is&#10;furnished to do so, subject to the following conditions:&#10;&#10;The above copyright notice and this permission notice shall be included in&#10;all copies or substantial portions of the Software.&#10; &#10;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#10;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#10;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#10;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#10; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#10;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#10;THE SOFTWARE.&#10;&#10;" />
    <option name="myName" value="IGV" />
  </copyright>
</component>
 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
Loading