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/10/30 14:50:12 UTC

svn commit: r329566 - /geronimo/trunk/modules/management/project.xml

Author: ammulder
Date: Sun Oct 30 05:49:53 2005
New Revision: 329566

URL: http://svn.apache.org/viewcvs?rev=329566&view=rev
Log:
Set the EOL style to Native

Modified:
    geronimo/trunk/modules/management/project.xml   (contents, props changed)

Modified: geronimo/trunk/modules/management/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/management/project.xml?rev=329566&r1=329565&r2=329566&view=diff
==============================================================================
--- geronimo/trunk/modules/management/project.xml (original)
+++ geronimo/trunk/modules/management/project.xml Sun Oct 30 05:49:53 2005
@@ -1 +1,58 @@
-<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright 2004 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: 57362 $ $Date: 2004-11-10 15:40:05 -0500 (Wed, 10 Nov 2004) $ -->

<project>
    <pomVersion>3</pomVersion>
    <extend>../../etc/project.xml</extend>

    <!-- ===================== -->
    <!-- Module Identification -->
    <!-- ===================== -->

    <name>Geronimo :: Management API</name>
    <id>geronimo
 -management</id>
    <shortDescription>Geronimo Management API</shortDescription>
    <description>Contains interfaces that define the management API for
      Geronimo</description>
    <package>org.apache.geronimo.management</package>

    <!-- ============ -->
    <!-- Dependencies -->
    <!-- ============ -->

    <dependencies>
        <!-- Module Dependencies -->
        <dependency>
            <groupId>geronimo-spec</groupId>
            <artifactId>geronimo-spec-j2ee-management</artifactId>
            <version>${geronimo_spec_j2ee_management_version}</version>
        </dependency>
    </dependencies>

    <build>
        <resources>
        </resources>
        <unitTest>
            <includes>
                <include>**/*Test.java</include>
            </includes>
        </unitTest>
    </build>
</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 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: 57362 $ $Date: 2004-11-10 15:40:05 -0500 (Wed, 10 Nov 2004) $ -->
+
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../../etc/project.xml</extend>
+
+    <!-- ===================== -->
+    <!-- Module Identification -->
+    <!-- ===================== -->
+
+    <name>Geronimo :: Management API</name>
+    <id>geronimo-management</id>
+    <shortDescription>Geronimo Management API</shortDescription>
+    <description>Contains interfaces that define the management API for
+      Geronimo</description>
+    <package>org.apache.geronimo.management</package>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- Module Dependencies -->
+        <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-j2ee-management</artifactId>
+            <version>${geronimo_spec_j2ee_management_version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+        </resources>
+        <unitTest>
+            <includes>
+                <include>**/*Test.java</include>
+            </includes>
+        </unitTest>
+    </build>
+</project>

Propchange: geronimo/trunk/modules/management/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native