[jboss-cvs] JBossAS SVN: r74117 - in trunk: testsuite/imports/sections and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 4 18:28:09 EDT 2008


Author: mmoyses
Date: 2008-06-04 18:28:09 -0400 (Wed, 04 Jun 2008)
New Revision: 74117

Modified:
   trunk/component-matrix/pom.xml
   trunk/testsuite/imports/sections/security.xml
   trunk/thirdparty/pom.xml
Log:
JBAS-5584

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-06-04 22:27:15 UTC (rev 74116)
+++ trunk/component-matrix/pom.xml	2008-06-04 22:28:09 UTC (rev 74117)
@@ -1743,12 +1743,6 @@
       </dependency>
       
       <dependency>
-        <groupId>sun-opends</groupId>
-        <artifactId>OpenDS</artifactId>
-        <version>0.1.0.build016</version>
-      </dependency>
-      
-      <dependency>
         <groupId>org.jboss.security</groupId>
         <artifactId>jboss-sunxacml</artifactId>
         <version>2.0.2.GA</version>

Modified: trunk/testsuite/imports/sections/security.xml
===================================================================
--- trunk/testsuite/imports/sections/security.xml	2008-06-04 22:27:15 UTC (rev 74116)
+++ trunk/testsuite/imports/sections/security.xml	2008-06-04 22:28:09 UTC (rev 74117)
@@ -368,29 +368,5 @@
        </fileset>
      </jar>
 
-   	<!-- opends-integration.jar -->
-   	      <jar destfile="${build.lib}/opends-integration.jar"> 
-   	         <fileset dir="${build.resources}/security/opends">
-   	           <include name="config/**"/>
-   	           <include name="locks"/>
-   	         </fileset> 
-   	      </jar>
-    	
-     <!-- opends.sar -->
-      <jar destfile="${build.lib}/opends.sar">
-         <metainf dir="${build.resources}/security/opends/META-INF"/>
-         <fileset dir="${build.classes}">
-            <include name="org/jboss/test/security/test/opends/OpenDS*.class"/>
-         </fileset>
-      	<fileset dir="${build.lib}">
-      	   	 <include name="opends-integration.jar"/> 
-        </fileset> 
-         <fileset dir="${sun.opends.lib}">
-            <include name="OpenDS.jar"/>
-         </fileset>
-         <fileset dir="${sleepycat.lib}">
-            <include name="je.jar"/>
-         </fileset>
-      </jar>
    </target>
 </project>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-06-04 22:27:15 UTC (rev 74116)
+++ trunk/thirdparty/pom.xml	2008-06-04 22:28:09 UTC (rev 74117)
@@ -1686,10 +1686,6 @@
     <version>1.2</version>
     </dependency>-->
     <dependency>
-      <groupId>sun-opends</groupId>
-      <artifactId>OpenDS</artifactId>
-    </dependency>
-    <dependency>
       <groupId>sun-jaxws</groupId>
       <artifactId>FastInfoset</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list