File: .project

package info (click to toggle)
libmime-util-java 2.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,264 kB
  • sloc: java: 4,519; xml: 460; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<projectDescription>
  <name>mime-util</name>
  <comment>mime-util is a simple to use, small, light weight and fast open source java utility library that can detect MIME types from files, input streams, URL&apos;s and byte arrays.
		Due to the use of regular expressions and the java.nio packages it requires at least Java 1.4.</comment>
  <projects/>
  <buildSpec>
    <buildCommand>
      <name>org.eclipse.jdt.core.javabuilder</name>
    </buildCommand>
    <buildCommand>
      <name>org.maven.ide.eclipse.maven2Builder</name>
    </buildCommand>
  </buildSpec>
  <natures>
    <nature>org.maven.ide.eclipse.maven2Nature</nature>
    <nature>org.eclipse.jdt.core.javanature</nature>
  </natures>
</projectDescription>