Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5cab5523 authored by Gabriel Landais's avatar Gabriel Landais
Browse files

Auto login

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@27145 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 362cdfdf
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
</head> </head>
<body> <body>
<ui:include src="/ajaxStatus.xhtml" /> <ui:include src="/ajaxStatus.xhtml" />
<ui:include src="/autoLogin.xhtml" />
<ui:include src="menu.xhtml"> <ui:include src="menu.xhtml">
<ui:param name="projectName" <ui:param name="projectName"
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>net.ihe.gazelle.maven</groupId> <groupId>net.ihe.gazelle.maven</groupId>
<artifactId>gazelle-seam</artifactId> <artifactId>gazelle-seam</artifactId>
<version>1.48</version> <version>1.49</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.proxy</groupId> <groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId> <artifactId>gazelle-proxy</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
<jdbc.driver.class>org.postgresql.Driver</jdbc.driver.class> <jdbc.driver.class>org.postgresql.Driver</jdbc.driver.class>
<hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect> <hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect>
<build.year>2012</build.year> <build.year>2012</build.year>
<version.datatable>1.16</version.datatable>
<messages.mode>crowdin</messages.mode> <messages.mode>crowdin</messages.mode>
</properties> </properties>
...@@ -78,7 +77,7 @@ ...@@ -78,7 +77,7 @@
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
</activation> </activation>
<properties> <properties>
<cas.service>http://127.0.0.1:8080/proxy/</cas.service> <cas.service>http://bento:8080/proxy/</cas.service>
<evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url> <evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url>
<dicom.storage>/tmp/DICOM</dicom.storage> <dicom.storage>/tmp/DICOM</dicom.storage>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment