You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/12/11 04:10:24 UTC

svn commit: r355883 - in /geronimo/trunk: applications/ldap-realm-demo/project.properties configs/ldap-demo-jetty/project.xml configs/ldap-demo-tomcat/project.xml

Author: ammulder
Date: Sat Dec 10 19:10:22 2005
New Revision: 355883

URL: http://svn.apache.org/viewcvs?rev=355883&view=rev
Log:
Try again to fix the LDAP demo stuff

Added:
    geronimo/trunk/applications/ldap-realm-demo/project.properties   (with props)
Modified:
    geronimo/trunk/configs/ldap-demo-jetty/project.xml
    geronimo/trunk/configs/ldap-demo-tomcat/project.xml

Added: geronimo/trunk/applications/ldap-realm-demo/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/ldap-realm-demo/project.properties?rev=355883&view=auto
==============================================================================
--- geronimo/trunk/applications/ldap-realm-demo/project.properties (added)
+++ geronimo/trunk/applications/ldap-realm-demo/project.properties Sat Dec 10 19:10:22 2005
@@ -0,0 +1,23 @@
+##
+##
+##   Copyright 2005 The Apache Software Foundation
+##
+##   Licensed under the Apache License, Version 2.0 (the "License");
+##   you may not use this file except in compliance with the License.
+##   You may obtain a copy of the License at
+##
+##       http://www.apache.org/licenses/LICENSE-2.0
+##
+##   Unless required by applicable law or agreed to in writing, software
+##   distributed under the License is distributed on an "AS IS" BASIS,
+##   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+##   See the License for the specific language governing permissions and
+##   limitations under the License.
+##
+
+##
+## $Rev: 151530 $ $Date: 2005-02-05 15:47:24 -0800 (Sat, 05 Feb 2005) $
+##
+
+maven.multiproject.type=war
+geronimo.packaging.moduleFile=${maven.build.dir}/${maven.final.name}.war

Propchange: geronimo/trunk/applications/ldap-realm-demo/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/configs/ldap-demo-jetty/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/ldap-demo-jetty/project.xml?rev=355883&r1=355882&r2=355883&view=diff
==============================================================================
--- geronimo/trunk/configs/ldap-demo-jetty/project.xml (original)
+++ geronimo/trunk/configs/ldap-demo-jetty/project.xml Sat Dec 10 19:10:22 2005
@@ -223,6 +223,14 @@
             <artifactId>org.mortbay.jetty</artifactId>
             <version>${jetty_version}</version>
         </dependency>
+
+        <!-- The WAR has to be built first -->
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-ldap-demo</artifactId>
+            <version>${geronimo_version}</version>
+            <type>war</type>
+        </dependency>
     </dependencies>
 </project>
 

Modified: geronimo/trunk/configs/ldap-demo-tomcat/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/ldap-demo-tomcat/project.xml?rev=355883&r1=355882&r2=355883&view=diff
==============================================================================
--- geronimo/trunk/configs/ldap-demo-tomcat/project.xml (original)
+++ geronimo/trunk/configs/ldap-demo-tomcat/project.xml Sat Dec 10 19:10:22 2005
@@ -215,6 +215,14 @@
             <version>${activeio_version}</version>
         </dependency>
 
+        <!-- The WAR has to be built first -->
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-ldap-demo</artifactId>
+            <version>${geronimo_version}</version>
+            <type>war</type>
+        </dependency>
+
     </dependencies>
 </project>