summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2013-05-16 09:48:14 -0700
committerSiva Velusamy <vsiva@google.com>2013-05-16 10:02:14 -0700
commit631cc1826c5a605401f664c07473741178ef4972 (patch)
tree60d515eb57eed4962a36ffbc5fce10c59ca9fcbe
parent1a658715e240f30667a9e2dab4092f4c62b5b5ae (diff)
downloadidea-631cc1826c5a605401f664c07473741178ef4972.tar.gz
Remove invalid references
Change-Id: I06549142b1dee5b80ea5464097c486b831bb9071
-rwxr-xr-x.idea/modules.xml3
-rw-r--r--.idea/vcs.xml4
2 files changed, 1 insertions, 6 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 0edf049b28ee..87034e29bf1e 100755
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -3,8 +3,6 @@
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/plugins/ByteCodeViewer/ByteCodeViewer.iml" filepath="$PROJECT_DIR$/plugins/ByteCodeViewer/ByteCodeViewer.iml" group="plugins" />
- <module fileurl="file://$PROJECT_DIR$/../vendor/google/GoogleFeedback/GoogleFeedback.iml" filepath="$PROJECT_DIR$/../vendor/google/GoogleFeedback/GoogleFeedback.iml" />
- <module fileurl="file://$PROJECT_DIR$/../vendor/google/GooglePlayLog/GooglePlayLog.iml" filepath="$PROJECT_DIR$/../vendor/google/GooglePlayLog/GooglePlayLog.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/InspectionGadgets/InspectionGadgetsPlugin.iml" filepath="$PROJECT_DIR$/plugins/InspectionGadgets/InspectionGadgetsPlugin.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/plugins/IntelliLang/IntelliLang.iml" filepath="$PROJECT_DIR$/plugins/IntelliLang/IntelliLang.iml" group="plugins/IntelliLang" />
<module fileurl="file://$PROJECT_DIR$/plugins/IntelliLang/IntelliLang-java.iml" filepath="$PROJECT_DIR$/plugins/IntelliLang/IntelliLang-java.iml" group="plugins/IntelliLang" />
@@ -13,7 +11,6 @@
<module fileurl="file://$PROJECT_DIR$/plugins/IntentionPowerPak/IntentionPowerPackPlugin.iml" filepath="$PROJECT_DIR$/plugins/IntentionPowerPak/IntentionPowerPackPlugin.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/RegExpSupport/RegExpSupport.iml" filepath="$PROJECT_DIR$/RegExpSupport/RegExpSupport.iml" />
<module fileurl="file://$PROJECT_DIR$/../adt/idea/adt-branding/adt-branding.iml" filepath="$PROJECT_DIR$/../adt/idea/adt-branding/adt-branding.iml" group="plugins/Android" />
- <module fileurl="file://$PROJECT_DIR$/../vendor/jetbrains/adt-build.iml" filepath="$PROJECT_DIR$/../vendor/jetbrains/adt-build.iml" />
<module fileurl="file://$PROJECT_DIR$/platform/analysis-api/analysis-api.iml" filepath="$PROJECT_DIR$/platform/analysis-api/analysis-api.iml" group="platform" />
<module fileurl="file://$PROJECT_DIR$/platform/analysis-impl/analysis-impl.iml" filepath="$PROJECT_DIR$/platform/analysis-impl/analysis-impl.iml" group="platform" />
<module fileurl="file://$PROJECT_DIR$/../adt/idea/android/android.iml" filepath="$PROJECT_DIR$/../adt/idea/android/android.iml" group="plugins/Android" />
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 82dea8ff4892..f77c12f28c5e 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,10 +2,8 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
- <mapping directory="$TOOLS_BASE$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../adt/idea" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../vendor/google" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/../vendor/jetbrains" vcs="Git" />
+ <mapping directory="$TOOLS_BASE$" vcs="Git" />
</component>
</project>