[sikuli] 57/385: POMs should not be named like a folder on same level
Gilles Filippini
pini at moszumanska.debian.org
Sun Jun 29 19:25:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.
commit 421fe6f04ef2a1bd29aed8d5606e2d5c710cfb4c
Author: Raimund Hocke <rmhdevelop at me.com>
Date: Sun Dec 29 12:43:33 2013 +0100
POMs should not be named like a folder on same level
---
Libs/{build.xml => xbuild.xml} | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/Libs/build.xml b/Libs/xbuild.xml
similarity index 93%
rename from Libs/build.xml
rename to Libs/xbuild.xml
index 69d436b..f9e9c15 100644
--- a/Libs/build.xml
+++ b/Libs/xbuild.xml
@@ -13,10 +13,10 @@
<groupId>org.sikuli</groupId>
<artifactId>SikuliX-Libs</artifactId>
<version>1.1.0</version>
-
+
<profiles>
<profile>
- <id>WindowsAll</id>
+ <id>Windows</id>
<activation>
<os>
<family>windows</family>
@@ -35,14 +35,13 @@
<os>
<family>unix</family>
<arch>x86</arch>
- </os>
-
+ </os>
</activation>
<properties>
<buildfolder>build/linux</buildfolder>
<shelltouse>bash</shelltouse>
- <arg1>${basedir}/${buildfolder}/runBuildNatives32.sh</arg1>
- <arg2>x</arg2>
+ <arg1>${basedir}/${buildfolder}/runBuildNatives.sh</arg1>
+ <arg2>32</arg2>
</properties>
</profile>
<profile>
@@ -57,7 +56,7 @@
<buildfolder>build/linux</buildfolder>
<shelltouse>bash</shelltouse>
<arg1>${basedir}/${buildfolder}/runBuildNatives64.sh</arg1>
- <arg2>x</arg2>
+ <arg2>64</arg2>
</properties>
</profile>
<profile>
@@ -72,11 +71,11 @@
<buildfolder>build/linux</buildfolder>
<shelltouse>bash</shelltouse>
<arg1>${basedir}/${buildfolder}/runBuildNatives64.sh</arg1>
- <arg2>x</arg2>
+ <arg2>64</arg2>
</properties>
</profile>
<profile>
- <id>MacAll</id>
+ <id>Mac</id>
<activation>
<os>
<family>mac</family>
@@ -86,7 +85,7 @@
<buildfolder>build/mac</buildfolder>
<shelltouse>/bin/sh</shelltouse>
<arg1>${basedir}/${buildfolder}/runBuildNatives.sh</arg1>
- <arg2>x</arg2>
+ <arg2>64</arg2>
</properties>
</profile>
</profiles>
--
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