You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/09/17 17:51:32 UTC

svn commit: r1524102 - in /syncope/trunk/core: pom.xml src/main/webapp/WEB-INF/glassfish-web.xml

Author: ilgrosso
Date: Tue Sep 17 15:51:31 2013
New Revision: 1524102

URL: http://svn.apache.org/r1524102
Log:
Adjusting support for Glassfish 4.0

Modified:
    syncope/trunk/core/pom.xml
    syncope/trunk/core/src/main/webapp/WEB-INF/glassfish-web.xml

Modified: syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/pom.xml?rev=1524102&r1=1524101&r2=1524102&view=diff
==============================================================================
--- syncope/trunk/core/pom.xml (original)
+++ syncope/trunk/core/pom.xml Tue Sep 17 15:51:31 2013
@@ -1018,9 +1018,9 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>glassfish3x</containerId>
+                <containerId>glassfish4x</containerId>
                 <zipUrlInstaller>
-                  <url>http://download.java.net/glassfish/3.1.2.2/release/glassfish-3.1.2.2.zip</url>
+                  <url>http://download.java.net/glassfish/4.0/release/glassfish-4.0.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>

Modified: syncope/trunk/core/src/main/webapp/WEB-INF/glassfish-web.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/src/main/webapp/WEB-INF/glassfish-web.xml?rev=1524102&r1=1524101&r2=1524102&view=diff
==============================================================================
--- syncope/trunk/core/src/main/webapp/WEB-INF/glassfish-web.xml (original)
+++ syncope/trunk/core/src/main/webapp/WEB-INF/glassfish-web.xml Tue Sep 17 15:51:31 2013
@@ -16,7 +16,6 @@ software distributed under the License i
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 -->
 <!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD 
 GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">