Dataset Viewer
xml
stringclasses 2
values |
---|
<?xml version="1.0" encoding="UTF-8"?>
<project name="DeconvolutionLab2" default="build" basedir=".">
<property name="imagej" location="${user.home}/Desktop/ImageJ/plugins" />
<property name="fiji" location="${user.home}/Desktop/Fiji.app/plugins" />
<property name="matlab" location="/Applications/MATLAB_R2018a.app/java/" />
<property name="javadoc.header" value="<h3>DeconvolutionLab2</h3>	v1.0" />
<property name="javadoc.footer" value="<h4>DeconvolutionLab2</h4>	<script> var tStamp=new Date(); document.write(tStamp.toUTCString()); </script>" />
<property name="javadoc.bottom" value='Copyright &copy; <script> var currYear=new Date(); document.write(currYear.getFullYear()); </script>, Biomedical Imaging Group, EPFL, Lausanne, Switzerland. All rights reserved.' />
<target name="build">
<mkdir dir="bin" />
<copy todir="bin"><fileset dir="src/main/resources"></fileset></copy>
<copy todir="bin"><fileset dir="target/classes"></fileset></copy>
<mkdir dir="dist" />
<zip destfile="dist/DeconvolutionLab2-src.zip" basedir="src" />
<zip destfile="dist/DeconvolutionLab2-cls.zip" basedir="bin" />
<jar destfile="dist/DeconvolutionLab_2.jar" basedir="bin">
<manifest>
<attribute name="Main-Class" value="DeconvolutionLab2" />
</manifest>
</jar>
<copy toDir="${fiji}" file="dist/DeconvolutionLab_2.jar" />
<copy toDir="${matlab}" file="dist/DeconvolutionLab_2.jar" />
<copy toDir="${imagej}" file="dist/DeconvolutionLab_2.jar" />
<mkdir dir="doc" />
<javadoc destdir="doc" author="true" version="true" overview="${basedir}/overview.html" windowtitle="DeconvolutionLab2">
<fileset dir="src">
<include name="**/*.java" />
<exclude name="**/fft/**" />
<exclude name="**/jfftw/**" />
</fileset>
<header>
<![CDATA[${javadoc.header}]]>
</header>
<footer>
<![CDATA[${javadoc.footer}]]>
</footer>
<bottom>
<![CDATA[${javadoc.bottom}]]>
</bottom>
</javadoc>
</target>
</project>
|
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>14.0.0</version>
<relativePath />
</parent>
<groupId>ch.epfl.big</groupId>
<artifactId>DeconvolutionLab_2</artifactId>
<name>DeconvolutionLab2</name>
<description>DeconvolutionLab2 is freely accessible and open-source for 3D deconvolution microscopy; it can be linked to well-known imaging software platforms, ImageJ, Fiji, ICY, Matlab, and it runs as a stand-alone application.</description>
<url>http://bigwww.epfl.ch/deconvolution/deconvolutionlab2</url>
<inceptionYear>2018</inceptionYear>
<organization>
<name>Biomedical Imaging Group, EPFL</name>
<url>http://bigwww.epfl.ch/deconvolution/deconvolutionlab2</url>
</organization>
<licenses>
<license>
<name>Simplified BSD License</name>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>sage</id>
<name>Daniel Sage</name>
<url>http://bigwww.epfl.ch/sage/</url>
<roles>
<role>lead</role>
<role>developer</role>
<role>debugger</role>
<role>reviewer</role>
<role>support</role>
<role>maintainer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Daniel Sage</name>
<url>http://bigwww.epfl.ch/sage/</url>
<roles><role>founder</role></roles>
<properties><id>sage</id></properties>
</contributor>
</contributors>
<mailingLists>
<mailingList>
<name>ImageJ Forum</name>
<archive>http://forum.imagej.net/</archive>
</mailingList>
</mailingLists>
<scm>
<url>https://github.com/Biomedical-Imaging-Group/DeconvolutionLab2</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/Biomedical-Imaging-Group/DeconvolutionLab2</url>
</issueManagement>
<ciManagement>
<system>None</system>
</ciManagement>
<properties>
<package-name>orientationj</package-name>
<main-class>DeconvolutionLab2</main-class>
<license.licenseName>bsd_2</license.licenseName>
<license.copyrightOwners>EPFL</license.copyrightOwners>
</properties>
<dependencies>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
</dependency>
</dependencies>
<version>2.1.1</version>
</project>
|
README.md exists but content is empty.
- Downloads last month
- 25