Blame SOURCES/glassfish-jaxb-dont-build-examples.patch

4419f2
From bc4b149aa582d1663db86141533477a3a7ca937e Mon Sep 17 00:00:00 2001
4419f2
From: Juan Hernandez <juan.hernandez@redhat.com>
4419f2
Date: Sat, 10 Mar 2012 18:04:52 +0100
4419f2
Subject: [PATCH 7/7] Don't build examples
4419f2
4419f2
---
4419f2
 build.xml |   14 --------------
4419f2
 1 files changed, 0 insertions(+), 14 deletions(-)
4419f2
4419f2
diff --git a/build.xml b/build.xml
4419f2
index 7b18a8e..4da31cb 100644
4419f2
--- a/build.xml
4419f2
+++ b/build.xml
4419f2
@@ -880,20 +880,6 @@
4419f2
 
4419f2
         </parallel>
4419f2
 
4419f2
-        <antcall target="process-sample.notinwspack"/>
4419f2
-        
4419f2
-        <mkdir dir="${jaxb.dist}/samples"/>
4419f2
-        <copy todir="${jaxb.dist}/samples">
4419f2
-          <fileset dir="${jaxb.root}/samples/work" defaultexcludes="yes">
4419f2
-            <exclude name="CHANGELOG.txt"/>
4419f2
-            <exclude name="**/build.golden.regexp"/>
4419f2
-            <exclude name="**/.cvsignore"/>
4419f2
-            <exclude name="**/sample.meta"/>
4419f2
-            <exclude name="**/gen-src/**/*"/>
4419f2
-            <exclude name="**/classes/**/*"/>
4419f2
-          </fileset>
4419f2
-        </copy>
4419f2
-
4419f2
     </target>
4419f2
 
4419f2
     <target name="push-snapshot-to-maven">
4419f2
-- 
4419f2
1.7.9
4419f2