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 ap...@apache.org on 2011/01/19 06:29:09 UTC

svn commit: r1060691 - in /incubator/npanday/trunk: misc/npanday-installer/src/main/wix/NPanday.VisualStudio.Addin pom.xml

Author: apadilla
Date: Wed Jan 19 06:29:09 2011
New Revision: 1060691

URL: http://svn.apache.org/viewvc?rev=1060691&view=rev
Log:
* removed svn property for addin file in wix (cause of garbage in the addin file)
* revised distributionManagement configuration in pom.xml (moved to vmbuild/archiva)
* removed duplicate entries in pom.xml (using ASF parent pom)

Modified:
    incubator/npanday/trunk/misc/npanday-installer/src/main/wix/NPanday.VisualStudio.Addin   (contents, props changed)
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/misc/npanday-installer/src/main/wix/NPanday.VisualStudio.Addin
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/misc/npanday-installer/src/main/wix/NPanday.VisualStudio.Addin?rev=1060691&r1=1060690&r2=1060691&view=diff
==============================================================================
Binary files - no diff available.

Propchange: incubator/npanday/trunk/misc/npanday-installer/src/main/wix/NPanday.VisualStudio.Addin
            ('svn:eol-style' removed)

Propchange: incubator/npanday/trunk/misc/npanday-installer/src/main/wix/NPanday.VisualStudio.Addin
            ('svn:mime-type' removed)

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1060691&r1=1060690&r2=1060691&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Jan 19 06:29:09 2011
@@ -32,12 +32,6 @@ under the License.
   <name>NPanday</name>  
   <url>http://incubator.apache.org/npanday/</url>
   <description>NPanday provides Maven plugins to support building of .NET applications</description>  
-  <!-- Temporary until we move to using the ASF parent POM. Organization must be specified for the installer to
-       build successfully. -->
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
   <mailingLists> 
     <mailingList> 
       <name>NPanday Developers List</name>  
@@ -83,13 +77,6 @@ under the License.
     <system>continuum</system>
     <url>http://ci.npanday.org/continuum/</url>
   </ciManagement>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
   <developers> 
     <developer> 
       <name>Craig Bachelor</name>  
@@ -614,15 +601,9 @@ under the License.
     <!--<stable.npanday.version>1.2.2-incubating-SNAPSHOT</stable.npanday.version>-->
   </properties>  
   <distributionManagement>
-    <snapshotRepository>
-      <id>npanday.snapshots</id>
-      <name>NPanday Snapshots Repository</name>
-      <url>${npanday.snapshots.url}</url>
-    </snapshotRepository>
     <repository>
-      <id>npanday.releases</id>
-      <name>NPanday Releases Repository</name>
-      <url>${npanday.releases.url}</url>
+      <id>vmbuild.staging</id>
+      <url>http://vmbuild.apache.org/archiva/repository/staged-npanday/</url>
     </repository>
   </distributionManagement>
   <!-- TODO: need to get these into central after 1.1 -->