-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/caldav-intergration
- Loading branch information
Showing
8 changed files
with
46 additions
and
142 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: CI PR Build | ||
on: | ||
pull_request: | ||
jobs: | ||
build-ci: | ||
name: CI Build | ||
uses: exoplatform/swf-scripts/.github/workflows/cibuild.yml@master | ||
with: | ||
maven_profiles: 'exo-release,coverage' | ||
secrets: | ||
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} | ||
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} |
68 changes: 0 additions & 68 deletions
68
...webapp/src/main/webapp/WEB-INF/conf/agenda-connectors/dynamic-container-configuration.xml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
agenda-connectors-webapp/src/main/webapp/WEB-INF/conf/configuration.xml
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 |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd http://www.exoplatform.org/xml/ns/kernel_1_3.xsd" | ||
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd"> | ||
|
||
<import>war:/conf/agenda-connectors/agenda-connectors.xml</import> | ||
<import>war:/conf/agenda-connectors/dynamic-container-configuration.xml</import> | ||
|
||
</configuration> |
53 changes: 23 additions & 30 deletions
53
agenda-connectors-webapp/src/main/webapp/WEB-INF/gatein-resources.xml
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 |
---|---|---|
@@ -1,33 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<gatein-resources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplatform.org/xml/ns/gatein_resources_1_4 http://www.exoplatform.org/xml/ns/gatein_resources_1_4" xmlns="http://www.exoplatform.org/xml/ns/gatein_resources_1_4"> | ||
<portlet-skin> | ||
<application-name>Agenda Connectors</application-name> | ||
<portlet-name>AgendaConnectors</portlet-name> | ||
<skin-name>Enterprise</skin-name> | ||
<css-path>/skin/css/agenda-connectors.css</css-path> | ||
</portlet-skin> | ||
<portlet> | ||
<name>AgendaConnectors</name> | ||
<module> | ||
<script> | ||
<path>/js/agendaConnectors.bundle.js</path> | ||
</script> | ||
<depends> | ||
<module>extensionRegistry</module> | ||
</depends> | ||
<depends> | ||
<module>eXoVueI18n</module> | ||
</depends> | ||
<depends> | ||
<module>vue</module> | ||
</depends> | ||
<depends> | ||
<module>vuetify</module> | ||
</depends> | ||
<depends> | ||
<module>commonVueComponents</module> | ||
</depends> | ||
</module> | ||
</portlet> | ||
<module> | ||
<name>AgendaConnectorsExtensions</name> | ||
<load-group>AgendaConnectorsGRP</load-group> | ||
<script> | ||
<path>/js/agendaConnectors.bundle.js</path> | ||
</script> | ||
<depends> | ||
<module>extensionRegistry</module> | ||
</depends> | ||
<depends> | ||
<module>eXoVueI18n</module> | ||
</depends> | ||
<depends> | ||
<module>vue</module> | ||
</depends> | ||
<depends> | ||
<module>vuetify</module> | ||
</depends> | ||
<depends> | ||
<module>commonVueComponents</module> | ||
</depends> | ||
</module> | ||
|
||
</gatein-resources> | ||
</gatein-resources> |
21 changes: 0 additions & 21 deletions
21
agenda-connectors-webapp/src/main/webapp/WEB-INF/portlet.xml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
agenda-connectors-webapp/src/main/webapp/html/agendaConnectors.html
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
agenda-connectors-webapp/src/main/webapp/skin/less/agenda-connectors.less
This file was deleted.
Oops, something went wrong.
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