Skip to content

Commit

Permalink
Merge pull request #332 from niveathika/master
Browse files Browse the repository at this point in the history
Add mysql package icon
  • Loading branch information
daneshk authored Jan 5, 2022
2 parents 22fa530 + ffbfdb6 commit 17ffc67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ gradle-app.setting
.project
.settings
.vscode

#Ignore examples auto generated files
examples/**/Dependencies.toml
examples/**/Config.toml
3 changes: 2 additions & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ version = "1.3.0"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "MySQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mysql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.0.0"

[[platform.java11.dependency]]
path = "../native/build/libs/mysql-native-1.3.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "./lib/sql-native-1.3.0-20211222-201000-1819d5f.jar"
path = "./lib/sql-native-1.3.0-20220104-195900-4876e00.jar"

[[platform.java11.dependency]]
path = "./lib/mysql-connector-java-8.0.21.jar"
Expand Down
Binary file added ballerina/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "@toml.version@"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "MySQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mysql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.0.0"

Expand Down

0 comments on commit 17ffc67

Please sign in to comment.