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 2007/10/19 02:41:59 UTC

svn commit: r586198 - in /geronimo/samples/trunk/samples/myphonebook: myphonebook-war/src/main/java/ pom.xml

Author: gawor
Date: Thu Oct 18 17:41:58 2007
New Revision: 586198

URL: http://svn.apache.org/viewvc?rev=586198&view=rev
Log:
some cleanup

Removed:
    geronimo/samples/trunk/samples/myphonebook/myphonebook-war/src/main/java/
Modified:
    geronimo/samples/trunk/samples/myphonebook/pom.xml

Modified: geronimo/samples/trunk/samples/myphonebook/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/myphonebook/pom.xml?rev=586198&r1=586197&r2=586198&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/myphonebook/pom.xml (original)
+++ geronimo/samples/trunk/samples/myphonebook/pom.xml Thu Oct 18 17:41:58 2007
@@ -39,29 +39,31 @@
         Geronimo myphonebook sample created from an archetype.
     </description>
     
-	<modules>
+    <modules>
         <module>myphonebook-ejb</module>
         <module>myphonebook-war</module>
         <module>myphonebook-ear</module>
     </modules>
-	
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-jpa_3.0_spec</artifactId>
-			<version>1.1</version>
-			<type>jar</type>
-		</dependency>
+        
+        <dependencies>
+                <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-jpa_3.0_spec</artifactId>
+                        <version>1.1</version>
+                        <type>jar</type>
+                        <scope>provided</scope>
+                </dependency>
 
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-annotation_1.0_spec</artifactId>
-			<version>1.1</version>
-			<type>jar</type>
-		</dependency>
-	</dependencies>
+                <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-annotation_1.0_spec</artifactId>
+                        <version>1.1</version>
+                        <type>jar</type>
+                        <scope>provided</scope>
+                </dependency>
+        </dependencies>
 
-   <build>
+    <build>
         <plugins>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>