Author: dkulp Date: Fri Jul 24 14:29:36 2009 New Revision: 797485 URL: http://svn.apache.org/viewvc?rev=797485&view=rev Log: Merged revisions 797464 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes
................ r797464 | dkulp | 2009-07-24 10:04:15 -0400 (Fri, 24 Jul 2009) | 10 lines Merged revisions 797442 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r797442 | dkulp | 2009-07-24 09:31:23 -0400 (Fri, 24 Jul 2009) | 2 lines Add a xjc plugin to workaround https://jaxb.dev.java.net/issues/show_bug.cgi?id=671 ........ ................ Added: cxf/branches/2.1.x-fixes/common/xjc/bug671/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/ cxf/branches/2.1.x-fixes/common/xjc/bug671/pom.xml - copied unchanged from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/pom.xml cxf/branches/2.1.x-fixes/common/xjc/bug671/src/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/com/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/com/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/com/sun/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/com/sun/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/addon/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/addon/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/addon/apache_cxf/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/addon/apache_cxf/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bug671/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bug671/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bug671/Bug671Plugin.java - copied unchanged from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bug671/Bug671Plugin.java cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/org/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/org/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/org/apache/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/org/apache/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/org/apache/cxf/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/org/apache/cxf/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/org/apache/cxf/xjc/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/org/apache/cxf/xjc/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/org/apache/cxf/xjc/bug671/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/org/apache/cxf/xjc/bug671/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/java/org/apache/cxf/xjc/bug671/Bug671Plugin.java - copied unchanged from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/java/org/apache/cxf/xjc/bug671/Bug671Plugin.java cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/resources/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/resources/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/resources/META-INF/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/resources/META-INF/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/resources/META-INF/services/ - copied from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/resources/META-INF/services/ cxf/branches/2.1.x-fixes/common/xjc/bug671/src/main/resources/META-INF/services/com.sun.tools.xjc.Plugin - copied unchanged from r797464, cxf/branches/2.2.x-fixes/common/xjc/bug671/src/main/resources/META-INF/services/com.sun.tools.xjc.Plugin Modified: cxf/branches/2.1.x-fixes/ (props changed) cxf/branches/2.1.x-fixes/common/xjc/pom.xml cxf/branches/2.1.x-fixes/distribution/bundle/all/pom.xml cxf/branches/2.1.x-fixes/distribution/manifest/pom.xml cxf/branches/2.1.x-fixes/distribution/pom.xml Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Fri Jul 24 14:29:36 2009 @@ -1,2 +1,2 @@ -/cxf/branches/2.2.x-fixes:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378,758690,758910,759890,759961,759963-759964,759966,760029,760073,760150,760171,760178,760198,760212,760456,760468,760582,760938,761094,761113,761120,761317,761759,761789,762393,762518,762567,763200,763272,763495,763854,763931,763942,763953,764033-764034,764581,764599-764606,764887,765357,766013,766058,766100-766101,766763,766770,766860,766962-766963,767159,767191,767927,771416,772143,772402,772658,772714,773009-773010,773027,773049,773146,773581,773691,773693,774446-774496,774558,774760,774851,774979,775423,776024-776025,776218,776429,776459,777189,777224,777243,777481,777505,777572,777580,780033,780184,780213,780421,780664,780800,780902,780911,781497,781841,782733,782735-782736,783099,783407,784064,784197,785293,785296,785298-785299,785301,785656,786158,786587,786589,786591-786592,786640,787272,787276,787282-787283,787285,787295,787307,787324,7873 67,788824-788825,788827-788828,788830,789423,789429,789707,789709-789710,789712,789721,789905,789908,789910,789912,790295,790646-790647,790651,790654-790655,790659,791948,791950,791952,791955,792276,792288,792291,792992,792995,792998,794402,794404,794735,794797,794799,794803,795161-795162,796300-796301,796598,797449,797452-797453,797460,797463 -/cxf/trunk:782181,782728-782730,783097,783396,784059,784181,784895,785279-785282,785468,786142,786271,786395,786582-786583,786638,786647,787269,787277-787279,787290,787305,787323,787366,788060,788187,788703,788774,788820,789371,789420,789527-789529,789704-789705,789896,789898-789900,790294,790637-790644,791354,791538,791753,791947,792261-792263,792684,792975,792985,794297,794396,794728,794778-794780,794892,795160,796022-796023,796593,796780,797194,797231-797233 +/cxf/branches/2.2.x-fixes:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378,758690,758910,759890,759961,759963-759964,759966,760029,760073,760150,760171,760178,760198,760212,760456,760468,760582,760938,761094,761113,761120,761317,761759,761789,762393,762518,762567,763200,763272,763495,763854,763931,763942,763953,764033-764034,764581,764599-764606,764887,765357,766013,766058,766100-766101,766763,766770,766860,766962-766963,767159,767191,767927,771416,772143,772402,772658,772714,773009-773010,773027,773049,773146,773581,773691,773693,774446-774496,774558,774760,774851,774979,775423,776024-776025,776218,776429,776459,777189,777224,777243,777481,777505,777572,777580,780033,780184,780213,780421,780664,780800,780902,780911,781497,781841,782733,782735-782736,783099,783407,784064,784197,785293,785296,785298-785299,785301,785656,786158,786587,786589,786591-786592,786640,787272,787276,787282-787283,787285,787295,787307,787324,7873 67,788824-788825,788827-788828,788830,789423,789429,789707,789709-789710,789712,789721,789905,789908,789910,789912,790295,790646-790647,790651,790654-790655,790659,791948,791950,791952,791955,792276,792288,792291,792992,792995,792998,794402,794404,794735,794797,794799,794803,795161-795162,796300-796301,796598,797449,797452-797453,797460,797463-797464 +/cxf/trunk:782181,782728-782730,783097,783396,784059,784181,784895,785279-785282,785468,786142,786271,786395,786582-786583,786638,786647,787269,787277-787279,787290,787305,787323,787366,788060,788187,788703,788774,788820,789371,789420,789527-789529,789704-789705,789896,789898-789900,790294,790637-790644,791354,791538,791753,791947,792261-792263,792684,792975,792985,794297,794396,794728,794778-794780,794892,795160,796022-796023,796593,796780,797194,797231-797233,797442 Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.1.x-fixes/common/xjc/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/common/xjc/pom.xml?rev=797485&r1=797484&r2=797485&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/common/xjc/pom.xml (original) +++ cxf/branches/2.1.x-fixes/common/xjc/pom.xml Fri Jul 24 14:29:36 2009 @@ -35,6 +35,7 @@ <modules> <module>dv</module> <module>ts</module> + <module>bug671</module> <module>dv-test</module> <module>ts-test</module> </modules> Modified: cxf/branches/2.1.x-fixes/distribution/bundle/all/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/bundle/all/pom.xml?rev=797485&r1=797484&r2=797485&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/distribution/bundle/all/pom.xml (original) +++ cxf/branches/2.1.x-fixes/distribution/bundle/all/pom.xml Fri Jul 24 14:29:36 2009 @@ -102,6 +102,12 @@ <version>${pom.version}</version> </dependency> <dependency> + <groupId>${pom.groupId}.xjcplugins</groupId> + <artifactId>cxf-xjc-bug671</artifactId> + <version>${pom.version}</version> + </dependency> + + <dependency> <groupId>${pom.groupId}</groupId> <artifactId>cxf-xjc-dv</artifactId> <version>${pom.version}</version> Modified: cxf/branches/2.1.x-fixes/distribution/manifest/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/manifest/pom.xml?rev=797485&r1=797484&r2=797485&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/distribution/manifest/pom.xml (original) +++ cxf/branches/2.1.x-fixes/distribution/manifest/pom.xml Fri Jul 24 14:29:36 2009 @@ -108,7 +108,11 @@ <artifactId>cxf-xjc-ts</artifactId> <version>${pom.version}</version> </dependency> - + <dependency> + <groupId>${pom.groupId}.xjcplugins</groupId> + <artifactId>cxf-xjc-bug671</artifactId> + <version>${pom.version}</version> + </dependency> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>cxf-api</artifactId> Modified: cxf/branches/2.1.x-fixes/distribution/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/pom.xml?rev=797485&r1=797484&r2=797485&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/distribution/pom.xml (original) +++ cxf/branches/2.1.x-fixes/distribution/pom.xml Fri Jul 24 14:29:36 2009 @@ -113,7 +113,11 @@ <artifactId>cxf-xjc-ts</artifactId> <version>${pom.version}</version> </dependency> - + <dependency> + <groupId>${pom.groupId}.xjcplugins</groupId> + <artifactId>cxf-xjc-bug671</artifactId> + <version>${pom.version}</version> + </dependency> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>cxf-api</artifactId>
