You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/20 09:21:21 UTC

svn commit: r1221161 - in /incubator/npanday/branches/npanday-1.4.x: ./ dotnet/pom.xml

Author: brett
Date: Tue Dec 20 09:21:21 2011
New Revision: 1221161

URL: http://svn.apache.org/viewvc?rev=1221161&view=rev
Log:
add back skip for documented bootstrap problem

Modified:
    incubator/npanday/branches/npanday-1.4.x/   (props changed)
    incubator/npanday/branches/npanday-1.4.x/dotnet/pom.xml

Propchange: incubator/npanday/branches/npanday-1.4.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Dec 20 09:21:21 2011
@@ -1,4 +1,4 @@
 /incubator/npanday/branches/NPANDAY-410:1210743-1210765
 /incubator/npanday/branches/npanday-uac-removed:1002005-1024539
 /incubator/npanday/branches/npanday-vs2010-support:1002029-1025477
-/incubator/npanday/trunk:1221087,1221092,1221101,1221116-1221117
+/incubator/npanday/trunk:1221087,1221092,1221101,1221116-1221117,1221159

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/pom.xml?rev=1221161&r1=1221160&r2=1221161&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/pom.xml Tue Dec 20 09:21:21 2011
@@ -104,6 +104,11 @@ under the License.
           <groupId>org.apache.npanday.plugins</groupId>
           <artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>
           <version>${bootstrap.npanday.version}</version>
+          <configuration>
+            <!-- Required until this can be done in Java, as otherwise there is
+                 a bootstrapping problem trying to run the goal -->
+            <skip>true</skip>
+          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>