[jboss-cvs] Repository SVN: r12565 - in glassfish/javamail/1.4.0-brew: lib and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 7 14:23:31 EDT 2008


Author: csaldanh
Date: 2008-08-07 14:23:31 -0400 (Thu, 07 Aug 2008)
New Revision: 12565

Modified:
   glassfish/javamail/1.4.0-brew/component-info.xml
   glassfish/javamail/1.4.0-brew/lib/mail.jar
   glassfish/javamail/1.4.0-brew/src/glassfish-javamail-1.4.0-ant-hack.patch
Log:
Update with latest build in brew, with debug info ON



Modified: glassfish/javamail/1.4.0-brew/component-info.xml
===================================================================
--- glassfish/javamail/1.4.0-brew/component-info.xml	2008-08-06 16:40:45 UTC (rev 12564)
+++ glassfish/javamail/1.4.0-brew/component-info.xml	2008-08-07 18:23:31 UTC (rev 12565)
@@ -5,7 +5,7 @@
               licenseType="cddl"
               projectHome="https://glassfish.dev.java.net/javaee5/mail/"
               description="JavaMail APIs from glashfish(http://wiki.java.net/bin/view/Projects/GlassFishCodeDependencies)"
-              tag="glassfish-javamail-1_4_0-0jpp_ep1_5">
+              tag="glassfish-javamail-1_4_0-0jpp_ep1_10_el4">
       <artifact id="mail.jar"/>
       <export>
          <include input="mail.jar"/>

Modified: glassfish/javamail/1.4.0-brew/lib/mail.jar
===================================================================
(Binary files differ)

Modified: glassfish/javamail/1.4.0-brew/src/glassfish-javamail-1.4.0-ant-hack.patch
===================================================================
--- glassfish/javamail/1.4.0-brew/src/glassfish-javamail-1.4.0-ant-hack.patch	2008-08-06 16:40:45 UTC (rev 12564)
+++ glassfish/javamail/1.4.0-brew/src/glassfish-javamail-1.4.0-ant-hack.patch	2008-08-07 18:23:31 UTC (rev 12565)
@@ -1,28 +1,28 @@
-diff -up mail/build.xml.orig mail/build.xml
---- mail/build.xml.orig	2007-11-13 16:22:55.000000000 -0500
-+++ mail/build.xml	2007-11-13 16:24:47.000000000 -0500
-@@ -19,9 +19,10 @@
+diff -up glassfish-javamail/build.xml.orig glassfish-javamail/build.xml
+--- glassfish-javamail/build.xml.orig	2007-11-23 11:26:53.000000000 -0500
++++ glassfish-javamail/build.xml	2007-11-23 11:29:52.000000000 -0500
+@@ -19,9 +19,6 @@
   own identifying information: Portions Copyright [yyyy]
   [name of copyright owner]
  -->
-+<!--
- <!DOCTYPE project [
-   <!ENTITY commonBuild SYSTEM "../bootstrap/ant-common.xml">
+-<!DOCTYPE project [
+-  <!ENTITY commonBuild SYSTEM "../bootstrap/ant-common.xml">
 -]>
-+]>-->
  <project name="JavaMail" default="all" basedir=".">
  
  <!-- ========== Initialize Properties =================================== -->
-@@ -35,7 +36,7 @@
-     <property file="../bootstrap/project.properties"/>
+@@ -32,10 +29,8 @@
+     -->
+     <property name="component.name" value="mail"/>
+ 
+-    <property file="../bootstrap/project.properties"/>
      <property file="./build.properties"/>
      
 -    &commonBuild;
-+    <!--&commonBuild;-->
  
      <!-- all -->
      <target name="all" depends="compile, assemble"
-@@ -58,7 +59,7 @@
+@@ -58,7 +53,7 @@
          </tstamp>
          <echo message="Building component ${component.name}"/>
          <mkdir dir="${component.classes.dir}"/>
@@ -31,7 +31,21 @@
                  toFile="${component.classes.dir}/META-INF/LICENSE.txt"/>
      </target>
  
-@@ -362,10 +363,10 @@
+@@ -74,10 +69,10 @@
+         </copy>
+         <javac srcdir="${src.dir}"
+                destdir="${component.classes.dir}"
+-               debug="${javac.debug}"
+-               optimize="${javac.optimize}"
++               debug="on"
++               optimize="off"
+                source="1.4"
+-               deprecation="${javac.deprecation}"
++               deprecation="off"
+                failonerror="true"
+                target="1.4">
+             <classpath>
+@@ -362,10 +357,10 @@
                  </fileset>
          </javadoc>
      </target>
@@ -44,7 +58,7 @@
          <maven-repository-importer destdir="build/maven-repo" version="${release.version}">
              <artifact jar="build/release/mail.jar" pom="mail.pom" srczip="build/mail.src.zip" />
          </maven-repository-importer>
-@@ -375,4 +376,5 @@
+@@ -375,4 +370,5 @@
          description="pushes jars to the java.net maven repository">
          <cvs-import src="build/maven-repo" dest="glassfish/repo" />
      </target>




More information about the jboss-cvs-commits mailing list