8000 Added project setup and project specific config (from workspace global) · randomcoding/JavaUtilities@093558a · GitHub
[go: up one dir, main page]

Skip to content

Commit 093558a

Browse files
author
Tym the Enchanter
committed
Added project setup and project specific config (from workspace global)
1 parent f352213 commit 093558a

File tree

8 files changed

+331
-0
lines changed

8 files changed

+331
-0
lines changed

RandomCodingJavaUtilities/.classpath

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>

RandomCodingJavaUtilities/.fbprefs

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
#FindBugs User Preferences
2+
#Sat Jun 05 16:30:07 BST 2010
3+
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
4+
detectorBadAppletConstructor=BadAppletConstructor|false
5+
detectorBadResultSetAccess=BadResultSetAccess|true
6+
detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true
7+
detectorBadUseOfReturnValue=BadUseOfReturnValue|true
8+
detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true
9+
detectorBooleanReturnNull=BooleanReturnNull|true
10+
detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false
11+
detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true
12+
detectorCheckTypeQualifiers=CheckTypeQualifiers|true
13+
detectorCloneIdiom=CloneIdiom|true
14+
detectorComparatorIdiom=ComparatorIdiom|true
15+
detectorConfusedInheritance=ConfusedInheritance|true
16+
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
17+
detectorCrossSiteScripting=CrossSiteScripting|true
18+
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
19+
detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true
20+
detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true
21+
detectorDontUseEnum=DontUseEnum|true
22+
detectorDroppedException=DroppedException|true
23+
detectorDumbMethodInvocations=DumbMethodInvocations|true
24+
detectorDumbMethods=DumbMethods|true
25+
detectorDuplicateBranches=DuplicateBranches|true
26+
detectorEmptyZipFileEntry=EmptyZipFileEntry|true
27+
detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true
28+
detectorFinalizerNullsFields=FinalizerNullsFields|true
29+
detectorFindBadCast2=FindBadCast2|true
30+
detectorFindBadForLoop=FindBadForLoop|true
31+
detectorFindCircularDependencies=FindCircularDependencies|false
32+
detectorFindDeadLocalStores=FindDeadLocalStores|true
33+
detectorFindDoubleCheck=FindDoubleCheck|true
34+
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
35+
detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true
36+
detectorFindFinalizeInvocations=FindFinalizeInvocations|true
37+
detectorFindFloatEquality=FindFloatEquality|true
38+
detectorFindHEmismatch=FindHEmismatch|true
39+
detectorFindInconsistentSync2=FindInconsistentSync2|true
40+
detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true
41+
detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true
42+
detectorFindMaskedFields=FindMaskedFields|true
43+
detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true
44+
detectorFindNakedNotify=FindNakedNotify|true
45+
detectorFindNonSerializableStoreIntoSession=FindNonSerializableStoreIntoSession|true
46+
detectorFindNonSerializableValuePassedToWriteObject=FindNonSerializableValuePassedToWriteObject|true
47+
detectorFindNonShortCircuit=FindNonShortCircuit|true
48+
detectorFindNullDeref=FindNullDeref|true
49+
detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true
50+
detectorFindOpenStream=FindOpenStream|true
51+
detectorFindPuzzlers=FindPuzzlers|true
52+
detectorFindRefComparison=FindRefComparison|true
53+
detectorFindReturnRef=FindReturnRef|true
54+
detectorFindRunInvocations=FindRunInvocations|true
55+
detectorFindSelfComparison=FindSelfComparison|true
56+
detectorFindSelfComparison2=FindSelfComparison2|true
57+
detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
58+
detectorFindSpinLoop=FindSpinLoop|true
59+
detectorFindSqlInjection=FindSqlInjection|true
60+
detectorFindTwoLockWait=FindTwoLockWait|true
61+
detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
62+
detectorFindUnconditionalWait=FindUnconditionalWait|true
63+
detectorFindUninitializedGet=FindUninitializedGet|true
64+
detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
65+
detectorFindUnreleasedLock=FindUnreleasedLock|true
66+
detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true
67+
detectorFindUnsyncGet=FindUnsyncGet|true
68+
detectorFindUselessControlFlow=FindUselessControlFlow|true
69+
detectorFormatStringChecker=FormatStringChecker|true
70+
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
71+
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
72+
detectorIncompatMask=IncompatMask|true
73+
detectorInconsistentAnnotations=InconsistentAnnotations|true
74+
detectorInefficientMemberAccess=InefficientMemberAccess|false
75+
detectorInefficientToArray=InefficientToArray|true
76+
detectorInfiniteLoop=InfiniteLoop|true
77+
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
78+
detectorInfiniteRecursiveLoop2=InfiniteRecursiveLoop2|false
79+
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
80+
detectorInitializationChain=InitializationChain|true
81+
detectorInstantiateStaticClass=InstantiateStaticClass|true
82+
detectorInvalidJUnitTest=InvalidJUnitTest|true
83+
detectorIteratorIdioms=IteratorIdioms|true
84+
detectorLazyInit=LazyInit|true
85+
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
86+
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true
87+
detectorMethodReturnCheck=MethodReturnCheck|true
88+
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
89+
detectorMutableLock=MutableLock|true
90+
detectorMutableStaticFields=MutableStaticFields|true
91+
detectorNaming=Naming|true
92+
detectorNumberConstructor=NumberConstructor|true
93+
detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true
94+
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
95+
detectorPublicSemaphores=PublicSemaphores|false
96+
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
97+
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
98+
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
99+
detectorRedundantInterfaces=RedundantInterfaces|true
100+
detectorRepeatedConditionals=RepeatedConditionals|true
101+
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
102+
detectorSerializableIdiom=SerializableIdiom|true
103+
detectorStartInConstructor=StartInConstructor|true
104+
detectorStaticCalendarDetector=StaticCalendarDetector|true
105+
detectorStringConcatenation=StringConcatenation|true
106+
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
107+
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
108+
detectorSwitchFallthrough=SwitchFallthrough|true
109+
detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
110+
detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true
111+
detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true
112+
detectorURLProblems=URLProblems|true
113+
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
114+
detectorUnnecessaryMath=UnnecessaryMath|true
115+
detectorUnreadFields=UnreadFields|true
116+
detectorUseObjectEquals=UseObjectEquals|false
117+
detectorUselessSubclassMethod=UselessSubclassMethod|false
118+
detectorVarArgsProblems=VarArgsProblems|true
119+
detectorVolatileUsage=VolatileUsage|true
120+
detectorWaitInLoop=WaitInLoop|true
121+
detectorWrongMapIterator=WrongMapIterator|true
122+
detectorXMLFactoryBypass=XMLFactoryBypass|true
123+
detector_threshold=2
124+
effort=default
125+
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MT_CORRECTNESS,PERFORMANCE,STYLE|false
126+
filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
127+
run_at_full_build=false

RandomCodingJavaUtilities/.project

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>RandomCodingJavaUtilities</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+
<buildCommand>
14+
<name>org.eclipse.pde.ManifestBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.pde.SchemaBuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>org.eclipse.pde.PluginNature</nature>
31+
<nature>org.eclipse.jdt.core.javanature</nature>
32+
<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
33+
</natures>
34+
</projectDescription>
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
#Sat Jun 05 16:30:10 BST 2010
2+
eclipse.preferences.version=1
3+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.6
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.doc.comment.support=enabled
11+
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
12+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
13+
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
14+
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
15+
org.eclipse.jdt.core.compiler.problem.deadCode=warning
16+
org.eclipse.jdt.core.compiler.problem.deprecation=warning
17+
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
18+
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
19+
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
20+
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
21+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
22+
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
23+
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
24+
org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
25+
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
26+
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
27+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
28+
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
29+
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
30+
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
31+
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
32+
org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
33+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
34+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
35+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
36+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
37+
org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning
38+
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
39+
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
40+
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
41+
org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
42+
org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
43+
org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
44+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
45+
org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning
46+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=enabled
47+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
48+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
49+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
50+
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
51+
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
52+
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
53+
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
54+
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
55+
org.eclipse.jdt.core.compiler.problem.nullReference=warning
56+
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
57+
org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning
58+
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
59+
org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
60+
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
61+
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
62+
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
63+
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
64+
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
65+
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
66+
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
67+
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
68+
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
69+
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
70+
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
71+
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
72+
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
73+
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
74+
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
75+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
76+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
77+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
78+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
79+
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
80+
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
81+
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
82+
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
83+
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
84+
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
85+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
86+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
87+
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
88+
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
89+
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
90+
org.eclipse.jdt.core.compiler.source=1.6
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
#Sat Jun 05 16:30:06 BST 2010
2+
cleanup.add_default_serial_version_id=true
3+
cleanup.add_generated_serial_version_id=false
4+
cleanup.add_missing_annotations=true
5+
cleanup.add_missing_deprecated_annotations=true
6+
cleanup.add_missing_methods=false
7+
cleanup.add_missing_nls_tags=false
8+
cleanup.add_missing_override_annotations=true
9+
cleanup.add_missing_override_annotations_interface_methods=true
10+
cleanup.add_serial_version_id=false
11+
cleanup.always_use_blocks=true
12+
cleanup.always_use_parentheses_in_expressions=false
13+
cleanup.always_use_this_for_non_static_field_access=false
14+
cleanup.always_use_this_for_non_static_method_access=false
15+
cleanup.convert_to_enhanced_for_loop=false
16+
cleanup.correct_indentation=false
17+
cleanup.format_source_code=false
18+
cleanup.format_source_code_changes_only=false
19+
cleanup.make_local_variable_final=true
20+
cleanup.make_parameters_final=false
21+
cleanup.make_private_fields_final=true
22+
cleanup.make_type_abstract_if_missing_method=false
23+
cleanup.make_variable_declarations_final=false
24+
cleanup.never_use_blocks=false
25+
cleanup.never_use_parentheses_in_expressions=true
26+
cleanup.organize_imports=false
27+
cleanup.qualify_static_field_accesses_with_declaring_class=false
28+
cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
29+
cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
30+
cleanup.qualify_static_member_accesses_with_declaring_class=true
31+
cleanup.qualify_static_method_accesses_with_declaring_class=false
32+
cleanup.remove_private_constructors=true
33+
cleanup.remove_trailing_whitespaces=false
34+
cleanup.remove_trailing_whitespaces_all=true
35+
cleanup.remove_trailing_whitespaces_ignore_empty=false
36+
cleanup.remove_unnecessary_casts=true
37+
cleanup.remove_unnecessary_nls_tags=true
38+
cleanup.remove_unused_imports=true
39+
cleanup.remove_unused_local_variables=false
40+
cleanup.remove_unused_private_fields=true
41+
cleanup.remove_unused_private_members=false
42+
cleanup.remove_unused_private_methods=true
43+
cleanup.remove_unused_private_types=true
44+
cleanup.sort_members=false
45+
cleanup.sort_members_all=false
46+
cleanup.use_blocks=false
47+
cleanup.use_blocks_only_for_return_and_throw=false
48+
cleanup.use_parentheses_in_expressions=false
49+
cleanup.use_this_for_non_static_field_access=false
50+
cleanup.use_this_for_non_static_field_access_only_if_necessary=true
51+
cleanup.use_this_for_non_static_method_access=false
52+
cleanup.use_this_for_non_static_method_access_only_if_necessary=true
53+
cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile
54+
cleanup_settings_version=2
55+
eclipse.preferences.version=1
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#Sat Jun 05 16:16:18 BST 2010
2+
eclipse.preferences.version=1
3+
org.moreunit.flexiblenaming=true
4+
org.moreunit.prefixes=
5+
org.moreunit.test_type=junit4
6+
org.moreunit.unitsourcefolder=RandomCodingJavaUtilities\:src\:RandomCodingJavaUtilitiesTests\:tests
7+
org.moreunit.useprojectsettings=true
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Random Coding Java Utilities
4+
Bundle-SymbolicName: uk.co.randomcoding.common.JavaUtilities
5+
Bundle-Version: 1.0.0.qualifier
6+
Bundle-Vendor: Tym the Enchanter <tymtheenchanter@randomcoding.co.uk>
7+
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source.. = src/
2+
output.. = bin/
3+
bin.includes = META-INF/,\
4+
.

0 commit comments

Comments
 (0)
0