da8646c271
- Drop support for GCJ ahead of time compilation. - Fix RHBZ #627688, RHBZ #631076 - This project now builds with maven instead of ant. - The new build in this release aggregates javadocs, so now we have one javadoc package that obsoletes the many javadoc packages we had before. - Use new jar names that upstream use, provide the old names. - Misc other changes for guideline compliance.
25 lines
687 B
Diff
25 lines
687 B
Diff
--- pom.xml.orig 2009-06-10 19:33:50.000000000 +0100
|
|
+++ pom.xml 2010-09-18 13:16:55.901247026 +0100
|
|
@@ -62,6 +62,7 @@
|
|
<module>msv</module>
|
|
<module>generator</module>
|
|
<module>rngconverter</module>
|
|
+ <module>relames</module>
|
|
</modules>
|
|
|
|
<profiles>
|
|
@@ -188,13 +189,6 @@
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
- <extensions>
|
|
- <extension>
|
|
- <groupId>org.jvnet.wagon-svn</groupId>
|
|
- <artifactId>wagon-svn</artifactId>
|
|
- <version>1.8</version>
|
|
- </extension>
|
|
- </extensions>
|
|
</build>
|
|
<reporting>
|
|
<plugins>
|