benchmarks/pom.xml
author Anton Epple <toni.epple@eppleton.de>
Wed, 12 Feb 2014 14:43:38 +0100
branchcanvas
changeset 1450 0726c9779524
parent 1435 1b30bba2b38d
child 1624 3e565843a131
permissions -rw-r--r--
(Y05) Reintroduced the methods for using ImageData, since they?re already implemented and I have a very good usecase:
It?s useful for the tricks we need on mobile for fast application launch: Take a snapshot of the UI at application shutdown and display it on application start.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <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">
     3   <modelVersion>4.0.0</modelVersion>
     4   <parent>
     5     <artifactId>bck2brwsr</artifactId>
     6     <groupId>org.apidesign</groupId>
     7     <version>0.9-SNAPSHOT</version>
     8   </parent>
     9   <groupId>org.apidesign.bck2brwsr</groupId>
    10   <artifactId>benchmarks</artifactId>
    11   <version>0.9-SNAPSHOT</version>
    12   <packaging>pom</packaging>
    13   <name>Performance benchmarks</name>
    14   <modules>
    15     <module>matrix-multiplication</module>
    16   </modules>
    17 </project>