Skip to content

Commit

Permalink
Remove the type in the extension name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
florentsarat authored Apr 26, 2021
1 parent d9c101f commit 64d3a79
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Actor filter custom user information",
"name": "Custom user information",
"description": "Filter users of an actor based on their custom user information.",
"type": "Actor filter",
"groupId": "org.bonitasoft.actorfilter",
Expand All @@ -10,4 +10,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Actor filter initiator manager",
"name": "Initiator manager",
"description": "Bonita Actor Filter that filter users of an actor based on the manager of the process initiator.",
"type": "Actor filter",
"groupId": "org.bonitasoft.actorfilter",
Expand All @@ -10,4 +10,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Actor filter same task user",
"name": "Same task user",
"description": "Bonita Actor Filter that filter users of an actor based on the user of a specific task.",
"type": "Actor filter",
"groupId": "org.bonitasoft.actorfilter",
Expand All @@ -10,4 +10,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Actor filter single user",
"name": "Single user",
"description": "Bonita Actor Filter that filter users of an actor based on a single user Id.",
"type": "Actor filter",
"groupId": "org.bonitasoft.actorfilter",
Expand All @@ -10,4 +10,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Actor filter user manager",
"name": "User manager",
"description": "Bonita Actor Filter that filter users of an actor based on the manager of the specified user.",
"type": "Actor filter",
"groupId": "org.bonitasoft.actorfilter",
Expand All @@ -10,4 +10,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector CMIS",
"name": "CMIS",
"description": "CMIS Connectors for Bonita.",
"type": "Connector",
"icon": "cmis_icon.png",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector Database",
"name": "Database",
"description": "Enables interactions in your Bonita processes with various databases using the JDBC API.",
"type": "Connector",
"icon": "database_icon.png",
Expand All @@ -11,4 +11,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector Office - Document converter",
"name": "Office - Document converter",
"description": "Bonita connector that convert Office document (in formats docx and odt) into PDF or HTML.",
"type": "Connector",
"icon": "office_icon.png",
Expand All @@ -11,4 +11,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector Office - Document templating",
"name": "Office - Document templating",
"description": "Bonita connector for Office document templating.",
"type": "Connector",
"icon": "office_icon.png",
Expand All @@ -11,4 +11,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
4 changes: 2 additions & 2 deletions src/main/resources/artifacts/connectors/connector-email.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector email",
"name": "Email",
"description": "Enables interactions in your Bonita processes with mail servers.",
"type": "Connector",
"icon": "email_icon.png",
Expand All @@ -11,4 +11,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector Google calendar V3",
"name": "Google calendar",
"description": "Bonita connector for google calendar API v3 integration.",
"type": "Connector",
"icon": "calendar_icon.png",
Expand All @@ -11,4 +11,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
4 changes: 2 additions & 2 deletions src/main/resources/artifacts/connectors/connector-groovy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector Groovy",
"name": "Groovy",
"description": "Groovy connector for Bonita. Execute groovy scripts in a Bonita connector.",
"type": "Connector",
"icon": "groovy_icon.png",
Expand All @@ -11,4 +11,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
4 changes: 2 additions & 2 deletions src/main/resources/artifacts/connectors/connector-ldap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector LDAP",
"name": "LDAP",
"description": "Bonita connector used for connecting to an LDAP server and retrieve external organization information to be used in a process.",
"type": "Connector",
"groupId": "org.bonitasoft.connectors",
Expand All @@ -10,4 +10,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
4 changes: 2 additions & 2 deletions src/main/resources/artifacts/connectors/connector-rest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector REST",
"name": "REST",
"description": "Bonita connector to send HTTP requests",
"type": "Connector",
"icon": "rest_icon.png",
Expand All @@ -11,4 +11,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
2 changes: 1 addition & 1 deletion src/main/resources/artifacts/connectors/connector-sap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector SAP",
"name": "SAP",
"description": "Bonita connector to interact with an SAP system.",
"type": "Connector",
"icon": "sap_icon.png",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector shell scripts",
"name": "Shell scripts",
"description": "Connector used to execute shell scripts within a process.",
"type": "Connector",
"icon": "shell_icon.png",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector Twitter",
"name": "Twitter",
"description": "Bonita connector to send twitter messages",
"type": "Connector",
"icon": "twitter_icon.png",
Expand All @@ -11,4 +11,4 @@
"bonitaMinVersion": "7.13.0"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector UIPath",
"name": "UIPath",
"description": "Bonita connector to interact with an UIPath system",
"type": "Connector",
"icon": "uipath_icon.png",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connector Webservice",
"name": "Webservice",
"description": "Bonita connector to interact with webservices",
"type": "Connector",
"icon": "webservice_icon.png",
Expand Down

0 comments on commit 64d3a79

Please sign in to comment.