diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-10-20 12:52:01 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-10-20 12:52:01 -0230 |
commit | 4388ce0261d87cea17e9fcc81e5245df69ed76f4 (patch) | |
tree | fd5122d7ab69ecaa64448058469c16412ee67daf /java/demo/Ice/interrupt | |
parent | Lint IceJs (diff) | |
download | ice-4388ce0261d87cea17e9fcc81e5245df69ed76f4.tar.bz2 ice-4388ce0261d87cea17e9fcc81e5245df69ed76f4.tar.xz ice-4388ce0261d87cea17e9fcc81e5245df69ed76f4.zip |
Removed java/src/IceInternal directory.
Removed eclipse .classpath/.project.
Diffstat (limited to 'java/demo/Ice/interrupt')
-rw-r--r-- | java/demo/Ice/interrupt/.classpath | 8 | ||||
-rw-r--r-- | java/demo/Ice/interrupt/.project | 27 | ||||
-rw-r--r-- | java/demo/Ice/interrupt/demo_Ice_interrupt.iml | 2 |
3 files changed, 1 insertions, 36 deletions
diff --git a/java/demo/Ice/interrupt/.classpath b/java/demo/Ice/interrupt/.classpath deleted file mode 100644 index 534ac02d1ee..00000000000 --- a/java/demo/Ice/interrupt/.classpath +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry excluding="generated/" including="*.java" kind="src" path=""/> - <classpathentry kind="src" path="generated"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry combineaccessrules="false" kind="src" path="/ice"/> - <classpathentry kind="output" path="classes"/> -</classpath> diff --git a/java/demo/Ice/interrupt/.project b/java/demo/Ice/interrupt/.project deleted file mode 100644 index f96ed51de36..00000000000 --- a/java/demo/Ice/interrupt/.project +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>demo.Ice.interrupt</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>full,incremental,</triggers> - <arguments> - <dictionary> - <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/demo.Ice.interrupt.slice.launch</value> - </dictionary> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/java/demo/Ice/interrupt/demo_Ice_interrupt.iml b/java/demo/Ice/interrupt/demo_Ice_interrupt.iml index 099a2459f78..c796653f616 100644 --- a/java/demo/Ice/interrupt/demo_Ice_interrupt.iml +++ b/java/demo/Ice/interrupt/demo_Ice_interrupt.iml @@ -6,8 +6,8 @@ <exclude-output /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/build/generated-src" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> <sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" /> |