From nmaven-commits-return-415-apmail-incubator-nmaven-commits-archive=incubator.apache.org@incubator.apache.org Thu Jul 12 19:08:55 2007 Return-Path: Delivered-To: apmail-incubator-nmaven-commits-archive@locus.apache.org Received: (qmail 4450 invoked from network); 12 Jul 2007 19:08:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2007 19:08:35 -0000 Received: (qmail 16252 invoked by uid 500); 12 Jul 2007 19:08:38 -0000 Delivered-To: apmail-incubator-nmaven-commits-archive@incubator.apache.org Received: (qmail 16230 invoked by uid 500); 12 Jul 2007 19:08:37 -0000 Mailing-List: contact nmaven-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-dev@incubator.apache.org Delivered-To: mailing list nmaven-commits@incubator.apache.org Received: (qmail 16221 invoked by uid 99); 12 Jul 2007 19:08:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 12:08:37 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 12:08:32 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8ED4B1A9825; Thu, 12 Jul 2007 12:08:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r555722 [4/4] - in /incubator/nmaven/branches/SI_GAC: ./ archetypes/ archetypes/maven-archetype-dotnet-simple/ archetypes/maven-archetype-netexecutable/ assemblies/ assemblies/NMaven.Artifact/ assemblies/NMaven.Artifact/src/main/csharp/NMav... Date: Thu, 12 Jul 2007 19:08:06 -0000 To: nmaven-commits@incubator.apache.org From: sisbell@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070712190812.8ED4B1A9825@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-embedder-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-embedder-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-embedder-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-embedder-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-embedder-plugin/src/main/java/org/apache/maven/dotnet/plugin/embedder/EmbedderStarterMojo.java URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-embedder-plugin/src/main/java/org/apache/maven/dotnet/plugin/embedder/EmbedderStarterMojo.java?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-embedder-plugin/src/main/java/org/apache/maven/dotnet/plugin/embedder/EmbedderStarterMojo.java (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-embedder-plugin/src/main/java/org/apache/maven/dotnet/plugin/embedder/EmbedderStarterMojo.java Thu Jul 12 12:07:57 2007 @@ -113,7 +113,7 @@ */ private String frameworkVersion; - private String pomVersion = "0.14-SNAPSHOT"; + private String pomVersion = "0.14"; /** * File logger: needed for creating logs when the IDE starts because the console output and thrown exceptions are Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-fxcop-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-fxcop-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-fxcop-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-fxcop-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -2,7 +2,7 @@ maven-dotnet-plugins org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 4.0.0 org.apache.maven.dotnet.plugins Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 @@ -31,6 +31,12 @@ Maven Plugin for .NET: Installs compiled artifacts into the local repository. + + + org.apache.maven + maven-artifact + + nmaven-apache-site Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/FileInstallerMojo.java URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/FileInstallerMojo.java?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/FileInstallerMojo.java (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/FileInstallerMojo.java Thu Jul 12 12:07:57 2007 @@ -25,6 +25,7 @@ import java.io.File; import org.apache.maven.dotnet.artifact.ArtifactContext; +import org.apache.maven.dotnet.dao.ProjectDao; import org.apache.maven.artifact.installer.ArtifactInstallationException; import org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.factory.ArtifactFactory; @@ -89,11 +90,6 @@ private String packaging; /** - * @parameter expression = "${generatePom}" default-value = "true" - */ - private boolean generatePom; - - /** * @component */ private ArtifactContext artifactContext; @@ -110,29 +106,42 @@ */ private ArtifactFactory artifactFactory; + /** + * @component + */ + private org.apache.maven.dotnet.registry.DataAccessObjectRegistry daoRegistry; + + /** + * @component + */ + private org.apache.maven.artifact.manager.WagonManager wagonManager; + public void execute() throws MojoExecutionException { + ProjectDao dao = (ProjectDao) daoRegistry.find( "dao:project" ); + dao.init( artifactFactory, wagonManager ); + artifactContext.init( project, project.getRemoteArtifactRepositories(), localRepository ); if ( pomFile != null && !pomFile.exists() ) { throw new MojoExecutionException( "NMAVEN-1000-002: Pom File is missing: File = " + pomFile.getAbsolutePath() ); } - else if ( generatePom && pomFile == null ) + else if ( pomFile == null ) { try { this.getLog().info( "NMAVEN-xxx-000: Installing file with generated pom" ); - artifactContext.getArtifactInstaller().installFileWithGeneratedPom( groupId, artifactId, version, - packaging, artifactFile ); + artifactContext.getArtifactInstaller().installFileWithoutPom( groupId, artifactId, version, packaging, + artifactFile ); } catch ( org.apache.maven.artifact.installer.ArtifactInstallationException e ) { throw new MojoExecutionException( "NMAVEN-1000-000: Failed to install artifact file", e ); } } - else if ( pomFile != null ) + else { Artifact sourceArtifact = artifactFactory.createArtifact( groupId, artifactId, version, "compile", packaging ); @@ -140,24 +149,11 @@ this.getLog().info( "NMAVEN-xxx-000: Installing file with specified pom" ); try { - artifactContext.getArtifactInstaller().installArtifact( sourceArtifact, pomFile, false ); + artifactContext.getArtifactInstaller().installArtifactWithPom( sourceArtifact, pomFile, false ); } catch ( ArtifactInstallationException e ) { throw new MojoExecutionException( "NMAVEN-1000-003: Failed to install artifact file", e ); - } - } - else - { - try - { - this.getLog().info( "NMAVEN-xxx-000: Installing file with no pom" ); - artifactContext.getArtifactInstaller().installFileWithNoPom( groupId, artifactId, version, - artifactFile ); - } - catch ( org.apache.maven.artifact.installer.ArtifactInstallationException e ) - { - throw new MojoExecutionException( "NMAVEN-1000-001: Failed to install artifact file", e ); } } } Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/InstallerMojo.java URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/InstallerMojo.java?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/InstallerMojo.java (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/InstallerMojo.java Thu Jul 12 12:07:57 2007 @@ -24,12 +24,20 @@ import org.apache.maven.artifact.installer.ArtifactInstaller; import org.apache.maven.artifact.installer.ArtifactInstallationException; import org.apache.maven.artifact.Artifact; +import org.apache.maven.artifact.factory.ArtifactFactory; +import org.apache.maven.artifact.repository.ArtifactRepository; import org.apache.maven.dotnet.artifact.ArtifactContext; -import org.apache.maven.dotnet.artifact.ArtifactType; +import org.apache.maven.dotnet.executable.NetExecutable; +import org.apache.maven.dotnet.executable.ExecutionException; +import org.apache.maven.dotnet.PlatformUnsupportedException; +import org.apache.maven.dotnet.repository.Project; +import org.apache.maven.dotnet.repository.ProjectDependency; +import org.apache.maven.dotnet.dao.ProjectDao; import org.apache.maven.model.Dependency; import java.io.File; import java.util.List; +import java.util.ArrayList; /** * @goal install @@ -68,6 +76,54 @@ */ private ArtifactContext artifactContext; + /** + * Install into the GAC? + * + * @parameter expression="${isGacInstall}" default-value = "false" + */ + private boolean isGacInstall; + + /** + * @component + */ + private org.apache.maven.dotnet.executable.NetExecutableFactory netExecutableFactory; + + /** + * The Vendor for the executable. + * + * @parameter expression="${vendor}" + */ + private String vendor; + + /** + * @parameter expression = "${frameworkVersion}" + */ + private String frameworkVersion; + + /** + * The profile that the executable should use. + * + * @parameter expression = "${profile}" default-value = "GACUTIL" + */ + private String profile; + + /** + * @component + */ + private org.apache.maven.dotnet.registry.DataAccessObjectRegistry daoRegistry; + + /** + * @component + */ + private org.apache.maven.artifact.manager.WagonManager wagonManager; + + /** + * The artifact factory component, which is used for creating artifacts. + * + * @component + */ + private ArtifactFactory artifactFactory; + public void execute() throws MojoExecutionException { @@ -77,19 +133,55 @@ { localRepository = new File( System.getProperty( "user.home" ), ".m2/repository" ); } + + ProjectDao dao = (ProjectDao) daoRegistry.find( "dao:project" ); + dao.init( artifactFactory, wagonManager ); + + artifactContext.init( project, project.getRemoteArtifactRepositories(), localRepository ); - - Artifact artifact = project.getArtifact(); - try + if ( project.getPackaging().equals( "pom" ) ) { - artifactContext.getArtifactInstaller().installArtifact( artifact, pomFile, true ); + storeMavenProject( project ); } - catch ( ArtifactInstallationException e ) + else if ( isGacInstall ) { - throw new MojoExecutionException( "NMAVEN-1001-000: Failed to install artifacts", e ); + try + { + NetExecutable netExecutable = + netExecutableFactory.getNetExecutableFor( vendor, frameworkVersion, profile, getCommands(), null ); + netExecutable.execute(); + getLog().info( "NMAVEN-xxx-003: Installed Assembly into GAC: Assembly = " + + project.getArtifact().getFile() + ", Vendor = " + netExecutable.getVendor().getVendorName() ); + } + catch ( ExecutionException e ) + { + throw new MojoExecutionException( "NMAVEN-1400-000: Unable to execute gacutil: Vendor " + vendor + + ", frameworkVersion = " + frameworkVersion + ", Profile = " + profile, e ); + } + catch ( PlatformUnsupportedException e ) + { + throw new MojoExecutionException( "NMAVEN-1400-001: Platform Unsupported: Vendor " + vendor + + ", frameworkVersion = " + frameworkVersion + ", Profile = " + profile, e ); + } + storeMavenProject( project ); } + else //UAC install + { + Artifact artifact = project.getArtifact(); + try + { + artifactContext.getArtifactInstaller().installArtifactWithPom( artifact, pomFile, true ); + } + catch ( ArtifactInstallationException e ) + { + throw new MojoExecutionException( "NMAVEN-1001-000: Failed to install artifacts", e ); + } - //To allow executables to be runnable from the repo + } + + //Use Private Application Base +/* + // To allow executables to be runnable from the repo if ( artifact.getType().equals( ArtifactType.EXE.getPackagingType() ) || artifact.getType().equals( ArtifactType.NETPLUGIN.getPackagingType() ) || artifact.getType().equals( ArtifactType.VISUAL_STUDIO_ADDIN.getPackagingType() ) || @@ -105,7 +197,51 @@ throw new MojoExecutionException( "NMAVEN-1001-002: Failed to install artifact file", e ); } } + */ + long endTime = System.currentTimeMillis(); getLog().info( "Mojo Execution Time = " + ( endTime - startTime ) ); + } + + public List getCommands() + throws MojoExecutionException + { + List commands = new ArrayList(); + commands.add( "/i" ); + commands.add( project.getArtifact().getFile().getAbsolutePath() ); + return commands; + } + + //TODO: Handle parent poms + private void storeMavenProject( MavenProject project ) + throws MojoExecutionException + { + ProjectDao dao = (ProjectDao) daoRegistry.find( "dao:project" ); + Project proj = new Project(); + proj.setGroupId( project.getGroupId() ); + proj.setArtifactId( project.getArtifactId() ); + proj.setVersion( project.getVersion() ); + proj.setPublicKeyTokenId( project.getArtifact().getClassifier() ); + proj.setArtifactType( project.getArtifact().getType() ); + proj.setResolved( true ); + for ( Dependency dependency : (List) project.getDependencies() ) + { + ProjectDependency projectDependency = new ProjectDependency(); + projectDependency.setGroupId( dependency.getGroupId() ); + projectDependency.setArtifactId( dependency.getArtifactId() ); + projectDependency.setVersion( dependency.getVersion() ); + projectDependency.setPublicKeyTokenId( dependency.getClassifier() ); + projectDependency.setArtifactType( dependency.getType() ); + proj.addProjectDependency( projectDependency ); + } + + try + { + dao.storeProjectAndResolveDependencies( proj, new ArrayList() ); + } + catch ( java.io.IOException e ) + { + throw new MojoExecutionException( "NMAVEN-1001-001: Failed to install artifacts", e ); + } } } Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-link-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-link-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-link-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-link-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-mojo-generator-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-mojo-generator-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-mojo-generator-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-mojo-generator-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-repository-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-repository-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-repository-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-repository-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-resgen-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-resgen-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-resgen-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-resgen-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-resolver-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-resolver-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-resolver-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-resolver-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-test-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-test-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-test-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-test-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-vsinstaller-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-vsinstaller-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-vsinstaller-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-vsinstaller-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,13 +20,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 org.apache.maven.dotnet.plugins maven-vsinstaller-plugin - 0.14-SNAPSHOT + 0.14 maven-plugin maven-vsinstaller-plugin Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-vsinstaller-plugin/src/main/resources/template/NMaven.VisualStudio.AddIn URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-vsinstaller-plugin/src/main/resources/template/NMaven.VisualStudio.AddIn?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-vsinstaller-plugin/src/main/resources/template/NMaven.VisualStudio.AddIn (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-vsinstaller-plugin/src/main/resources/template/NMaven.VisualStudio.AddIn Thu Jul 12 12:07:57 2007 @@ -5,7 +5,7 @@ 8.0 - ${localRepository}\NMaven\VisualStudio\NMaven.VisualStudio.Addin\0.14-SNAPSHOT\NMaven.VisualStudio.Addin.dll + ${localRepository}\NMaven\VisualStudio\NMaven.VisualStudio.Addin\0.14\NMaven.VisualStudio.Addin.dll NMaven.VisualStudio.Addin.Connect NMaven.VisualStudio.Addin NMaven provides Maven 2.x plugins to support building of .NET applications Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-vstudio-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-vstudio-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-vstudio-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-vstudio-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -19,7 +19,7 @@ org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-webapp-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-webapp-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-webapp-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-webapp-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-wsdl-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-wsdl-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-wsdl-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-wsdl-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-xsd-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-xsd-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-xsd-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-xsd-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/maven-xsp-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/maven-xsp-plugin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/maven-xsp-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/maven-xsp-plugin/pom.xml Thu Jul 12 12:07:57 2007 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/net-exe.bat URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/net-exe.bat?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/net-exe.bat (original) +++ incubator/nmaven/branches/SI_GAC/plugins/net-exe.bat Thu Jul 12 12:07:57 2007 @@ -1 +1 @@ -mvn archetype:create -DpackageName=org.apache.maven.dotnet.plugin.%1 -DartifactId=maven-%1-plugin -DgroupId=org.apache.maven.dotnet.plugins -Dversion=0.14-SNAPSHOT -DarchetypeArtifactId=maven-archetype-netexecutable -DarchetypeGroupId=org.apache.maven.dotnet -DarchetypeVersion=0.14-SNAPSHOT +mvn archetype:create -DpackageName=org.apache.maven.dotnet.plugin.%1 -DartifactId=maven-%1-plugin -DgroupId=org.apache.maven.dotnet.plugins -Dversion=0.14 -DarchetypeArtifactId=maven-archetype-netexecutable -DarchetypeGroupId=org.apache.maven.dotnet -DarchetypeVersion=0.14 Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Addin/javabinding/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Addin/javabinding/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Addin/javabinding/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Addin/javabinding/pom.xml Thu Jul 12 12:07:57 2007 @@ -2,7 +2,7 @@ org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins ../../../pom.xml Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Addin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Addin/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Addin/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Addin/pom.xml Thu Jul 12 12:07:57 2007 @@ -19,7 +19,7 @@ NMaven.Plugins - 0.14-SNAPSHOT + 0.14 NMaven.Plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Devenv/javabinding/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Devenv/javabinding/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Devenv/javabinding/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Devenv/javabinding/pom.xml Thu Jul 12 12:07:57 2007 @@ -3,7 +3,7 @@ xmlns="http://maven.apache.org/POM/4.0.0"> org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins ../../../pom.xml Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Devenv/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Devenv/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Devenv/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Devenv/pom.xml Thu Jul 12 12:07:57 2007 @@ -19,7 +19,7 @@ NMaven.Plugins - 0.14-SNAPSHOT + 0.14 NMaven.Plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Resx/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Resx/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Resx/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Resx/pom.xml Thu Jul 12 12:07:57 2007 @@ -19,7 +19,7 @@ NMaven.Plugins - 0.14-SNAPSHOT + 0.14 NMaven.Plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Settings/javabinding/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Settings/javabinding/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Settings/javabinding/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Settings/javabinding/pom.xml Thu Jul 12 12:07:57 2007 @@ -2,7 +2,7 @@ org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins ../../../pom.xml Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Settings/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Settings/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Settings/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Settings/pom.xml Thu Jul 12 12:07:57 2007 @@ -19,7 +19,7 @@ NMaven.Plugins - 0.14-SNAPSHOT + 0.14 NMaven.Plugins 4.0.0 @@ -32,7 +32,7 @@ NMaven.Plugin NMaven.Plugin library - 0.14-SNAPSHOT + 0.14 Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Solution/javabinding/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Solution/javabinding/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Solution/javabinding/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Solution/javabinding/pom.xml Thu Jul 12 12:07:57 2007 @@ -2,7 +2,7 @@ org.apache.maven.dotnet.plugins - 0.14-SNAPSHOT + 0.14 maven-dotnet-plugins ../../../pom.xml Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Solution/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Solution/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Solution/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/NMaven.Plugin.Solution/pom.xml Thu Jul 12 12:07:57 2007 @@ -19,7 +19,7 @@ NMaven.Plugins - 0.14-SNAPSHOT + 0.14 NMaven.Plugins 4.0.0 Modified: incubator/nmaven/branches/SI_GAC/plugins/netplugins/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/netplugins/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/netplugins/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/netplugins/pom.xml Thu Jul 12 12:07:57 2007 @@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> NMaven.Project - 0.14-SNAPSHOT + 0.14 NMaven.Project ../../pom-dotnet.xml Modified: incubator/nmaven/branches/SI_GAC/plugins/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/plugins/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/plugins/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/plugins/pom.xml Thu Jul 12 12:07:57 2007 @@ -21,13 +21,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet - 0.14-SNAPSHOT + 0.14 dotnet-project 4.0.0 org.apache.maven.dotnet.plugins maven-dotnet-plugins - 0.14-SNAPSHOT + 0.14 pom maven-dotnet-plugins @@ -60,6 +60,11 @@ org.apache.maven.dotnet + dotnet-dao-project + ${pom.version} + + + org.apache.maven.dotnet dotnet-executable ${pom.version} @@ -77,7 +82,7 @@ org.apache.maven.dotnet dotnet-jetty ${pom.version} - + Modified: incubator/nmaven/branches/SI_GAC/pom-dotnet.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/pom-dotnet.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/pom-dotnet.xml (original) +++ incubator/nmaven/branches/SI_GAC/pom-dotnet.xml Thu Jul 12 12:07:57 2007 @@ -22,7 +22,7 @@ NMaven.Project NMaven.Project pom - 0.14-SNAPSHOT + 0.14 NMaven.Project http://incubator.apache.org/nmaven @@ -163,37 +163,43 @@ Microsoft.Build.Engine Microsoft.Build.Engine gac_msil - 2.0.0.0__b03f5f7f11d50a3a + 2.0.0.0 + b03f5f7f11d50a3a EnvDTE EnvDTE gac - 8.0.0.0__b03f5f7f11d50a3a + 8.0.0.0 + b03f5f7f11d50a3a EnvDTE80 EnvDTE80 gac - 8.0.0.0__b03f5f7f11d50a3a + 8.0.0.0 + b03f5f7f11d50a3a Microsoft.VisualStudio.CommandBars Microsoft.VisualStudio.CommandBars - 8.0.0.0__b03f5f7f11d50a3a + 8.0.0.0 + b03f5f7f11d50a3a gac Microsoft.VisualStudio.TemplateWizardInterface Microsoft.VisualStudio.TemplateWizardInterface - 8.0.0.0__b03f5f7f11d50a3a + 8.0.0.0 + b03f5f7f11d50a3a gac_msil Extensibility Extensibility gac - 7.0.3300.0__b03f5f7f11d50a3a + 7.0.3300.0 + b03f5f7f11d50a3a NUnit Modified: incubator/nmaven/branches/SI_GAC/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/pom.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/pom.xml (original) +++ incubator/nmaven/branches/SI_GAC/pom.xml Thu Jul 12 12:07:57 2007 @@ -22,7 +22,7 @@ org.apache.maven.dotnet dotnet-project pom - 0.14-SNAPSHOT + 0.14 dotnet Modified: incubator/nmaven/branches/SI_GAC/site/conventions.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/site/conventions.apt?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/site/conventions.apt (original) +++ incubator/nmaven/branches/SI_GAC/site/conventions.apt Thu Jul 12 12:07:57 2007 @@ -27,7 +27,7 @@ NMaven.Artifact NMaven.Artifact library - 0.14-SNAPSHOT + 0.14 NMaven.Artifact +------+ @@ -48,7 +48,7 @@ NMaven.Plugins NMaven.Plugins pom - 0.14-SNAPSHOT + 0.14 NMaven.Plugins src/main/csharp Modified: incubator/nmaven/branches/SI_GAC/site/src/site/apt/adding-executables.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/site/src/site/apt/adding-executables.apt?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/site/src/site/apt/adding-executables.apt (original) +++ incubator/nmaven/branches/SI_GAC/site/src/site/apt/adding-executables.apt Thu Jul 12 12:07:57 2007 @@ -95,7 +95,7 @@ -DartifactId=<> \ -DarchetypeArtifactId=maven-archetype-netexecutable \ -DarchetypeGroupId=org.apache.maven.dotnet \ - -DarchetypeVersion=0.14-SNAPSHOT + -DarchetypeVersion=0.14 +----+ [[2]] Make sure to add an entry in the executable-plugins.xml file, located within the dotnet-core module. Replace each Modified: incubator/nmaven/branches/SI_GAC/site/src/site/apt/getting-started.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/site/src/site/apt/getting-started.apt?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/site/src/site/apt/getting-started.apt (original) +++ incubator/nmaven/branches/SI_GAC/site/src/site/apt/getting-started.apt Thu Jul 12 12:07:57 2007 @@ -269,7 +269,7 @@ -DartifactId=<> \ -DarchetypeArtifactId=maven-archetype-dotnet-simple \ -DarchetypeGroupId=org.apache.maven.dotnet \ - -DarchetypeVersion=0.14-SNAPSHOT + -DarchetypeVersion=0.14 +----+ You will see the following project generated: Modified: incubator/nmaven/branches/SI_GAC/site/src/site/apt/ide/visual-studio.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/site/src/site/apt/ide/visual-studio.apt?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/site/src/site/apt/ide/visual-studio.apt (original) +++ incubator/nmaven/branches/SI_GAC/site/src/site/apt/ide/visual-studio.apt Thu Jul 12 12:07:57 2007 @@ -34,7 +34,7 @@ - C:\Documents and Settings\shane\.m2\repository\NMaven\VisualStudio\NMaven.VisualStudio.Addin\0.14-SNAPSHOT\NMaven.VisualStudio.Addin.dll + C:\Documents and Settings\shane\.m2\repository\NMaven\VisualStudio\NMaven.VisualStudio.Addin\0.14\NMaven.VisualStudio.Addin.dll NMaven.VisualStudio.Addin.Connect NMaven.VisualStudio.Addin @@ -55,7 +55,7 @@ -DartifactId=<> \ -DarchetypeArtifactId=maven-archetype-dotnet-simple \ -DarchetypeGroupId=org.apache.maven.dotnet \ - -DarchetypeVersion=0.14-SNAPSHOT + -DarchetypeVersion=0.14 +----+ You will see the following project generated: Modified: incubator/nmaven/branches/SI_GAC/site/src/site/apt/net-plugins.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/site/src/site/apt/net-plugins.apt?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/site/src/site/apt/net-plugins.apt (original) +++ incubator/nmaven/branches/SI_GAC/site/src/site/apt/net-plugins.apt Thu Jul 12 12:07:57 2007 @@ -54,20 +54,20 @@ NMaven.Plugins NMaven.Plugins.Test netplugin - 0.14-SNAPSHOT + 0.14 NMaven.Plugins.Test NMaven.Plugin NMaven.Plugin library - 0.14-SNAPSHOT + 0.14 NMaven.Model NMaven.Model.Pom library - 0.14-SNAPSHOT + 0.14 Modified: incubator/nmaven/branches/SI_GAC/site/src/site/xdoc/conventions.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/site/src/site/xdoc/conventions.xml?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/site/src/site/xdoc/conventions.xml (original) +++ incubator/nmaven/branches/SI_GAC/site/src/site/xdoc/conventions.xml Thu Jul 12 12:07:57 2007 @@ -25,7 +25,7 @@ <groupId>NMaven.Artifact</groupId> <artifactId>NMaven.Artifact<artifactId> <packaging>library</packaging> - <version>0.14-SNAPSHOT</version> + <version>0.14</version> <name>NMaven.Artifact</name> </project> @@ -40,7 +40,7 @@ <groupId>NMaven.Artifact</groupId> <artifactId>NMaven.Artifact<artifactId> <packaging>library</packaging> - <version>0.14-SNAPSHOT</version> + <version>0.14</version> <name>NMaven.Artifact</name> </project> @@ -75,7 +75,7 @@ <groupId>NMaven.Artifact</groupId> <artifactId>NMaven.Artifact<artifactId> <packaging>library</packaging> - <version>0.14-SNAPSHOT</version> + <version>0.14</version> <name>NMaven.Artifact</name> </project> @@ -89,7 +89,7 @@ <groupId>NMaven.Plugins</groupId> <artifactId>NMaven.Plugins</artifactId> <packaging>pom</packaging> - <version>0.14-SNAPSHOT</version> + <version>0.14</version> <name>NMaven.Plugins</name> <build> <sourceDirectory>src/main/csharp</sourceDirectory> Modified: incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.DynamicProxy-2.0-rc2.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.DynamicProxy-2.0-rc2.pom?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.DynamicProxy-2.0-rc2.pom (original) +++ incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.DynamicProxy-2.0-rc2.pom Thu Jul 12 12:07:57 2007 @@ -1,7 +1,7 @@ 4.0.0 Castle - Castle.DynamicProxy-2.0-rc2 + Castle.DynamicProxy library 2.0-rc2 Modified: incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.MicroKernel-2.0-rc2.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.MicroKernel-2.0-rc2.pom?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.MicroKernel-2.0-rc2.pom (original) +++ incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.MicroKernel-2.0-rc2.pom Thu Jul 12 12:07:57 2007 @@ -8,7 +8,7 @@ Castle Castle.Core - ${pom.version} + 2.0-rc2 library Modified: incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.Windsor-2.0-rc2.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.Windsor-2.0-rc2.pom?view=diff&rev=555722&r1=555721&r2=555722 ============================================================================== --- incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.Windsor-2.0-rc2.pom (original) +++ incubator/nmaven/branches/SI_GAC/thirdparty/Castle/Castle.Windsor-2.0-rc2.pom Thu Jul 12 12:07:57 2007 @@ -8,19 +8,19 @@ Castle Castle.Core - ${pom.version} + 2.0-rc2 library Castle Castle.DynamicProxy - ${pom.version} + 2.0-rc2 library Castle Castle.MicroKernel - ${pom.version} + 2.0-rc2 library