summaryrefslogtreecommitdiff
path: root/ddms
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2013-05-17 19:41:16 -0700
committerSiva Velusamy <vsiva@google.com>2013-05-17 20:32:24 -0700
commitfcd85532367d166754949b7212875f45047e295d (patch)
treec0b2afa91e89aec59d548f3d358889635f1086bb /ddms
parent47509affd904f13b25f9901062f5710419143119 (diff)
downloadswt-fcd85532367d166754949b7212875f45047e295d.tar.gz
Add IntelliJ swt project
Adds necessary modules to be able to launch DDMS. This requires two path variables: ANDROID_SDK: used by the run configuration SWT_PLATFORM: to pick up the correct swt.jar Change-Id: Id8a5e47798f972e706682dcd91db8fe6874e2df0
Diffstat (limited to 'ddms')
-rw-r--r--ddms/app/ddms.iml18
-rw-r--r--ddms/ddmuilib/ddmuilib.iml22
2 files changed, 40 insertions, 0 deletions
diff --git a/ddms/app/ddms.iml b/ddms/app/ddms.iml
new file mode 100644
index 0000000..2927ff1
--- /dev/null
+++ b/ddms/app/ddms.iml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="common" />
+ <orderEntry type="module" module-name="ddmlib" />
+ <orderEntry type="module" module-name="ddmuilib" />
+ <orderEntry type="module" module-name="sdkstats" />
+ <orderEntry type="module" module-name="swtmenubar" />
+ </component>
+</module>
+
diff --git a/ddms/ddmuilib/ddmuilib.iml b/ddms/ddmuilib/ddmuilib.iml
new file mode 100644
index 0000000..cb79ec6
--- /dev/null
+++ b/ddms/ddmuilib/ddmuilib.iml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="ddmlib" />
+ <orderEntry type="library" exported="" name="swt" level="project" />
+ <orderEntry type="library" exported="" name="org-eclipse-core-commands-3.6.0" level="project" />
+ <orderEntry type="library" exported="" name="org-eclipse-equinox-common-3.6.0" level="project" />
+ <orderEntry type="library" exported="" name="org-eclipse-jface-3.6.2" level="project" />
+ <orderEntry type="library" name="jcommon-1.0.12" level="project" />
+ <orderEntry type="library" name="jfreechart-1.0.9" level="project" />
+ <orderEntry type="library" name="jfreechart-swt-1.0.9" level="project" />
+ <orderEntry type="library" scope="TEST" name="JUnit3" level="project" />
+ </component>
+</module>
+