Skip to content

Commit d6e2258

Browse files
authored
Merge pull request #5 from SoftwareAG/v3.10
V3.10
2 parents 5587aa1 + 58f59c2 commit d6e2258

Some content is hidden

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

47 files changed

+82
-311
lines changed

.project

Lines changed: 0 additions & 11 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/amazon-s3/.classpath

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/amazon-s3/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Ignore Gradle project-specific cache directory
22
.gradle
33

4+
# Ignore project-specific settings directory
5+
.settings
6+
7+
# Ignore Visual Studio Code project settings directory
8+
.vscode
9+
10+
# Ignore Eclipse project files
11+
.project
12+
.classpath
13+
414
# Ignore Gradle build output directory
515
build
616

717
# Ignore Java bin directory
818
bin
19+
20+
# Ignore Mac Files
21+
.DS_Store

examples/amazon-s3/.project

Lines changed: 0 additions & 34 deletions
This file was deleted.

examples/amazon-s3/.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/amazon-s3/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/amazon-s3/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/amazon-s3/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ java {
4747
}
4848
}
4949

50+
base {
51+
archivesName = 'art-' + baseName
52+
}
53+
5054
jar {
51-
archivesBaseName = 'art-' + baseName
5255
version = project.version
5356
manifest {
5457
attributes(

examples/amazon-s3/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseName=amazon-s3
22
productName=Amazon S3
33
vendor=Software AG
4-
copyrightString=(c) 2021-2023 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG. All rights reserved.
4+
copyrightString=(c) 2021-2024 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG. All rights reserved.
55
version=1.0.0
66
build.version.major=1
77
build.version.minor=0

0 commit comments

Comments
 (0)