[med-svn] r6048 - trunk/packages/figtree/trunk/debian/patches
Andreas Tille
tille at alioth.debian.org
Mon Feb 21 18:18:33 UTC 2011
Author: tille
Date: 2011-02-21 18:18:29 +0000 (Mon, 21 Feb 2011)
New Revision: 6048
Removed:
trunk/packages/figtree/trunk/debian/patches/__add_maven_pom_xml.patch
trunk/packages/figtree/trunk/debian/patches/__fix_classpath.patch
Log:
Drop unused patches, upload to new
Deleted: trunk/packages/figtree/trunk/debian/patches/__add_maven_pom_xml.patch
===================================================================
--- trunk/packages/figtree/trunk/debian/patches/__add_maven_pom_xml.patch 2011-02-21 18:17:08 UTC (rev 6047)
+++ trunk/packages/figtree/trunk/debian/patches/__add_maven_pom_xml.patch 2011-02-21 18:18:29 UTC (rev 6048)
@@ -1,87 +0,0 @@
---- /dev/null
-+++ figtree-1.3.1/pom.xml
-@@ -0,0 +1,84 @@
-+<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">
-+ <parent>
-+ <artifactId>global</artifactId>
-+ <groupId>figtree</groupId>
-+ <version>1</version>
-+ </parent>
-+ <modelVersion>4.0.0</modelVersion>
-+ <groupId>figtree</groupId>
-+ <artifactId>figtree</artifactId>
-+ <version>1.3.1</version>
-+ <name>FigTree</name>
-+ <description>Graphical phylogenetic tree viewer</description>
-+ <repositories>
-+ <repository>
-+ <id>figtree-maven</id>
-+ <name>Maven FigTree</name>
-+ <url>http://tree.bio.ed.ac.uk/software/figtree/</url>
-+ </repository>
-+ </repositories>
-+ <dependencies>
-+ <dependency>
-+ <groupId>org.freehep</groupId>
-+ <artifactId>freehep-graphics2d</artifactId>
-+ <version>2.0.3</version>
-+ </dependency>
-+ <dependency>
-+ <groupId>org.freehep</groupId>
-+ <artifactId>freehep-graphicsio</artifactId>
-+ <version>2.0.3</version>
-+ </dependency>
-+ <dependency>
-+ <groupId>org.freehep</groupId>
-+ <artifactId>freehep-swing</artifactId>
-+ <version>2.0.3</version>
-+ </dependency>
-+ <dependency>
-+ <groupId>org.freehep</groupId>
-+ <artifactId>freehep-util</artifactId>
-+ <version>2.0.3</version>
-+ </dependency>
-+ <dependency>
-+ <groupId>org.freehep</groupId>
-+ <artifactId>freehep-wbxml</artifactId>
-+ <version>2.0.3</version>
-+ </dependency>
-+ <dependency>
-+ <groupId>org.freehep</groupId>
-+ <artifactId>freehep-xml</artifactId>
-+ <version>2.0.3</version>
-+ </dependency>
-+ </dependencies>
-+ <build>
-+ <plugins>
-+ <plugin>
-+ <artifactId>maven-surefire-plugin</artifactId>
-+ <configuration>
-+ <excludes>
-+ <exclude>**/ExportTest.java</exclude>
-+ </excludes>
-+ </configuration>
-+ </plugin>
-+ <plugin>
-+ <groupId>org.codehaus.mojo</groupId>
-+ <artifactId>exec-maven-plugin</artifactId>
-+ <version>1.0.2</version>
-+ <executions>
-+ <execution>
-+ <goals>
-+ <goal>java</goal>
-+ </goals>
-+ </execution>
-+ </executions>
-+ <configuration>
-+ <mainClass>org.freehep.util.export.test.ExportFileTypeTest</mainClass>
-+ </configuration>
-+ </plugin>
-+ </plugins>
-+ </build>
-+
-+ <scm>
-+ <connection>scm:svn:svn://svn.freehep.org/svn/freehep/tags/freehep-export-2.1.1</connection>
-+ <developerConnection>scm:svn:svn://svn.freehep.org/svn/freehep/tags/freehep-export-2.1.1</developerConnection>
-+ </scm>
-+</project>
Deleted: trunk/packages/figtree/trunk/debian/patches/__fix_classpath.patch
===================================================================
--- trunk/packages/figtree/trunk/debian/patches/__fix_classpath.patch 2011-02-21 18:17:08 UTC (rev 6047)
+++ trunk/packages/figtree/trunk/debian/patches/__fix_classpath.patch 2011-02-21 18:18:29 UTC (rev 6048)
@@ -1,24 +0,0 @@
---- figtree-1.3.1.orig/.classpath
-+++ figtree-1.3.1/.classpath
-@@ -1,17 +1,11 @@
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src"/>
-- <classpathentry kind="lib" path="lib/freehep.jar"/>
-+ <classpathentry kind="lib" path="/usr/share/java/freehep-graphics2d.jar"/>
-+ <classpathentry kind="lib" path="/usr/share/java/freehep-graphicsio.jar"/>
- <classpathentry kind="lib" path="lib/iText.jar"/>
-- <classpathentry kind="lib" path="lib/jam.jar"/>
-- <classpathentry kind="lib" path="lib/jdom.jar"/>
-- <classpathentry kind="lib" path="lib/jebl.jar"/>
-- <classpathentry kind="lib" path="lib/swing-layout.jar"/>
-+ <classpathentry kind="lib" path="/usr/share/java//jam.jar"/>
-+ <classpathentry kind="lib" path="/usr/share/java//jebl.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-- <classpathentry kind="lib" path="lib/quaqua.jar"/>
-- <classpathentry kind="lib" path="lib/jwt/commons-fileupload-1.2.1.jar"/>
-- <classpathentry kind="lib" path="lib/jwt/commons-io-1.4.jar"/>
-- <classpathentry kind="lib" path="lib/jwt/servlet-api-2.5-6.0.2.jar"/>
-- <classpathentry kind="lib" path="lib/jwt/jwt-3.1.7pre1.jar"/>
- <classpathentry kind="output" path="bin"/>
- </classpath>
More information about the debian-med-commit
mailing list