Skip to content

Commit da7ccdf

Browse files
committed
Tagged release 1.1.2.
0 parents  commit da7ccdf

File tree

351 files changed

+73046
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+73046
-0
lines changed

vlcj/.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src/main/java"/>
4+
<classpathentry kind="src" path="src/main/resources"/>
5+
<classpathentry kind="src" path="src/test/java"/>
6+
<classpathentry kind="src" path="src/test/resources"/>
7+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
8+
<classpathentry kind="lib" path="lib/jna.jar"/>
9+
<classpathentry kind="lib" path="lib/platform.jar"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

vlcj/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>mediabox-vlc</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
#Sun May 09 06:48:11 BST 2010
2+
eclipse.preferences.version=1
3+
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
4+
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
5+
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
6+
org.eclipse.jdt.core.compiler.problem.deadCode=warning
7+
org.eclipse.jdt.core.compiler.problem.deprecation=warning
8+
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
9+
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
10+
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
11+
org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
12+
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
13+
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
14+
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
15+
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
16+
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
17+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
18+
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
19+
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
20+
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
21+
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
22+
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
23+
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
24+
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
25+
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
26+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
27+
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
28+
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
29+
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
30+
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
31+
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
32+
org.eclipse.jdt.core.compiler.problem.nullReference=warning
33+
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
34+
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
35+
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
36+
org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
37+
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
38+
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
39+
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
40+
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
41+
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
42+
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
43+
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
44+
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
45+
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
46+
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
47+
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
48+
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
49+
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
50+
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
51+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
52+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
53+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
54+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
55+
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
56+
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
57+
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
58+
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
59+
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
60+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
61+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
62+
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
63+
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
64+
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning

0 commit comments

Comments
 (0)