[portal-commits] JBoss Portal SVN: r8931 - in modules/identity/trunk: build and 1 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Nov 14 15:20:03 EST 2007


Author: bdaw
Date: 2007-11-14 15:20:03 -0500 (Wed, 14 Nov 2007)
New Revision: 8931

Removed:
   modules/identity/trunk/.classpath
   modules/identity/trunk/.project
   modules/identity/trunk/.settings/
   modules/identity/trunk/build/build-thirdparty.xml
Modified:
   modules/identity/trunk/identity/pom.xml
Log:
cleanups

Deleted: modules/identity/trunk/.classpath
===================================================================
--- modules/identity/trunk/.classpath	2007-11-14 19:51:43 UTC (rev 8930)
+++ modules/identity/trunk/.classpath	2007-11-14 20:20:03 UTC (rev 8931)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="identity/src/main"/>
-	<classpathentry kind="src" path="sso/src/main"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
-	<classpathentry kind="lib" path="thirdparty/apache-tomcat/lib/catalina.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jbossas/core-libs/lib/jboss-jmx.jar"/>
-	<classpathentry kind="lib" path="thirdparty/cas/lib/cas-server-3.0.7.jar"/>
-	<classpathentry kind="lib" path="thirdparty/sun-servlet/lib/servlet-api.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar"/>
-	<classpathentry kind="lib" path="thirdparty/opensso/lib/amclientsdk.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
-	<classpathentry kind="lib" path="thirdparty/spring/lib/spring-2.0.3.jar"/>
-	<classpathentry kind="lib" path="thirdparty/apache-log4j/lib/log4j.jar"/>
-	<classpathentry kind="lib" path="thirdparty/hibernate/lib/hibernate3.jar"/>
-	<classpathentry kind="lib" path="thirdparty/cas/lib/casclient.jar"/>
-	<classpathentry kind="lib" path="thirdparty/josso/lib/josso-1.5.jar"/>
-	<classpathentry kind="lib" path="thirdparty/josso/lib/josso-tomcat55-plugin-1.5.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar"/>
-	<classpathentry kind="lib" path="thirdparty/apache-httpclient/lib/commons-httpclient.jar"/>
-	<classpathentry kind="lib" path="thirdparty/junit/lib/junit.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jbossas/core-libs/lib/jbosssx.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar"/>
-	<classpathentry kind="lib" path="thirdparty/sun-opends/lib/OpenDS.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>

Deleted: modules/identity/trunk/.project
===================================================================
--- modules/identity/trunk/.project	2007-11-14 19:51:43 UTC (rev 8930)
+++ modules/identity/trunk/.project	2007-11-14 20:20:03 UTC (rev 8931)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>module-identity</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>

