Skip to content
Snippets Groups Projects
Select Git revision
  • d6dc74202698d3439677bc755fe79ae7920fbcc6
  • master default protected
  • snaparchivingservers-1.7.13
  • snaparchivingservers-1.7.12
  • snaparchivingservers-1.7.11
  • snaparchivingservers-1.7.10
  • snaparchivingservers-1.7.9
  • snaparchivingservers-1.7.8
  • snapArchivingServers-1.7.7
  • snapArchivingServers-1.7.6
  • snapArchivingServers-1.7.5
  • snapArchivingServers-1.7.4
  • snapArchivingServers-1.7.3
  • snapArchivingServers-1.7.1
  • snapArchivingServers-1.7.0
  • snapArchivingServers-1.6.6
  • snapArchivingServers-1.6.5
  • snapArchivingServers-1.6.4
  • release_1_6_3
  • release_1_6_2
  • release_1_6_1
  • release_1_6_0
22 results

SetEquipmentsWithSnapshotClass.java

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 973 B
    <?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>fr.soleil.lib.ScanUtils.Plugins</groupId>
            <artifactId>Sensor</artifactId>
            <version>3.5.18</version>
        </parent>
    
        <groupId>fr.soleil.lib.ScanUtils.Plugins.Sensor</groupId>
        <artifactId>LimaDetector-${aol}-shared-${mode}</artifactId>
    
        <packaging>nar</packaging>
        <name>LimaDetector</name>
    <!-- use for the name of executable -->
        <description>This plugin allows to scan LimaDetector as sensor</description>
        <build>
            <plugins>
                <plugin>
                    <groupId>org.freehep</groupId>
                    <artifactId>freehep-nar-plugin</artifactId>
                </plugin>
            </plugins>
        </build>
    
    </project>