You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2006/12/27 06:30:43 UTC

svn commit: r490445 - /incubator/nmaven/trunk/maven-dotnet.ipr

Author: sisbell
Date: Tue Dec 26 22:30:42 2006
New Revision: 490445

URL: http://svn.apache.org/viewvc?view=rev&rev=490445
Log:
Fixed IDEA project file. It was pointing to wrong iml file, causing the project to not load.

Modified:
    incubator/nmaven/trunk/maven-dotnet.ipr

Modified: incubator/nmaven/trunk/maven-dotnet.ipr
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/maven-dotnet.ipr?view=diff&rev=490445&r1=490444&r2=490445
==============================================================================
--- incubator/nmaven/trunk/maven-dotnet.ipr (original)
+++ incubator/nmaven/trunk/maven-dotnet.ipr Tue Dec 26 22:30:42 2006
@@ -253,7 +253,7 @@
   </component>
   <component name="ProjectModuleManager">
     <modules>
-      <module fileurl="file://$PROJECT_DIR$/asf-import.iml" filepath="$PROJECT_DIR$/asf-import.iml" />
+      <module fileurl="file://$PROJECT_DIR$/maven-dotnet.iml" filepath="$PROJECT_DIR$/maven-dotnet.iml" />
     </modules>
   </component>
   <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" />