diff options
author | Taeyoung Son <taeyoung2.son@samsung.com> | 2012-02-10 11:26:27 +0900 |
---|---|---|
committer | Taeyoung Son <taeyoung2.son@samsung.com> | 2012-02-10 11:26:27 +0900 |
commit | d0d2b6d898b25e7d4d698c340d9225ddaa01b4db (patch) | |
tree | f38dd8064ede99a80243bd901ceaecd0fd0c8e6e /org.tizen.common.connection/.classpath | |
parent | 44267f7193826773bde2978adda7b4b426d07abd (diff) | |
download | common-eplugin-d0d2b6d898b25e7d4d698c340d9225ddaa01b4db.tar.gz common-eplugin-d0d2b6d898b25e7d4d698c340d9225ddaa01b4db.tar.bz2 common-eplugin-d0d2b6d898b25e7d4d698c340d9225ddaa01b4db.zip |
[Title] Changed folder name.(com.samsung.tizen.* => org.tizen.*)
Modify feature name in build script
[Type] Feature
[Module] Main
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
Change-Id: I318a3932f6ec1c22402342444904ab28bb5bb537
Diffstat (limited to 'org.tizen.common.connection/.classpath')
-rw-r--r-- | org.tizen.common.connection/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.tizen.common.connection/.classpath b/org.tizen.common.connection/.classpath new file mode 100644 index 000000000..ad32c83a7 --- /dev/null +++ b/org.tizen.common.connection/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> +</classpath> |