Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commons-exo-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>commons-exo</artifactId>
<version>7.1.x-SNAPSHOT</version>
<version>7.1.x-meeds-qaui-SNAPSHOT</version>
</parent>

<artifactId>commons-exo-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>commons-exo</artifactId>
<version>7.1.x-SNAPSHOT</version>
<version>7.1.x-meeds-qaui-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.database</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.kernel.component.command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>commons-exo</artifactId>
<version>7.1.x-SNAPSHOT</version>
<version>7.1.x-meeds-qaui-SNAPSHOT</version>
</parent>

<artifactId>exo.kernel.component.command</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.kernel.component.ext.cache.impl.infinispan.v8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>commons-exo</artifactId>
<version>7.1.x-SNAPSHOT</version>
<version>7.1.x-meeds-qaui-SNAPSHOT</version>
</parent>
<artifactId>exo.kernel.component.ext.cache.impl.infinispan.v8</artifactId>
<name>Meeds:: PLF:: Kernel :: Cache Extension :: Infinispan Implementation</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>commons-exo</artifactId>
<version>7.1.x-SNAPSHOT</version>
<version>7.1.x-meeds-qaui-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo PLF:: eXo Platform Commons</name>
<modules>
Expand All @@ -29,7 +29,7 @@
<!-- **************************************** -->
<!-- Project Dependencies -->
<!-- **************************************** -->
<org.exoplatform.maven-exo-depmgt-pom.version>24.x-SNAPSHOT</org.exoplatform.maven-exo-depmgt-pom.version>
<org.exoplatform.maven-exo-depmgt-pom.version>24.x-meeds-qaui-SNAPSHOT</org.exoplatform.maven-exo-depmgt-pom.version>

<!-- Sonar properties -->
<sonar.organization>exoplatform</sonar.organization>
Expand Down
2 changes: 1 addition & 1 deletion web/eXoResources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>commons-exo.portal.web</artifactId>
<version>7.1.x-SNAPSHOT</version>
<version>7.1.x-meeds-qaui-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
40 changes: 0 additions & 40 deletions web/eXoResources/src/main/webapp/WEB-INF/gatein-resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,23 +121,6 @@
</depends>
</module>

<module>
<name>uiPopupMessages</name>
<load-group>webuiGRP</load-group>
<script>
<path>/javascript/eXo/webui/UIPopupMessages.js</path>
</script>
<depends>
<module>jquery</module>
</depends>
<depends>
<module>uiPopupWindow</module>
</depends>
<depends>
<module>bts_collapse</module>
</depends>
</module>

<!-- IphoneStyle plugin -->
<module>
<name>iphoneStyleCheckbox</name>
Expand Down Expand Up @@ -171,29 +154,6 @@
</depends>
</module>

<module>
<name>upload</name>
<load-group>webuiExtGRP</load-group>
<script>
<path>/javascript/eXo/webui/Upload.js</path>
</script>
<depends>
<module>base</module>
</depends>
<depends>
<module>jquery</module>
</depends>
<depends>
<module>uiMaskLayer</module>
</depends>
<depends>
<module>portalRequest</module>
</depends>
<depends>
<module>bts_tooltip</module>
</depends>
</module>

<module>
<name>CalDateTimePicker</name>
<supported-locale>de</supported-locale>
Expand Down

This file was deleted.

Loading