[jboss-cvs] JBossAS SVN: r80944 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 13 13:25:48 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-13 13:25:48 -0500 (Thu, 13 Nov 2008)
New Revision: 80944

Removed:
   trunk/testsuite/build-thirdparty-old.xml
Log:
remove the unused build-thirdparty-old.xml

Deleted: trunk/testsuite/build-thirdparty-old.xml
===================================================================
--- trunk/testsuite/build-thirdparty-old.xml	2008-11-13 16:41:07 UTC (rev 80943)
+++ trunk/testsuite/build-thirdparty-old.xml	2008-11-13 18:25:48 UTC (rev 80944)
@@ -1,60 +0,0 @@
-<?xml version="1.0"?>
-
-<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/testsuite-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-maven-ant-tasks" version="2.0.8"/>
-      <componentref name="httpunit" version="1.6"/>
-   </build>
-
-   <synchronizeinfo/>
-
-   <!-- Generate the targets -->
-   <generate generate="jbossas-thirdparty"/>
-
-   <target name="generate-lib-file"
-      description="generate testsuite-libraries.ent" 
-      depends="synchronize">
-         <gen-lib-file filename="${generatedLibrariesFiles}" />
-    </target>
-    
-</project>




More information about the jboss-cvs-commits mailing list