Pages enfant
  • Désactivation des modules complémentaires (esup 4)

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Pour chaque module, ce sont les lignes à supprimer qui sont affichées dans la section.

BookmarksPortlet

 

FunctionalTestsPortlet

 

NewsReaderPortlet

 

NotificationPortlet

 

WeatherPortlet

 

WebProxyPortlet

 

...

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline19
linenumberstrue
<module>BookmarksPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline53
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>FunctionalTestsPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

FunctionalTestsPortlet

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline23
linenumberstrue
<module>FunctionalTestsPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline25
linenumberstrue
...
<dependency><modules>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>BookmarksPortlet</artifactId>
   <module>cas</module> <version>${project.version}</version>
    <type>war</type>
</dependency>
...
</modules>

NewsReaderPortlet

 

NotificationPortlet

 

WeatherPortlet

 

WebProxyPortlet

 

cas

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline20
linenumberstrue
<module>cas</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline32
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>cas</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

...