[jboss-cvs] jboss-seam/build/embedded ...

Peter Muir peter at bleepbleep.org.uk
Thu Dec 6 19:15:56 EST 2007


  User: pmuir   
  Date: 07/12/06 19:15:56

  Modified:    build/embedded     jboss-embedded.pom.xml
                        hibernate-all.pom.xml thirdparty-all.pom.xml
  Added:       build/embedded     build.xml
  Log:
  Reorg embedded stuff
  
  Revision  Changes    Path
  1.3       +3 -3      jboss-seam/build/embedded/jboss-embedded.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-embedded.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/jboss-embedded.pom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- jboss-embedded.pom.xml	6 Dec 2007 13:06:35 -0000	1.2
  +++ jboss-embedded.pom.xml	7 Dec 2007 00:15:56 -0000	1.3
  @@ -3,10 +3,10 @@
   	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
  -  <groupId>org.jboss..seam.embedded</groupId>
  -  <artifactId>jboss-embedded-api</artifactId>
  +  <groupId>org.jboss.embedded</groupId>
  +  <artifactId>jboss-embedded</artifactId>
     <version>beta3-SNAPSHOT</version>
  -  <description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all. This Seam specific version simply keeps the old jboss-embedded-api name for tooling compatibility</description>
  +  <description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all.</description>
     
     <dependencies>
       <dependency>
  
  
  
  1.4       +2 -2      jboss-seam/build/embedded/hibernate-all.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-all.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/hibernate-all.pom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- hibernate-all.pom.xml	6 Dec 2007 13:06:35 -0000	1.3
  +++ hibernate-all.pom.xml	7 Dec 2007 00:15:56 -0000	1.4
  @@ -3,9 +3,9 @@
   	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
  -  <groupId>org.jboss.seam.embedded</groupId>
  +  <groupId>org.jboss.embedded</groupId>
     <artifactId>hibernate-all</artifactId>
     <version>beta3-SNAPSHOT</version>
     <description>The hibernate-all.jar distributed with JBoss Embedded.  This contains Hibernate
  -  for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations) and Hibernate Search (specific to this seam version of hibernate-all)</description>
  +  for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations)</description>
   </project>
  
  
  
  1.4       +2 -3      jboss-seam/build/embedded/thirdparty-all.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: thirdparty-all.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/thirdparty-all.pom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- thirdparty-all.pom.xml	6 Dec 2007 13:06:35 -0000	1.3
  +++ thirdparty-all.pom.xml	7 Dec 2007 00:15:56 -0000	1.4
  @@ -3,10 +3,9 @@
   	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
  -  <groupId>org.jboss.seam.embedded</groupId>
  +  <groupId>org.jboss.embedded</groupId>
     <artifactId>thirdparty-all</artifactId>
     <version>beta3-SNAPSHOT</version>
     <description>The thirdparty-all.jar distributed with JBoss Embedded.  This contains thirdparty
  -  dependencies distributed with JBoss AS. This Seam version also includes lucene, a dependency
  -  of hibernate search</description>
  +  dependencies distributed with JBoss AS.</description>
   </project>
  
  
  
  1.1      date: 2007/12/07 00:15:56;  author: pmuir;  state: Exp;jboss-seam/build/embedded/build.xml
  
  Index: build.xml
  ===================================================================
  <?xml version="1.0"?>
  <project name="Embedded Build Utilities" basedir="." xmlns:artifact="urn:maven-artifact-ant">
  
  	<property file="../build.properties" />
  	
  	<property name="seam.dir" value="${basedir}/../../" />
  	<property name="build.dir" value="${seam.dir}/build" />
  	<property name="tmp.dir" value="${seam.dir}/classes" />
  	<property name="lib.dir" value="${seam.dir}/lib" />
  	<import file="../utilities.build.xml" />
  	
  	<path id="maven-ant-tasks.classpath" path="${build.dir}/lib/maven-ant-tasks.jar" />
  	<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
  	
  	<property name="shaded.embedded.jars.dir" value="${tmp.dir}/embedded"/>
  	<property name="embedded.jars.dir" value="${embedded.dir}/output/lib/embedded-jboss/lib" />
  
  	<artifact:remoteRepository id="snapshots.jboss.org" url="dav:https://snapshots.jboss.org/maven2" />
  	<artifact:remoteRepository id="offline.repository.jboss.org" url="file:///${offline.repository.jboss.org}" />
  	
  	<target name="initdav">
  		<artifact:install-provider artifactId="wagon-webdav" version="1.0-beta-2"/>
  	</target>
  	
  	<target name="shadeEmbedded">
  		<delete dir="${shaded.embedded.jars.dir}" failonerror="off"/>
  		<mkdir dir="${shaded.embedded.jars.dir}" />
  		<jar destfile="${shaded.embedded.jars.dir}/hibernate-all.jar" >
  			<zipfileset src="${embedded.jars.dir}/hibernate-all.jar" />
  			<zipfileset src="${lib.dir}/hibernate-search.jar" />
  		</jar>
  		<jar destfile="${shaded.embedded.jars.dir}/thirdparty-all.jar">
  			<zipfileset src="${embedded.jars.dir}/thirdparty-all.jar" />
  			<zipfileset src="${lib.dir}/lucene-core.jar"/>
  		</jar>
  		<copy file="${embedded.jars.dir}/jboss-embedded.jar" todir="${shaded.embedded.jars.dir}" />
  		<copy file="${embedded.jars.dir}/jboss-embedded-all.jar" todir="${shaded.embedded.jars.dir}" />
  	</target>
  	
  	<target name="installEmbedded" depends="shadeEmbedded">
  		<install pom="${embedded.poms.dir}/shaded/jboss-embedded.pom.xml" jar="${shaded.embedded.jars.dir}/jboss-embedded.jar" />
  		<install pom="${embedded.poms.dir}/shaded/jboss-embedded-all.pom.xml" jar="${shaded.embedded.jars.dir}/jboss-embedded-all.jar" />
  		<install pom="${embedded.poms.dir}/shaded/hibernate-all.pom.xml" jar="${shaded.embedded.jars.dir}/hibernate-all.jar" />
  		<install pom="${embedded.poms.dir}/shaded/thirdparty-all.pom.xml" jar="${shaded.embedded.jars.dir}/thirdparty-all.jar" />
  		<install pom="${embedded.poms.dir}/jboss-embedded.pom.xml" jar="${embedded.jars.dir}/jboss-embedded.jar" />
  		<install pom="${embedded.poms.dir}/jboss-embedded-all.pom.xml" jar="${embedded.jars.dir}/jboss-embedded-all.jar" />
  		<install pom="${embedded.poms.dir}/hibernate-all.pom.xml" jar="${embedded.jars.dir}/hibernate-all.jar" />
  		<install pom="${embedded.poms.dir}/thirdparty-all.pom.xml" jar="${embedded.jars.dir}/thirdparty-all.jar" />
  	</target>
  	
  	<target name="deployEmbeddedSnapshot" depends="initdav, shadeEmbedded">
  		<input addproperty="username" 
  			message="JBoss.org username:" />
  		<input addproperty="password" 
  		    message="JBoss.org password:" />
  		<deploy pom="${embedded.poms.dir}/shaded/jboss-embedded.pom.xml" jar="${shaded.embedded.jars.dir}/jboss-embedded.jar" repositoryId="snapshots.jboss.org" unique="false">
  			<authentication username="${username}" password="${password}" />
  		</deploy>
  		<deploy pom="${embedded.poms.dir}/shaded/jboss-embedded-all.pom.xml" jar="${shaded.embedded.jars.dir}/jboss-embedded-all.jar"  repositoryId="snapshots.jboss.org" unique="false">
  			<authentication username="${username}" password="${password}" />
  		</deploy>
  		<deploy pom="${embedded.poms.dir}/shaded/hibernate-all.pom.xml" jar="${shaded.embedded.jars.dir}/hibernate-all.jar"  repositoryId="snapshots.jboss.org" unique="false">
  			<authentication username="${username}" password="${password}" />
  		</deploy>
  		<deploy pom="${embedded.poms.dir}/shaded/thirdparty-all.pom.xml" jar="${shaded.embedded.jars.dir}/thirdparty-all.jar"  repositoryId="snapshots.jboss.org" unique="false">
  			<authentication username="${username}" password="${password}" />
  		</deploy>
  		<deployWithAttachment pom="${embedded.poms.dir}/jboss-embedded.pom.xml" jar="${embedded.jars.dir}/jboss-embedded.jar" repositoryId="snapshots.jboss.org" attachment="${embedded.dir}/embedded-jboss-${embedded.version}.zip" unique="false">
  			<authentication username="${username}" password="${password}" />
  		</deployWithAttachment>
  		<deploy pom="${embedded.poms.dir}/jboss-embedded-all.pom.xml" jar="${embedded.jars.dir}/jboss-embedded-all.jar"  repositoryId="snapshots.jboss.org" unique="false">
  			<authentication username="${username}" password="${password}" />
  		</deploy>
  		<deploy pom="${embedded.poms.dir}/hibernate-all.pom.xml" jar="${embedded.jars.dir}/hibernate-all.jar"  repositoryId="snapshots.jboss.org" unique="false">
  			<authentication username="${username}" password="${password}" />
  		</deploy>
  		<deploy pom="${embedded.poms.dir}/thirdparty-all.pom.xml" jar="${embedded.jars.dir}/thirdparty-all.jar"  repositoryId="snapshots.jboss.org" unique="false">
  			<authentication username="${username}" password="${password}" />
  		</deploy>
  	</target>
  	
  </project>
  
  



More information about the jboss-cvs-commits mailing list