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

No IDE File

parent ff1ce00f
Branches main
No related tags found
No related merge requests found
Showing
with 0 additions and 163 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>cdma-plugin</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//src/test/java=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.plugin
m2e.projectName=cdma-plugin
m2e.projectLocation=D\:\\DataReduction-Workspace\\databrowser-split\\databrowser-plugins\\cdma-plugin
artifactId=cdma-plugin
<?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.plugin</groupId>
<artifactId>databrowser-plugins</artifactId>
<version>1.3.0</version>
</parent>
<artifactId>cdma-plugin</artifactId>
<name>DataBrowser CDMA Plugin</name>
<description>CDMA plugin for DataBrowser</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>org.cdma.gui.plugin</groupId>
<artifactId>tango-plugin</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib.comete</groupId>
<artifactId>CDMADataSource</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>CDMABox</artifactId>
</dependency>
<dependency>
<groupId>org.cdma</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.cdma</groupId>
<artifactId>utilities</artifactId>
</dependency>
<dependency>
<groupId>org.cdma.plugin</groupId>
<artifactId>nexus-soleil</artifactId>
</dependency>
<dependency>
<groupId>org.cdma.plugin</groupId>
<artifactId>edf-soleil</artifactId>
</dependency>
<dependency>
<groupId>org.cdma.plugin</groupId>
<artifactId>mambo-soleil</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.comete.bean</groupId>
<artifactId>TangoTree</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib.comete</groupId>
<artifactId>CometeSwing</artifactId>
</dependency>
</dependencies>
</project>
\ 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