[jboss-cvs] Repository SVN: r1923 - in sun-jaf: 1.1.0-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 23 21:45:24 EST 2007


Author: fnasser at redhat.com
Date: 2007-11-23 21:45:24 -0500 (Fri, 23 Nov 2007)
New Revision: 1923

Added:
   sun-jaf/1.1.0-brew/
   sun-jaf/1.1.0-brew/component-info.xml
   sun-jaf/1.1.0-brew/lib/
   sun-jaf/1.1.0-brew/lib/activation.jar
   sun-jaf/1.1.0-brew/src/
   sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-LICENCE.tar.gz
   sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-ant-hack.patch
   sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0.tar.gz
Log:
Glassfish JAF built from sources

Added: sun-jaf/1.1.0-brew/component-info.xml
===================================================================
--- sun-jaf/1.1.0-brew/component-info.xml	                        (rev 0)
+++ sun-jaf/1.1.0-brew/component-info.xml	2007-11-24 02:45:24 UTC (rev 1923)
@@ -0,0 +1,17 @@
+<project name="glassfish-jaf-component-info">
+
+   <component id="sun-jaf"
+              licenseType="cddl"
+              version="1.1.0-brew"
+              projectHome="https://glassfish.dev.java.net/"
+              description="JavaBeans Activation Framework from glashfish(http://wiki.java.net/bin/view/Projects/GlassFishCodeDependencies)"
+              tag="glassfish-jaf-1_1_0-0jpp_ep1_9">
+
+      <artifact id="activation.jar"/>
+      <export>
+         <include input="activation.jar"/>
+      </export>
+   </component>
+
+
+</project>

Added: sun-jaf/1.1.0-brew/lib/activation.jar
===================================================================
(Binary files differ)


Property changes on: sun-jaf/1.1.0-brew/lib/activation.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-LICENCE.tar.gz
===================================================================
(Binary files differ)


Property changes on: sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-LICENCE.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-ant-hack.patch
===================================================================
--- sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-ant-hack.patch	                        (rev 0)
+++ sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-ant-hack.patch	2007-11-24 02:45:24 UTC (rev 1923)
@@ -0,0 +1,62 @@
+diff -up glassfish-jaf/build.xml.orig glassfish-jaf/build.xml
+--- glassfish-jaf/build.xml.orig	2007-11-23 10:57:28.000000000 -0500
++++ glassfish-jaf/build.xml	2007-11-23 10:55:20.000000000 -0500
+@@ -19,19 +19,13 @@
+  own identifying information: Portions Copyright [yyyy] 
+  [name of copyright owner]
+ -->
+-<!DOCTYPE project [
+-  <!ENTITY commonBuild SYSTEM "../bootstrap/ant-common.xml">
+-]>
+ <project name="Java Activation" default="all" basedir=".">  
+     
+     <property name="component.name" value="activation"/>    
+ 
+     <!-- Do NOT reorder the following lines -->
+-    <property file="../bootstrap/project.properties"/>
+     <property file="./build.properties"/>
+ 
+-    &commonBuild;
+-
+     <!-- all -->
+     <target name="all" depends="compile, assemble"
+             description="Build entire component">
+@@ -52,7 +46,7 @@
+         </tstamp>    
+         <echo message="Building component ${component.name}"/>
+         <mkdir dir="${component.classes.dir}"/>
+-        <copy file="${glassfish.maven}/legal/LICENSE.txt"
++        <copy file="${basedir}/legal/LICENSE.txt"
+                 toFile="${component.classes.dir}/META-INF/LICENSE.txt"/>
+     </target>
+ 
+@@ -61,8 +55,8 @@
+         description="Compile com/sun/activation sources">  
+      
+         <javac srcdir="${src.dir}" destdir="${component.classes.dir}"
+-               debug="${javac.debug}" optimize="${javac.optimize}"
+-               source="1.4" deprecation="${javac.deprecation}"
++               debug="on" optimize="off"
++               source="1.4" deprecation="off"
+                failonerror="true" target="1.4">
+             <include name="javax/activation/**"/>            
+             <include name="com/sun/activation/**"/>            
+@@ -179,9 +173,9 @@
+         </javadoc>
+     </target>
+ 
+-    <target name="push-to-maven-prepare" depends="-push-to-maven-init, jar"
++<!--    <target name="push-to-maven-prepare" depends="-push-to-maven-init, jar"
+         description="creates an image for the 'push-to-maven' goal">
+-        <delete dir="build/maven-repo" /><!-- clean it -->
++        <delete dir="build/maven-repo" />
+         <maven-repository-importer destdir="build/maven-repo"
+ 		version="${release.version}">
+             <artifact jar="${release.activation.jar}" pom="activation.pom"
+@@ -193,5 +187,5 @@
+         description="pushes jars to the java.net maven repository">
+         <cvs-import src="build/maven-repo" dest="glassfish/repo" />
+     </target>
+-
++-->
+ </project>

Added: sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0.tar.gz
===================================================================
(Binary files differ)


Property changes on: sun-jaf/1.1.0-brew/src/glassfish-jaf-1.1.0.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list