Skip to content

Commit

Permalink
add gatein-resources file header
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyenne committed Dec 8, 2023
1 parent 7c7838a commit 6e9e056
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
21 changes: 18 additions & 3 deletions anti-malware-webapp/src/main/webapp/WEB-INF/gatein-resources.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
* Copyright (C) 2023 eXo Platform SAS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<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">
<module>

<module>
<name>antiMalwareNotificationExtension</name>
<load-group>notificationGRP</load-group>
<script>
Expand All @@ -22,7 +39,5 @@
<module>eXoVueI18n</module>
</depends>
</module>


</gatein-resources>

4 changes: 2 additions & 2 deletions anti-malware-webapp/webpack.watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { merge } = require('webpack-merge');
const webpackProductionConfig = require('./webpack.prod.js');

// the display name of the war
const app = 'poll';
const app = 'anti-malware';

// add the server path to your server location path

Expand All @@ -32,5 +32,5 @@ module.exports = merge(webpackProductionConfig, {
path: path.resolve(`${exoServerPath}/webapps/${app}/`)
},
mode: 'development',
devtool: 'inline-source-map'
devtool: 'eval-source-map'
});

0 comments on commit 6e9e056

Please sign in to comment.