Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 002c4917ecec3d47b9bf5b8840b1f10f > files > 3

glassfish-jaxb1-1.0.6-2.mga2.src.rpm

--- jaxb-ri/build.xml	2010-03-22 11:01:57.000000000 +0100
+++ jaxb-ri/build.xml-gil	2010-03-22 11:17:26.000000000 +0100
@@ -124,12 +124,12 @@
         <ant antfile="tools/build.xml" target="deploy" />
     </target>
 
-    <!-- process sample app meta data -->
+    <!-- process sample app meta data 
     <target name="process-samples"
             description="process sample.meta data">
         <ant dir="samples" target="process-samples"/>
     </target>
-
+-->
     <!-- generate a distribution -->
     <target name="dist" 
             depends="deploy"
@@ -301,34 +301,34 @@
         <!-- process samples -->
         <!-- if wspack.home is set, then process samples as 'JWSDP',
              otherwise process samples as 'RI' -->
-        <condition property="in.wspack">
+        <!--condition property="in.wspack">
             <isset property="wspack.home"/>
-        </condition>
-        <antcall target="process-sample.inwspack"/>
-        <antcall target="process-sample.notinwspack"/>
+        </condition-->
+        <!--antcall target="process-sample.inwspack"/>
+        <antcall target="process-sample.notinwspack"/-->
         
         <!-- copy sample apps -->
-        <mkdir dir="${jaxb.dist}/samples"/>
+        <!--mkdir dir="${jaxb.dist}/samples"/>
         <copy todir="${jaxb.dist}/samples">
             <fileset dir="${jaxb.root}/samples/samples-src"
                      defaultexcludes="yes">
                 <exclude name="CHANGELOG.txt"/>
-                <exclude name="**/build.golden.regexp" />
+                <exclude name="**/build.golden.regexp" /-->
                 <!-- .cvsignore is a control file used for CVS -->
-                <exclude name="**/.cvsignore" />
+                <!--exclude name="**/.cvsignore" />
                 <exclude name="**/sample.meta" />
                 <exclude name="**/gen-src/**/*" />
                 <exclude name="**/classes/**/*" />
             </fileset>
-        </copy>
+        </copy-->
     </target>
     
     <!-- this target will be run when the jwsdp build is driving.  It will
          cause the sample apps to have a jwsdp appropriate classpath -->
     <target name="process-sample.inwspack" if="in.wspack">
-        <ant dir="samples" target="process-samples">
+        <!--ant dir="samples" target="process-samples">
             <property name="samples.target" value="JWSDP"/>
-        </ant>
+        </ant-->
         <!--replace dir="${jaxb.dist}/samples">
             <include name="**/build.xml"/>
             <replacefilter token="@@JAXB-RI_BUILD_PATH@@" />
@@ -338,9 +338,9 @@
     <!-- this target will be run when building a standalone RI dist.  It
          will cause the sample apps to have an RI appropriate classpath -->
     <target name="process-sample.notinwspack" unless="in.wspack">
-        <ant dir="samples" target="process-samples">
+        <!--ant dir="samples" target="process-samples">
             <property name="samples.target" value="RI"/>
-        </ant>
+        </ant-->
         <!--replace dir="${jaxb.dist}/samples">
             <include name="**/build.xml"/>
             <replacefilter token="@@JAXB-RI_BUILD_PATH@@"