Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 4a3d6bd2f00ba8bc846cdb8dbca98f3a > files > 1

jaxb2-common-basics-0.6.3-5.mga3.src.rpm

diff -Nru jaxb2-common-basics-0.6.3/annotate/pom.xml jaxb2-common-basics-0.6.3-gil/annotate/pom.xml
--- jaxb2-common-basics-0.6.3/annotate/pom.xml	2011-10-09 13:00:57.000000000 +0200
+++ jaxb2-common-basics-0.6.3-gil/annotate/pom.xml	2012-03-31 16:45:32.390746747 +0200
@@ -37,11 +37,11 @@
 			<artifactId>jaxb-xjc</artifactId>
 			<scope>provided</scope>
 		</dependency>
-		<dependency>
+		<!--dependency>
 			<groupId>org.jvnet.jaxb2.maven2</groupId>
 			<artifactId>maven-jaxb2-plugin-testing</artifactId>
 			<scope>test</scope>
-		</dependency>
+		</dependency-->
 		<!-- Annox -->
 		<dependency>
 			<groupId>org.jvnet.annox</groupId>
diff -Nru jaxb2-common-basics-0.6.3/basic/pom.xml jaxb2-common-basics-0.6.3-gil/basic/pom.xml
--- jaxb2-common-basics-0.6.3/basic/pom.xml	2011-10-09 13:00:57.000000000 +0200
+++ jaxb2-common-basics-0.6.3-gil/basic/pom.xml	2012-03-31 16:46:19.345747002 +0200
@@ -32,11 +32,11 @@
 			<artifactId>jaxb-xjc</artifactId>
 			<scope>provided</scope>
 		</dependency>
-		<dependency>
+		<!--dependency>
 			<groupId>org.jvnet.jaxb2.maven2</groupId>
 			<artifactId>maven-jaxb2-plugin-testing</artifactId>
 			<scope>test</scope>
-		</dependency>
+		</dependency-->
 	</dependencies>
 	<build>
 		<defaultGoal>install</defaultGoal>
diff -Nru jaxb2-common-basics-0.6.3/pom.xml jaxb2-common-basics-0.6.3-gil/pom.xml
--- jaxb2-common-basics-0.6.3/pom.xml	2011-10-09 13:00:57.000000000 +0200
+++ jaxb2-common-basics-0.6.3-gil/pom.xml	2012-03-31 17:00:54.380751749 +0200
@@ -81,7 +81,7 @@
 		<module>basic</module>
 		<module>annotate</module>
 	</modules>
-	<profiles>
+	<!--profiles>
 		<profile>
 			<id>samples</id>
 			<activation>
@@ -115,7 +115,7 @@
 				<module>dist</module>
 			</modules>
 		</profile>
-	</profiles>
+	</profiles-->
 	<properties>
 		<jaxb.version>2.2.4-1</jaxb.version>
 		<maven-jaxb2-plugin.version>0.8.0</maven-jaxb2-plugin.version>
@@ -163,14 +163,14 @@
 			<!-- Maven JAXB2 Plugin -->
 			<dependency>
 				<groupId>org.jvnet.jaxb2.maven2</groupId>
-				<artifactId>maven-jaxb2-plugin</artifactId>
+				<artifactId>maven-jaxb22-plugin</artifactId>
 				<version>${maven-jaxb2-plugin.version}</version>
 			</dependency>
-			<dependency>
+			<!--dependency>
 				<groupId>org.jvnet.jaxb2.maven2</groupId>
 				<artifactId>maven-jaxb2-plugin-testing</artifactId>
 				<version>${maven-jaxb2-plugin.version}</version>
-			</dependency>
+			</dependency-->
 			<!-- Annox -->
 			<dependency>
 				<groupId>org.jvnet.annox</groupId>
@@ -250,11 +250,11 @@
 				<version>1.2.13</version>
 			</dependency>
 			<!-- Spring -->
-			<dependency>
+			<!--dependency>
 				<groupId>org.springframework</groupId>
 				<artifactId>spring</artifactId>
 				<version>2.0.7</version>
-			</dependency>
+			</dependency-->
 			<!-- XMLUnit -->
 			<dependency>
 				<groupId>xmlunit</groupId>
@@ -325,9 +325,9 @@
 							<scope>runtime</scope>
 						</dependency>
 						<dependency>
-							<groupId>ant</groupId>
-							<artifactId>ant-optional</artifactId>
-							<version>1.5.3-1</version>
+							<groupId>org.apache.ant</groupId>
+							<artifactId>ant</artifactId>
+							<version>1.7.0</version>
 						</dependency>
 					</dependencies>
 				</plugin>
diff -Nru jaxb2-common-basics-0.6.3/runtime/pom.xml jaxb2-common-basics-0.6.3-gil/runtime/pom.xml
--- jaxb2-common-basics-0.6.3/runtime/pom.xml	2011-10-09 13:00:57.000000000 +0200
+++ jaxb2-common-basics-0.6.3-gil/runtime/pom.xml	2012-03-31 16:47:39.235747435 +0200
@@ -33,12 +33,12 @@
 			<artifactId>commons-io</artifactId>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
+		<!--dependency>
 			<groupId>com.vividsolutions</groupId>
 			<artifactId>jts</artifactId>
 			<version>1.8</version>
 			<scope>test</scope>
-		</dependency>
+		</dependency-->
 	</dependencies>
 	<build>
 		<defaultGoal>install</defaultGoal>
diff -Nru jaxb2-common-basics-0.6.3/tests/pom.xml jaxb2-common-basics-0.6.3-gil/tests/pom.xml
--- jaxb2-common-basics-0.6.3/tests/pom.xml	2011-10-09 13:00:57.000000000 +0200
+++ jaxb2-common-basics-0.6.3-gil/tests/pom.xml	2012-03-31 16:50:29.700748360 +0200
@@ -56,7 +56,7 @@
 			<plugins>
 				<plugin>
 					<groupId>org.jvnet.jaxb2.maven2</groupId>
-					<artifactId>maven-jaxb2-plugin</artifactId>
+					<artifactId>maven-jaxb22-plugin</artifactId>
 					<executions>
 						<execution>
 							<goals>
diff -Nru jaxb2-common-basics-0.6.3/tools/pom.xml jaxb2-common-basics-0.6.3-gil/tools/pom.xml
--- jaxb2-common-basics-0.6.3/tools/pom.xml	2011-10-09 13:00:57.000000000 +0200
+++ jaxb2-common-basics-0.6.3-gil/tools/pom.xml	2012-03-31 16:48:51.813747829 +0200
@@ -39,11 +39,11 @@
 			<artifactId>jaxb-xjc</artifactId>
 			<scope>provided</scope>
 		</dependency>
-		<dependency>
+		<!--dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring</artifactId>
 			<scope>provided</scope>
-		</dependency>
+		</dependency-->
 	</dependencies>
 	<build>
 		<defaultGoal>install</defaultGoal>