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" />