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 5609be5b6f3e3b78614df3b81dab734ca02ed6a6 Author: Raimund Hocke <[email protected]> Date: Mon Feb 24 17:52:07 2014 +0100 moved exclusion of scripting support before IDE jar build to setup --- ide-fat.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ide-fat.xml b/ide-fat.xml index a685546..e5ad5b1 100644 --- a/ide-fat.xml +++ b/ide-fat.xml @@ -1,4 +1,4 @@ -<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" +<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> <id>ide-fat</id> @@ -23,14 +23,4 @@ <scope>runtime</scope> </dependencySet> </dependencySets> -<!-- does not work on Windows - <fileSets> - <fileSet> - <excludes> - <exclude>**/idesupport/*</exclude> - <exclude>**/scriptrunner/*</exclude> - </excludes> - </fileSet> - </fileSets> ---> </assembly> \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

