[jboss-cvs] Picketlink SVN: r1471 - in social/trunk/webapps: openid-consumer/resources/WEB-INF and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 2 11:42:09 EST 2012


Author: anil.saldhana at jboss.com
Date: 2012-03-02 11:42:09 -0500 (Fri, 02 Mar 2012)
New Revision: 1471

Added:
   social/trunk/webapps/openid-consumer/resources/WEB-INF/classes/
   social/trunk/webapps/openid-provider/resources/WEB-INF/classes/
Modified:
   social/trunk/webapps/openid-consumer/pom.xml
   social/trunk/webapps/openid-provider/pom.xml
   social/trunk/webapps/picketlink-reg/pom.xml
   social/trunk/webapps/picketlink-reg/resources/WEB-INF/context.xml
Log:
remove .svn from packaging

Modified: social/trunk/webapps/openid-consumer/pom.xml
===================================================================
--- social/trunk/webapps/openid-consumer/pom.xml	2012-03-02 15:22:28 UTC (rev 1470)
+++ social/trunk/webapps/openid-consumer/pom.xml	2012-03-02 16:42:09 UTC (rev 1471)
@@ -27,11 +27,11 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.0.2</version>
           <configuration>
             <warName>openid-consumer</warName>
             <webappDirectory>${basedir}/resources/</webappDirectory>
             <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+            <packagingExcludes>**/.svn/</packagingExcludes>
           </configuration>
         </plugin>
      </plugins>

Modified: social/trunk/webapps/openid-provider/pom.xml
===================================================================
--- social/trunk/webapps/openid-provider/pom.xml	2012-03-02 15:22:28 UTC (rev 1470)
+++ social/trunk/webapps/openid-provider/pom.xml	2012-03-02 16:42:09 UTC (rev 1471)
@@ -27,11 +27,11 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.0.2</version>
           <configuration>
             <warName>openid-provider</warName>
             <webappDirectory>${basedir}/resources/</webappDirectory>
             <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+            <packagingExcludes>**/.svn/</packagingExcludes>
           </configuration>
         </plugin>
      </plugins>

Modified: social/trunk/webapps/picketlink-reg/pom.xml
===================================================================
--- social/trunk/webapps/picketlink-reg/pom.xml	2012-03-02 15:22:28 UTC (rev 1470)
+++ social/trunk/webapps/picketlink-reg/pom.xml	2012-03-02 16:42:09 UTC (rev 1471)
@@ -27,11 +27,11 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.0.2</version>
           <configuration>
             <warName>picketlink-reg</warName>
             <webappDirectory>${basedir}/resources/</webappDirectory>
             <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+            <packagingExcludes>**/.svn/</packagingExcludes>
           </configuration>
         </plugin>
      </plugins>

Modified: social/trunk/webapps/picketlink-reg/resources/WEB-INF/context.xml
===================================================================
--- social/trunk/webapps/picketlink-reg/resources/WEB-INF/context.xml	2012-03-02 15:22:28 UTC (rev 1470)
+++ social/trunk/webapps/picketlink-reg/resources/WEB-INF/context.xml	2012-03-02 16:42:09 UTC (rev 1471)
@@ -2,8 +2,8 @@
     <Valve className="org.picketlink.social.auth.ExternalAuthenticator" 
            returnURL="http://localhost:8080/picketlink-reg/auth"
            scope="email"
-           clientID="193791340666726"
-           clientSecret="b6d74e738c5ab1989d9f45c270c5bac6"
+           clientID="some_client_auth"
+           clientSecret="some_client_secret"
            roleString="user"/>
     <Valve className="org.picketlink.social.reg.RegistrationValve"/>
 </Context>



More information about the jboss-cvs-commits mailing list