Skip to content
Snippets Groups Projects
Commit 54ffcb38 authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

start migration to JTangoServer (IDL5)

parent 17af6641
Branches
No related tags found
No related merge requests found
......@@ -27,24 +27,18 @@
</developer>
</developers>
<!-- <build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
</plugins>
</build> -->
<!-- <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId>
<configuration> <source>1.6</source> <target>1.6</target> <showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings> </configuration> </plugin> </plugins> </build> -->
<dependencies>
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>archiving-common-collector</artifactId>
</dependency>
<dependency>
<groupId>org.tango</groupId>
<artifactId>JTangoServer</artifactId>
</dependency>
</dependencies>
</project>
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<pattern>%-5level %d{HH:mm:ss.SSS} [%thread - %X{deviceName}] %logger{36}.%M:%L - %msg%n</pattern>
</layout>
</appender>
<logger name="org.jacorb" level="ERROR" />
<logger name="org.tango" level="ERROR" />
<logger name="org.tango.archiving.server" level="DEBUG" />
<logger name="fr.soleil.lib" level="DEBUG" />
<logger name="TangoClientRequests" level="ERROR" />
<logger name="fr.soleil.archiving" level="INFO" />
<root level="INFO">
<appender-ref ref="CONSOLE" />
</root>
</configuration>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment