Skip to content
Snippets Groups Projects
Commit ff82a060 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

No IDE File

parent 6033e5b3
Branches
Tags
No related merge requests found
Showing
with 0 additions and 233 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>databrowser-gui</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding/<project>=UTF-8
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.7
Manifest-Version: 1.0
Built-By: GIRARDOT
Build-Jdk: 1.8.0_121
Created-By: Maven Integration for Eclipse
#Generated by Maven Integration for Eclipse
#Fri Feb 22 17:55:31 CET 2019
version=1.3.0
groupId=org.cdma.gui
m2e.projectName=databrowser-gui
m2e.projectLocation=D\:\\DataReduction-Workspace\\databrowser-split\\databrowser-gui
artifactId=databrowser-gui
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.cdma.gui</groupId>
<artifactId>databrowser</artifactId>
<version>1.3.0</version>
</parent>
<artifactId>databrowser-gui</artifactId>
<name>DataBrowser Gui</name>
<description>Contains all interfaces common to all modules</description>
<build>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>org.cdma.gui</groupId>
<artifactId>databrowser-core</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib.comete</groupId>
<artifactId>CometeSwing</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib.comete</groupId>
<artifactId>CometeBox</artifactId>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>DockingCore</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>DockingInfoNode</artifactId>
</dependency>
<dependency>
<groupId>org.cdma.gui.plugin</groupId>
<artifactId>cdma-plugin</artifactId>
</dependency>
<dependency>
<groupId>org.cdma.gui.plugin</groupId>
<artifactId>tango-plugin</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
<configuration>
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<pattern>%d{HH:mm:ss.SSS} %-5level %thread-%logger{36}.%M:%L - %msg%n
</pattern>
</layout>
</appender>
<timestamp key="bySecond" datePattern="yyyyMMdd'T'HHmmss" />
<appender name="FILE"
class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${HOME}/logs/DataBrowser.log</file>
<Append>true</Append>
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<fileNamePattern>${HOME}/logs/DataBrowser-%i.log
</fileNamePattern>
<minIndex>1</minIndex>
<maxIndex>3</maxIndex>
</rollingPolicy>
<triggeringPolicy
class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
<MaxFileSize>10MB</MaxFileSize>
</triggeringPolicy>
<encoder class="ch.qos.logback.core.encoder.LayoutWrappingEncoder">
<layout class="ch.qos.logback.classic.PatternLayout">
<pattern>${bySecond} - %d{HH:mm:ss.SSS} %-5level
%thread-%logger{36}.%M:%L - %msg%n</pattern>
</layout>
</encoder>
</appender>
<logger name="ch.qos.logback" level="DEBUG" />
<logger name="org.jacorb" level="ERROR" />
<logger name="org.tango" level="ERROR" />
<logger name="fr.soleil.comete" level="ERROR" />
<logger name="org.cdma.gui" level="INFO" />
<root level="ERROR">
<appender-ref ref="CONSOLE" />
<appender-ref ref="FILE" />
</root>
</configuration>
\ No newline at end of file
<html>
<img src="DataBrowserSplash.jpg" alt="DataBrowser">
<table width="100%">
<tr>
<td>
<img src="icons/cow48.png" alt="cow48.png">
</td>
<td width="100%">
<h1>DataBrowser</h1>
</td>
</tr>
</table>
<br>
<U>GUI developpers</U>:
<ul>
<li>Sylvain MAINGUY <font size=-2>Databrowser (AVISTO)</font></li>
<li>Katy SAINTIN <font size=-2>Databrowser (SOLEIL)</font></li>
<li>Grégory VIGUIER <font size=-2>COMETE library (SOLEIL)</font></li>
<li>Raphaël GIRARDOT <font size=-2>COMETE library (SOLEIL)</font></li>
</ul>
<U>Plug-ins developpers</U>:
<ul>
<li>Grégory VIGUIER <font size=-2>CDMA Nexus, Archiving</font></li>
<li>Clément RODIGUEZ <font size=-2>CDMA Nexus, Archiving (ALTEN)</font></li>
<li>Yann HURIEZ <font size=-2>CDMA Mambo (SOLEIL)</font></li>
<li>Katy SAINTIN <font size=-2>TANGO (SOLEIL)</font></li>
</ul>
<a href="DataBrowserUserManual.pdf">User Manual</a>
</html>
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment