Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
0fe5c03
Add external lib lyo - (Task #743)
Feb 17, 2021
f3e5c79
edited Manifest and pom - (Task #743)
Feb 17, 2021
764fa5f
Add jars to lyo lib - (Task #743)
Feb 17, 2021
e65979f
deleted whitespaces - (Task #743)
Feb 17, 2021
872a1df
Configure lyo lib for client - (Task #743)
Feb 17, 2021
e723b37
Added jersey-connector to jersey lib - (Task #743)
Feb 17, 2021
d24eb81
ignore source.jar - (Task #743)
Feb 17, 2021
e0a4426
Edited classpath - (Task #743)
Feb 17, 2021
19ca290
Add DoorsSynchroClient- (Task #743)
Feb 17, 2021
d1c98a0
Add classgraph to lib- (Task #743)
Mar 3, 2021
c918a65
Edited doorsClient - (Task #743)
Mar 3, 2021
d84fda8
Merge remote-tracking branch 'origin/development' into feature/task_7…
Mar 3, 2021
888757b
Exclude sources - (Task #743)
Mar 3, 2021
d5fee72
change path to login file to relative
Mar 16, 2021
9f9251f
merge development - (Task #743)
Mar 16, 2021
9e2ad8b
Closed input stream - (Task #743)
Mar 17, 2021
f81ed56
Add external lib for rdf4j - (Task #743)
Apr 6, 2021
62b7c9c
Add rdf4j to pom - (Task #743)
Apr 6, 2021
1f4ee59
Edited external lib rdf - (Task #743)
Apr 6, 2021
ec0f460
Add jars to rdf4j lib - (Task #743)
Apr 6, 2021
f2d6430
Merge development- (Task #743)
Apr 12, 2021
9d732f7
Updated lyo lib - (Task #743)
Apr 15, 2021
83fbf76
query doors requirements and requirement collections - (Task #743)
Apr 15, 2021
ed38276
Get resourceShape from serviceProvider - (Task #743)
Apr 22, 2021
b6b0fce
Add doors import wizard- (Task #743)
May 11, 2021
0d8483f
Add synchronization Configuration to concept - (Task #743)
May 11, 2021
114a3d9
synchronization gif - (Task #743)
May 11, 2021
f4b1564
Add jersey apache lib - (Task #743)
May 17, 2021
a30446d
Add jars to jersey apache library - (Task #743)
May 20, 2021
9aaaa54
connect external libs - (Task #743)
May 20, 2021
c885e13
Save user credentials in equinox security storage - (Task #743)
Jun 3, 2021
ca1f4e3
Add utility class for doors client - (Task #743)
Jun 3, 2021
26b9855
Add method to get all requirements of a reqCollection- (Task #743)
Jun 15, 2021
ba7cbe0
Merge remote-tracking branch 'origin/development' into feature/task_7…
Jul 5, 2021
24b5c3d
Query requirements - (Task #743)
Jul 7, 2021
aef99d7
Delete rdf4j library since its no longer needed
Oct 18, 2021
24fbe63
Code clean up
Oct 20, 2021
77c9367
code clean up
Oct 20, 2021
958f12f
Revert "Code clean up"
Oct 20, 2021
0f3d90b
Relocate DoorsUtils java file
Oct 20, 2021
4bbbd0f
Code clean up and added new methods for querying requirements
Oct 20, 2021
adce005
Edited extended libs, new jersey jars
Oct 25, 2021
73dc781
Added two new wizards (Add and activate synchronization configuration)
Oct 25, 2021
4813ec4
Test DoorsSynchroClient and add TestHelper (#743)
Dec 13, 2021
10fc861
Add Mockito to target platform (#743)
Dec 13, 2021
e1600a6
add test for resourceShape (#743)
Jan 10, 2022
014329e
Write tests for DoorsSynchroClient (#743)
Jan 27, 2022
143789d
Add external lib for mockito (#743)
Jan 27, 2022
c70ae8b
Update external libs (#743)
Jan 27, 2022
040612f
Small adjustments for SynchroClient
Jan 27, 2022
396e7a7
Merge development and solve merge conflicts (#743)
Jan 27, 2022
76450e4
Update external libs (#743)
Jan 31, 2022
f3e8e77
Merge development (#743)
Jan 31, 2022
ddcdeb5
Work on synchronization progress (#743)
Feb 8, 2022
9f14e7d
Add methods to synchronize requirements with doors (#743)
Apr 4, 2022
eac0fc8
Edit comments and delete unused method (#743)
Apr 4, 2022
1b55776
Edit synchronize method (#743)
Apr 4, 2022
1b7abc5
Add sources to classpath in library (#743)
Apr 4, 2022
dbd5306
Delete unused imports
Apr 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
/report/
/commit_authors.txt
/id_ed25519
**/*-sources.jar
10 changes: 10 additions & 0 deletions de.dlr.sc.virsat.external.lib.jersey.apache/.checkstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="checkStyleDefinition" location="/de.dlr.sc.virsat/checkStylesDefinition.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="checkStyleDefinition" local="true">
<file-match-pattern match-pattern="src/." include-pattern="true"/>
</fileset>
</fileset-config>
11 changes: 11 additions & 0 deletions de.dlr.sc.virsat.external.lib.jersey.apache/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="externalLib/maven/httpclient.jar"/>
<classpathentry exported="true" kind="lib" path="externalLib/maven/httpcore.jar"/>
<classpathentry exported="true" kind="lib" path="externalLib/maven/commons-logging.jar"/>
<classpathentry exported="true" kind="lib" path="externalLib/maven/org.eclipse.equinox.security.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
40 changes: 40 additions & 0 deletions de.dlr.sc.virsat.external.lib.jersey.apache/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.dlr.sc.virsat.external.lib.jersey.apache</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
#SpotBugs User Preferences
#Tue Jan 21 14:54:00 CET 2020
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
detectorAtomicityProblem=AtomicityProblem|true
detectorBadAppletConstructor=BadAppletConstructor|false
detectorBadResultSetAccess=BadResultSetAccess|true
detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true
detectorBadUseOfReturnValue=BadUseOfReturnValue|true
detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true
detectorBooleanReturnNull=BooleanReturnNull|true
detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false
detectorCheckExpectedWarnings=CheckExpectedWarnings|false
detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true
detectorCheckRelaxingNullnessAnnotation=CheckRelaxingNullnessAnnotation|true
detectorCheckTypeQualifiers=CheckTypeQualifiers|true
detectorCloneIdiom=CloneIdiom|true
detectorComparatorIdiom=ComparatorIdiom|true
detectorConfusedInheritance=ConfusedInheritance|true
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
detectorCovariantArrayAssignment=CovariantArrayAssignment|false
detectorCrossSiteScripting=CrossSiteScripting|true
detectorDefaultEncodingDetector=DefaultEncodingDetector|true
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true
detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true
detectorDontUseEnum=DontUseEnum|true
detectorDroppedException=DroppedException|true
detectorDumbMethodInvocations=DumbMethodInvocations|true
detectorDumbMethods=DumbMethods|true
detectorDuplicateBranches=DuplicateBranches|true
detectorEmptyZipFileEntry=EmptyZipFileEntry|false
detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true
detectorExplicitSerialization=ExplicitSerialization|true
detectorFinalizerNullsFields=FinalizerNullsFields|true
detectorFindBadCast2=FindBadCast2|true
detectorFindBadForLoop=FindBadForLoop|true
detectorFindCircularDependencies=FindCircularDependencies|false
detectorFindComparatorProblems=FindComparatorProblems|true
detectorFindDeadLocalStores=FindDeadLocalStores|true
detectorFindDoubleCheck=FindDoubleCheck|true
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true
detectorFindFinalizeInvocations=FindFinalizeInvocations|true
detectorFindFloatEquality=FindFloatEquality|true
detectorFindHEmismatch=FindHEmismatch|true
detectorFindInconsistentSync2=FindInconsistentSync2|true
detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true
detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true
detectorFindMaskedFields=FindMaskedFields|true
detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true
detectorFindNakedNotify=FindNakedNotify|true
detectorFindNonShortCircuit=FindNonShortCircuit|true
detectorFindNullDeref=FindNullDeref|true
detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true
detectorFindOpenStream=FindOpenStream|true
detectorFindPuzzlers=FindPuzzlers|true
detectorFindRefComparison=FindRefComparison|true
detectorFindReturnRef=FindReturnRef|true
detectorFindRoughConstants=FindRoughConstants|true
detectorFindRunInvocations=FindRunInvocations|true
detectorFindSelfComparison=FindSelfComparison|true
detectorFindSelfComparison2=FindSelfComparison2|true
detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
detectorFindSpinLoop=FindSpinLoop|true
detectorFindSqlInjection=FindSqlInjection|true
detectorFindTwoLockWait=FindTwoLockWait|true
detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
detectorFindUnconditionalWait=FindUnconditionalWait|true
detectorFindUninitializedGet=FindUninitializedGet|true
detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
detectorFindUnreleasedLock=FindUnreleasedLock|true
detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true
detectorFindUnsyncGet=FindUnsyncGet|true
detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true
detectorFindUselessControlFlow=FindUselessControlFlow|true
detectorFindUselessObjects=FindUselessObjects|true
detectorFormatStringChecker=FormatStringChecker|true
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
detectorIncompatMask=IncompatMask|true
detectorInconsistentAnnotations=InconsistentAnnotations|true
detectorInefficientIndexOf=InefficientIndexOf|false
detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|false
detectorInefficientMemberAccess=InefficientMemberAccess|false
detectorInefficientToArray=InefficientToArray|false
detectorInfiniteLoop=InfiniteLoop|true
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
detectorInitializationChain=InitializationChain|true
detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true
detectorInstantiateStaticClass=InstantiateStaticClass|true
detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true
detectorInvalidJUnitTest=InvalidJUnitTest|true
detectorIteratorIdioms=IteratorIdioms|true
detectorLazyInit=LazyInit|true
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true
detectorMethodReturnCheck=MethodReturnCheck|true
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
detectorMutableEnum=MutableEnum|true
detectorMutableLock=MutableLock|true
detectorMutableStaticFields=MutableStaticFields|true
detectorNaming=Naming|true
detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true
detectorNumberConstructor=NumberConstructor|true
detectorOptionalReturnNull=OptionalReturnNull|true
detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
detectorPublicSemaphores=PublicSemaphores|false
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
detectorRedundantConditions=RedundantConditions|true
detectorRedundantInterfaces=RedundantInterfaces|true
detectorRepeatedConditionals=RepeatedConditionals|true
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
detectorSerializableIdiom=SerializableIdiom|true
detectorStartInConstructor=StartInConstructor|true
detectorStaticCalendarDetector=StaticCalendarDetector|true
detectorStringConcatenation=StringConcatenation|true
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
detectorSwitchFallthrough=SwitchFallthrough|true
detectorSynchronizationOnSharedBuiltinConstant=SynchronizationOnSharedBuiltinConstant|true
detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true
detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true
detectorURLProblems=URLProblems|true
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
detectorUnnecessaryMath=UnnecessaryMath|true
detectorUnreadFields=UnreadFields|true
detectorUselessSubclassMethod=UselessSubclassMethod|false
detectorVarArgsProblems=VarArgsProblems|true
detectorVolatileUsage=VolatileUsage|true
detectorWaitInLoop=WaitInLoop|true
detectorWrongMapIterator=WrongMapIterator|true
detectorXMLFactoryBypass=XMLFactoryBypass|true
detector_threshold=2
effort=default
excludefilter0=../spotbugs-exclude.xml|true
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MT_CORRECTNESS,PERFORMANCE,STYLE|false|20
filter_settings_neg=MALICIOUS_CODE,SECURITY,EXPERIMENTAL,NOISE,I18N|
includefilter0=../spotbugs-include.xml|true
run_at_full_build=false
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
line.separator=\r\n
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
commit.comment.template=Write a Heading here - (Task \#${task.key})\r\n\r\nPut your Message here.\r\n\r\n---\r\nTask \#${task.key}\: ${task.description}
eclipse.preferences.version=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
compilers.f.unresolved-features=1
compilers.f.unresolved-plugins=1
compilers.incompatible-environment=1
compilers.p.build=1
compilers.p.build.bin.includes=1
compilers.p.build.encodings=2
compilers.p.build.java.compiler=2
compilers.p.build.java.compliance=1
compilers.p.build.missing.output=2
compilers.p.build.output.library=1
compilers.p.build.source.library=1
compilers.p.build.src.includes=1
compilers.p.deprecated=1
compilers.p.discouraged-class=1
compilers.p.internal=1
compilers.p.missing-packages=2
compilers.p.missing-version-export-package=2
compilers.p.missing-version-import-package=2
compilers.p.missing-version-require-bundle=2
compilers.p.no-required-att=0
compilers.p.no.automatic.module=1
compilers.p.not-externalized-att=2
compilers.p.service.component.without.lazyactivation=1
compilers.p.unknown-attribute=1
compilers.p.unknown-class=1
compilers.p.unknown-element=1
compilers.p.unknown-identifier=1
compilers.p.unknown-resource=1
compilers.p.unresolved-ex-points=0
compilers.p.unresolved-import=0
compilers.s.create-docs=false
compilers.s.doc-folder=doc
compilers.s.open-tags=1
eclipse.preferences.version=1
71 changes: 71 additions & 0 deletions de.dlr.sc.virsat.external.lib.jersey.apache/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat External Lib - Jersey Apache
Bundle-SymbolicName: de.dlr.sc.virsat.external.lib.jersey.apache
Bundle-Version: 4.13.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: de.dlr.sc.virsat.external.lib
Bundle-Activator: de.dlr.virsat.external.lib.jersey.apache.Activator
Automatic-Module-Name: de.dlr.sc.virsat.external.lib.jersey.apache
Bundle-ClassPath: .,
externalLib/maven/httpclient.jar,
externalLib/maven/httpcore.jar,
externalLib/maven/commons-logging.jar,
externalLib/maven/org.eclipse.equinox.security.jar
Export-Package: org.apache.commons.logging,
org.apache.commons.logging.impl,
org.apache.http,
org.apache.http.annotation,
org.apache.http.auth,
org.apache.http.auth.params,
org.apache.http.client,
org.apache.http.client.config,
org.apache.http.client.entity,
org.apache.http.client.methods,
org.apache.http.client.params,
org.apache.http.client.protocol,
org.apache.http.client.utils,
org.apache.http.concurrent,
org.apache.http.config,
org.apache.http.conn,
org.apache.http.conn.params,
org.apache.http.conn.routing,
org.apache.http.conn.scheme,
org.apache.http.conn.socket,
org.apache.http.conn.ssl,
org.apache.http.conn.util,
org.apache.http.cookie,
org.apache.http.cookie.params,
org.apache.http.entity,
org.apache.http.impl,
org.apache.http.impl.auth,
org.apache.http.impl.bootstrap,
org.apache.http.impl.client,
org.apache.http.impl.conn,
org.apache.http.impl.conn.tsccm,
org.apache.http.impl.cookie,
org.apache.http.impl.entity,
org.apache.http.impl.execchain,
org.apache.http.impl.io,
org.apache.http.impl.pool,
org.apache.http.io,
org.apache.http.message,
org.apache.http.params,
org.apache.http.pool,
org.apache.http.protocol,
org.apache.http.ssl,
org.apache.http.util,
org.eclipse.equinox.internal.security.auth,
org.eclipse.equinox.internal.security.auth.events,
org.eclipse.equinox.internal.security.auth.ext.loader,
org.eclipse.equinox.internal.security.auth.nls,
org.eclipse.equinox.internal.security.credentials,
org.eclipse.equinox.internal.security.storage,
org.eclipse.equinox.internal.security.storage.friends,
org.eclipse.equinox.internal.security.storage.provider,
org.eclipse.equinox.security.auth,
org.eclipse.equinox.security.auth.credentials,
org.eclipse.equinox.security.auth.module,
org.eclipse.equinox.security.storage,
org.eclipse.equinox.security.storage.provider
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

Lists of 5 third-party dependencies.
(Apache 2.0) Apache Commons Codec (commons-codec:commons-codec:1.9 - http://commons.apache.org/proper/commons-codec/)
(Apache 2.0) Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/)
(Apache 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.2 - http://hc.apache.org/httpcomponents-client)
(Apache 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.4 - http://hc.apache.org/httpcomponents-core-ga)
(Eclipse Public License - v 2.0) Equinox Java Authentication and Authorization Service (JAAS) (org.eclipse.platform:org.eclipse.equinox.security:1.3.500 - http://www.eclipse.org/platform)
11 changes: 11 additions & 0 deletions de.dlr.sc.virsat.external.lib.jersey.apache/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
about_files/,\
externalLib/,\
pom.xml,\
externalLib/maven/httpclient.jar,\
externalLib/maven/httpcore.jar,\
externalLib/maven/commons-logging.jar,\
externalLib/maven/org.eclipse.equinox.security.jar

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading