[Jboss-cvs] JBossAS SVN: r56685 - in projects/security: . trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 8 16:39:40 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-09-08 16:39:40 -0400 (Fri, 08 Sep 2006)
New Revision: 56685

Added:
   projects/security/trunk/build-thirdparty.xml
Removed:
   projects/security/build-thirdparty.xml
Log:
move to trunk

Deleted: projects/security/build-thirdparty.xml
===================================================================
--- projects/security/build-thirdparty.xml	2006-09-08 20:39:24 UTC (rev 56684)
+++ projects/security/build-thirdparty.xml	2006-09-08 20:39:40 UTC (rev 56685)
@@ -1,74 +0,0 @@
-<?xml version="1.0"?>
-<!-- $Id: build-thirdparty.xml,v 1.113 2006/05/23 23:19:24 jgreene Exp $ -->
-<project name="main.build"
-          default="synchronize"
-          basedir=".">
-
-   <!-- Property File definitions -->
-   <property file="local.properties"/>
-   <property file="synchronize.properties"/>
-   <property environment="env"/>
-
-   <!-- Property Definitions -->
-   <property name="generatedLibrariesFiles" value="thirdparty/libraries.ent"/>
-
-   <!-- Allow jbossbuild.repository to be set from (in order or priority)
-      + Command line -Djbossbuild.repository=...
-      + synchronize.properties jbossbuild.repository setting
-      + JBOSS_REPOSITORY environment variable
-   -->
-   <condition property="jbossbuild.repository" value="${env.JBOSS_REPOSITORY}">
-      <isset property="env.JBOSS_REPOSITORY"/>
-   </condition>
-   <!-- Fall back to default -->
-   <property name="jbossbuild.repository" value="http://repository.jboss.com"/>
-
-   <!-- File Imports -->
-   <import file="tools/etc/jbossbuild/tasks.xml"/>
-
-
-   <!-- Main Definition of dependencies -->
-   <build id="jbossas-thirdparty"
-          impltitle="JBossAS"
-          implversion="jboss-head"
-          implvendor="JBoss Inc."
-          implurl="http://www.jboss.org"
-          description="JBoss Application Server"
-          cvsroot="${cvs.prefix}@cvs.forge.jboss.com:/cvsroot/jboss"
-          thirdpartypath="thirdparty/"
-          location="${jbossbuild.repository}"
-          targetdefs="targets">
-
-      <!--
-        The repository is in CVS under the module repository.jboss.com whose contents
-        are pushed to the http://repository.jboss.com site.
-      -->
-      <componentref name="apache-log4j" version="1.2.8"/> 
-      <componentref name="apache-xerces" version="2.7.1"/>
-      <componentref name="dom4j" version="1.5"/>
-      <componentref name="hsqldb" version="1.8.0.2"/>
-      <componentref name="javassist" version="snapshot"/>
-      <componentref name="jboss/common" version="1.0.2"/>
-      <componentref name="jboss/jbossxb" version="1.0.0.CR6"/>
-      <componentref name="junit" version="3.8.1"/>
-      <componentref name="oswego-concurrent" version="1.3.4"/>
-      <componentref name="sun-javacc" version="3.2"/>
-      <componentref name="sun-javamail" version="1.4"/>
-      <componentref name="sun-xacml" version="2.0"/>
-   </build>
-
-   <synchronizeinfo/>
-
-   <!-- Generate the targets -->
-   <generate generate="jbossas-thirdparty"/>
-
-
-   <target name="generate-lib-file"
-      description="generate libraries.ent and thirdparty license info"
-      depends="synchronize">
-         <gen-lib-file filename="${generatedLibrariesFiles}" path="tools/etc/buildmagic/" />
-      <visit-componentref-graph
-         componentVisitor="org.jboss.ant.util.graph.ComponentRefGraphLicenseVisitor" />
-   </target>
-
-</project>

Copied: projects/security/trunk/build-thirdparty.xml (from rev 56684, projects/security/build-thirdparty.xml)




More information about the jboss-cvs-commits mailing list