-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Samples][Java] Fix disparities of 56.teams-file-upload sample (#3278)
* Remove autogenerated files * Update README * Add package-info file * Update index.html * Send configuration of application.properties to Bot * Add missing scenario to send an inline image download * Remove unnecesary and empty lines
- Loading branch information
Showing
9 changed files
with
164 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...eams-file-upload/src/main/java/com/microsoft/bot/sample/teamsfileupload/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
|
||
/** | ||
* This package contains the classes for the teams file upload sample. | ||
*/ | ||
package com.microsoft.bot.sample.teamsfileupload; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
samples/java_springboot/56.teams-file-upload/target/classes/application.properties
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
samples/java_springboot/56.teams-file-upload/target/classes/log4j2.json
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...upload/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...e-upload/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file was deleted.
Oops, something went wrong.