Deleted: modules/identity/trunk/build/build-thirdparty.xml
===================================================================
--- modules/identity/trunk/build/build-thirdparty.xml	2007-11-14 19:51:43 UTC (rev 8930)
+++ modules/identity/trunk/build/build-thirdparty.xml	2007-11-14 20:20:03 UTC (rev 8931)
@@ -1,123 +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/libraries.ent"/>
-
-   
-   <property name="jboss.tasks.path"
-             value="../tools/lib/jbossbuild.jar"/>
-
-   <!-- 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="jbossportal-thirdparty"
-          impltitle="JBossPortal"
-          implversion="jboss-portal-2.6.1.CR1"
-          implvendor="JBoss, a division of Red Hat Inc."
-          implurl="http://www.jboss.org"
-          description="JBoss Portal"
-          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.
-      -->
-
-
-      <!--Embedded stuff-->
-      <componentref name="jbossas/core-libs" version="4.0.4.GA"/>
-
-
-
-      <componentref name="jboss-portal/modules/common" version="trunk-SNAPSHOT"/>
-      <componentref name="jboss-portal/modules/test" version="trunk-SNAPSHOT"/>
-
-      <componentref name="apache-log4j" version="1.2.8"/>
-      <componentref name="apache-logging" version="1.0.5.SP1-jboss"/>
-      <componentref name="apache-xerces" version="2.7.1"/>
-      <componentref name="apache-httpclient" version="3.0.1"/>
-      <componentref name="junit" version="3.8.1"/>
-
-
-
-      <componentref name="jboss/common-core" version="2.2.1.GA"/>
-      <componentref name="jboss/common-logging-log4j" version="2.0.2.GA"/>
-      <componentref name="jboss/common-logging-jdk" version="2.0.2.GA"/>
-      <componentref name="jboss/common-logging-spi" version="2.0.2.GA"/>
-      <componentref name="jboss/aop" version="2.0.0.alpha6"/>
-      <componentref name="jboss/security" version="2.0.0.GA"/>
-      <componentref name="jboss/jboss-jacc-api" version="1.1-SNAPSHOT"/>
-      <componentref name="jboss/jboss-transaction-api" version="1.0.1-SNAPSHOT"/>		
-
-
-      <componentref name="trove" version="1.0.2"/>
-      <componentref name="apache-xerces" version="2.7.1"/>
-
-
-
-      <componentref name="jboss/microcontainer" version="2.0.0.Beta4"/>
-      <componentref name="jboss/backport-concurrent" version="2.1.0.GA"/>
-      <componentref name="jboss/jbossxb" version="2.0.0.CR4"/>
-      <componentref name="jboss/test" version="1.0.0.CR1"/>
-      <componentref name="sleepycat" version="3.0.12"/>
-      <componentref name="hibernate" version="3.2.0.CR2"/>
-      <componentref name="sun-opends" version="snapshot"/>
-      <componentref name="sun-servlet" version="2.4"/>
-      <componentref name="sun-jaf" version="1.0.2"/>
-
-
-      <componentref name="apache-collections" version="3.1"/>
-      <componentref name="antlr" version="2.7.6.ga"/>
-      <componentref name="asm" version="1.5.3"/>
-      <componentref name="cglib" version="2.1.3"/>
-      <componentref name="hsqldb" version="1.8.0.2"/>
-
-      <componentref name="cas" version="3.0.7"/>
-      <componentref name="josso" version="1.5"/>
-      <componentref name="apache-tomcat" version="5.5.20"/>
-      <componentref name="spring" version="2.0.3"/>
-      <componentref name="opensso" version="20070905-nightly"/>
-
-
-   </build>
-
-   <synchronizeinfo/>
-   
-   <target name="generate-lib-file"
-           description="generate libraries.ent and thirdparty license info"
-           depends="synchronize">
-            <gen-lib-file filename="${generatedLibrariesFiles}"/>
-         <visit-componentref-graph
-            componentVisitor="org.jboss.ant.util.graph.ComponentRefGraphLicenseVisitor"/>
-   </target>
-
-   <!-- Generate the targets -->
-   <generate generate="jbossportal-thirdparty"/>
-
-   
-
-</project>

Modified: modules/identity/trunk/identity/pom.xml
===================================================================
--- modules/identity/trunk/identity/pom.xml	2007-11-14 19:51:43 UTC (rev 8930)
+++ modules/identity/trunk/identity/pom.xml	2007-11-14 20:20:03 UTC (rev 8931)
@@ -137,16 +137,6 @@
          <!--<scope>test</scope>-->
       </dependency>
       <dependency>
-         <groupId>jboss</groupId>
-         <artifactId>jboss-remoting</artifactId>
-         <!--<scope>test</scope>-->
-      </dependency>
-      <dependency>
-         <groupId>apache-httpclient</groupId>
-         <artifactId>commons-httpclient</artifactId>
-         <!--<scope>test</scope>-->
-      </dependency>
-      <dependency>
          <groupId>org.jboss.unit</groupId>
          <artifactId>opends</artifactId>
          <version>1.1.0-SNAPSHOT</version>




More information about the portal-commits mailing list