[jboss-cvs] JBossAS SVN: r63187 - projects/security/security-jboss-sx/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 22 16:44:45 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-05-22 16:44:45 -0400 (Tue, 22 May 2007)
New Revision: 63187

Modified:
   projects/security/security-jboss-sx/trunk/.classpath
   projects/security/security-jboss-sx/trunk/pom.xml
Log:
remove deps

Modified: projects/security/security-jboss-sx/trunk/.classpath
===================================================================
--- projects/security/security-jboss-sx/trunk/.classpath	2007-05-22 19:59:01 UTC (rev 63186)
+++ projects/security/security-jboss-sx/trunk/.classpath	2007-05-22 20:44:45 UTC (rev 63187)
@@ -9,13 +9,11 @@
 	<classpathentry kind="var" path="M2_REPO/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-security-spi/2.0.0.snapshot/jboss-security-spi-2.0.0.snapshot.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-j2ee/SNAPSHOT/jboss-j2ee-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jnpserver/5.0-SNAPSHOT/jnpserver-5.0-SNAPSHOT.jar"/>
 	<classpathentry kind="var" path="M2_REPO/sun-xacml/sunxacml-support/2.0/sunxacml-support-2.0.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-j2se/5.0-SNAPSHOT/jboss-j2se-5.0-SNAPSHOT.jar"/>
 	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-common-core/2.0.2.GA/jboss-common-core-2.0.2.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-logging-spi/2.0.2.GA/jboss-logging-spi-2.0.2.GA.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-system/5.0-SNAPSHOT/jboss-system-5.0-SNAPSHOT.jar"/>
 	<classpathentry kind="var" path="M2_REPO/javax/mail/mail/1.4/mail-1.4.jar"/>
 	<classpathentry kind="var" path="M2_REPO/javassist/javassist/3.4.GA/javassist-3.4.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>

Modified: projects/security/security-jboss-sx/trunk/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/pom.xml	2007-05-22 19:59:01 UTC (rev 63186)
+++ projects/security/security-jboss-sx/trunk/pom.xml	2007-05-22 20:44:45 UTC (rev 63187)
@@ -121,35 +121,6 @@
                       </execution>
                    </executions>
                 </plugin>
-         
-                <!-- handle the retrieval and unpacking of dependencies required for the sar -->
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>dependency-maven-plugin</artifactId>
-                    <executions>
-                        <execution>
-                           <id>unpack-jboss</id>
-                           <phase>process-classes</phase>
-                           <goals>
-                              <goal>unpack</goal>
-                           </goals>
-                           <configuration>
-                               <artifactItems>
-                                 <artifactItem>
-                                    <groupId>jboss</groupId>
-                                    <artifactId>jboss</artifactId>
-                                    <version>5.0-SNAPSHOT</version>
-                                    <type>jar</type>
-                                    <outputDirectory>${project.build.directory}/dependencies</outputDirectory>
-                                </artifactItem>
-                              </artifactItems>
-                              <outputDirectory>${project.build.directory}</outputDirectory>
-                              <overWriteReleases>false</overWriteReleases>
-                              <overWriteSnapshots>true</overWriteSnapshots>
-                           </configuration>
-                        </execution>
-                  </executions>
-               </plugin>
 
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>




More information about the jboss-cvs-commits mailing list