[jboss-cvs] Repository SVN: r1913 - glassfish and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 23 02:30:10 EST 2007


Author: fnasser at redhat.com
Date: 2007-11-23 02:30:10 -0500 (Fri, 23 Nov 2007)
New Revision: 1913

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

Added: glassfish/jaf/1.1.0-brew/component-info.xml
===================================================================
--- glassfish/jaf/1.1.0-brew/component-info.xml	                        (rev 0)
+++ glassfish/jaf/1.1.0-brew/component-info.xml	2007-11-23 07:30:10 UTC (rev 1913)
@@ -0,0 +1,16 @@
+<project name="glassfish-jaf-component-info">
+
+   <component id="glassfish-jaf"
+              licenseType="cddl"
+              version="glassfish-jaf-1_1_0-0jpp_ep1_5"
+              projectHome="https://glassfish.dev.java.net/"
+              description="JavaBeans Activation Framework from glashfish(http://wiki.java.net/bin/view/Projects/GlassFishCodeDependencies)">
+
+      <artifact id="activation.jar"/>
+      <export>
+         <include input="activation.jar"/>
+      </export>
+   </component>
+
+
+</project>

Added: glassfish/jaf/1.1.0-brew/lib/activation.jar
===================================================================

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


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

Added: glassfish/jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-ant-hack.patch
===================================================================
--- glassfish/jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-ant-hack.patch	                        (rev 0)
+++ glassfish/jaf/1.1.0-brew/src/glassfish-jaf-1.1.0-ant-hack.patch	2007-11-23 07:30:10 UTC (rev 1913)
@@ -0,0 +1,53 @@
+diff -up activation/build.xml.orig activation/build.xml
+--- activation/build.xml.orig	2007-11-13 16:17:00.000000000 -0500
++++ activation/build.xml	2007-11-13 16:18:45.000000000 -0500
+@@ -19,9 +19,10 @@
+  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"/>    
+@@ -30,7 +31,7 @@
+     <property file="../bootstrap/project.properties"/>
+     <property file="./build.properties"/>
+ 
+-    &commonBuild;
++    <!--&commonBuild;-->
+ 
+     <!-- all -->
+     <target name="all" depends="compile, assemble"
+@@ -52,7 +53,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>
+ 
+@@ -178,10 +179,10 @@
+             </sourcepath>
+         </javadoc>
+     </target>
+-
++<!--
+     <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 +194,5 @@
+         description="pushes jars to the java.net maven repository">
+         <cvs-import src="build/maven-repo" dest="glassfish/repo" />
+     </target>
+-
++-->
+ </project>

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


Property changes on: glassfish/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