You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/01/24 19:58:28 UTC

svn commit: r614959 - in /geronimo/server/trunk/framework/modules/geronimo-system: pom.xml src/main/resources/

Author: gawor
Date: Thu Jan 24 10:58:25 2008
New Revision: 614959

URL: http://svn.apache.org/viewvc?rev=614959&view=rev
Log:
removed duplicated/old schema files and also ensure the schema files in src/main/xsd get included in the jar file so they end up in the <assembly>/schema directory

Removed:
    geronimo/server/trunk/framework/modules/geronimo-system/src/main/resources/
Modified:
    geronimo/server/trunk/framework/modules/geronimo-system/pom.xml

Modified: geronimo/server/trunk/framework/modules/geronimo-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-system/pom.xml?rev=614959&r1=614958&r2=614959&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-system/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-system/pom.xml Thu Jan 24 10:58:25 2008
@@ -97,6 +97,16 @@
     </dependencies>
 
     <build>
+
+        <resources>
+            <resource>
+                <directory>src/main</directory>
+                <includes>
+                    <include>xsd/*</include>
+                </includes>
+            </resource>
+        </resources>
+
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>