You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/01/17 09:16:07 UTC

svn commit: r496956 - /incubator/cayenne/main/trunk/framework/cayenne-agent/pom.xml

Author: aadamchik
Date: Wed Jan 17 00:16:06 2007
New Revision: 496956

URL: http://svn.apache.org/viewvc?view=rev&rev=496956
Log:
reformatting , no change

Modified:
    incubator/cayenne/main/trunk/framework/cayenne-agent/pom.xml

Modified: incubator/cayenne/main/trunk/framework/cayenne-agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/framework/cayenne-agent/pom.xml?view=diff&rev=496956&r1=496955&r2=496956
==============================================================================
--- incubator/cayenne/main/trunk/framework/cayenne-agent/pom.xml (original)
+++ incubator/cayenne/main/trunk/framework/cayenne-agent/pom.xml Wed Jan 17 00:16:06 2007
@@ -7,9 +7,9 @@
 	to you 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
-
+	
+	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
@@ -56,17 +56,17 @@
 				</configuration>
 			</plugin>
 			<plugin>
-                                <artifactId>maven-source-plugin</artifactId>
-                                <executions>
-                                        <execution>
-                                                <id>bundle-source-jar</id>
-                                                <phase>package</phase>
-                                                <goals>
-                                                        <goal>jar</goal>
-                                                </goals>
-                                        </execution>
-                                </executions>
-                        </plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-source-jar</id>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
 		</plugins>
 
 	</build>