[sikuli] 22/30: Remove un-needed part in parent pom.xml

Gilles Filippini pini at alioth.debian.org
Mon Nov 4 09:03:04 UTC 2013


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository sikuli.

commit 7d4f09d9381c40252cb166dacb971255b3c6c62c
Author: Gilles Filippini <pini at debian.org>
Date:   Sun Nov 3 22:15:32 2013 +0100

    Remove un-needed part in parent pom.xml
---
 debian/patches/parent-pom.patch |   60 ++++++++-------------------------------
 1 file changed, 12 insertions(+), 48 deletions(-)

diff --git a/debian/patches/parent-pom.patch b/debian/patches/parent-pom.patch
index 31ac27a..3346e09 100644
--- a/debian/patches/parent-pom.patch
+++ b/debian/patches/parent-pom.patch
@@ -4,8 +4,8 @@ Description: One pom.xml to rule them all
 Author: Gilles Filippini <pini at debian.org>
 Index: sikuli/api/pom.xml
 ===================================================================
---- sikuli.orig/api/pom.xml	2013-10-21 12:38:38.000000000 +0200
-+++ sikuli/api/pom.xml	2013-10-21 12:38:38.000000000 +0200
+--- sikuli.orig/api/pom.xml	2013-11-03 22:08:51.000000000 +0100
++++ sikuli/api/pom.xml	2013-11-03 22:08:51.000000000 +0100
 @@ -8,6 +8,12 @@
    *
    * RaiMan 2013
@@ -21,8 +21,8 @@ Index: sikuli/api/pom.xml
  
 Index: sikuli/basics/pom.xml
 ===================================================================
---- sikuli.orig/basics/pom.xml	2013-10-21 12:38:38.000000000 +0200
-+++ sikuli/basics/pom.xml	2013-10-21 12:38:38.000000000 +0200
+--- sikuli.orig/basics/pom.xml	2013-11-03 22:08:51.000000000 +0100
++++ sikuli/basics/pom.xml	2013-11-03 22:08:51.000000000 +0100
 @@ -7,6 +7,11 @@
    *
    * RaiMan 2013
@@ -37,8 +37,8 @@ Index: sikuli/basics/pom.xml
  
 Index: sikuli/ide/pom.xml
 ===================================================================
---- sikuli.orig/ide/pom.xml	2013-10-21 12:38:38.000000000 +0200
-+++ sikuli/ide/pom.xml	2013-10-21 12:38:38.000000000 +0200
+--- sikuli.orig/ide/pom.xml	2013-11-03 22:08:51.000000000 +0100
++++ sikuli/ide/pom.xml	2013-11-03 22:08:51.000000000 +0100
 @@ -8,6 +8,12 @@
    *
    * RaiMan 2013
@@ -55,8 +55,8 @@ Index: sikuli/ide/pom.xml
 Index: sikuli/pom.xml
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ sikuli/pom.xml	2013-10-21 12:42:58.000000000 +0200
-@@ -0,0 +1,85 @@
++++ sikuli/pom.xml	2013-11-03 22:09:53.000000000 +0100
+@@ -0,0 +1,49 @@
 +<?xml version="1.0"?>
 +<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">
@@ -104,48 +104,12 @@ Index: sikuli/pom.xml
 +
 +  <build>
 +    <finalName>sikulix</finalName>
-+
-+    <plugins>
-+      <plugin>
-+        <groupId>org.codehaus.mojo</groupId>
-+        <artifactId>exec-maven-plugin</artifactId>
-+        <version>1.1.1</version>
-+        <executions>
-+          <execution>
-+            <id>make-all</id>
-+            <phase>compile</phase>
-+            <goals><goal>exec</goal></goals>
-+            <configuration>
-+              <executable>/usr/bin/make</executable>
-+              <arguments>
-+                <argument>-C</argument>
-+                <argument>vision-proxy</argument>
-+                <argument>all</argument>
-+              </arguments>
-+            </configuration>
-+          </execution>
-+          <execution>
-+            <id>make-clean</id>
-+            <phase>clean</phase>
-+            <goals><goal>exec</goal></goals>
-+            <configuration>
-+              <executable>/usr/bin/make</executable>
-+              <arguments>
-+                <argument>-C</argument>
-+                <argument>vision-proxy</argument>
-+                <argument>clean</argument>
-+              </arguments>
-+            </configuration>
-+          </execution>
-+        </executions>
-+      </plugin>
-+    </plugins>
 +  </build>
 +</project>
 Index: sikuli/jython/pom.xml
 ===================================================================
---- sikuli.orig/jython/pom.xml	2013-10-21 12:38:38.000000000 +0200
-+++ sikuli/jython/pom.xml	2013-10-21 12:38:38.000000000 +0200
+--- sikuli.orig/jython/pom.xml	2013-11-03 22:08:51.000000000 +0100
++++ sikuli/jython/pom.xml	2013-11-03 22:08:51.000000000 +0100
 @@ -8,6 +8,11 @@
    *
    * kelthuzad, RaiMan 2013
@@ -160,8 +124,8 @@ Index: sikuli/jython/pom.xml
  
 Index: sikuli/vision-proxy/pom.xml
 ===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ sikuli/vision-proxy/pom.xml	2013-10-21 12:44:11.000000000 +0200
+--- sikuli.orig/vision-proxy/pom.xml	2013-11-03 22:08:51.000000000 +0100
++++ sikuli/vision-proxy/pom.xml	2013-11-03 22:08:51.000000000 +0100
 @@ -7,6 +7,11 @@
    *
    * RaiMan 2013

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git



More information about the pkg-java-commits mailing list