diff options
author | Henri Sara <hesara@vaadin.com> | 2016-04-19 14:23:05 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-04-19 14:23:05 +0300 |
commit | 4e74fe12a21670cd4043e868bc8599099d7cc4a6 (patch) | |
tree | 439eb7163232bd28b5a1593bf1daffa38421462e /eclipse/Development Server (vaadin).launch | |
parent | 275d0f15eeb8bd193e9c7129b8414f88961f0ff2 (diff) | |
download | vaadin-framework-4e74fe12a21670cd4043e868bc8599099d7cc4a6.tar.gz vaadin-framework-4e74fe12a21670cd4043e868bc8599099d7cc4a6.zip |
Remove obsolete launch files
Now the following can be used instead:
- run the class DevelopmentServerLauncher with -ea in uitest
- mvn install vaadin:run-codeserver in uitest (for TestingWidgetSet)
Once client-compiled is updated to use Maven for the widgetset build,
a similar command can be used for DefaultWidgetSet.
Use workspace artifact resolution when appropriate.
Change-Id: Iad1a8484ef3e9df1772f422217a8a08c05421bbc
Diffstat (limited to 'eclipse/Development Server (vaadin).launch')
-rw-r--r-- | eclipse/Development Server (vaadin).launch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/eclipse/Development Server (vaadin).launch b/eclipse/Development Server (vaadin).launch deleted file mode 100644 index 7d38d84649..0000000000 --- a/eclipse/Development Server (vaadin).launch +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> -<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> -<listEntry value="/vaadin/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java"/> -</listAttribute> -<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> -<listEntry value="1"/> -</listAttribute> -<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> -<listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" javaProject="vaadin" path="1" type="4"/> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&amp;ivyXmlPath=uitest%2Fivy.xml&amp;confs=jetty-run" path="3" type="4"/> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="vaadin"/> </runtimeClasspathEntry> "/> -</listAttribute> -<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/> -<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> -<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.vaadin.launcher.DevelopmentServerLauncher"/> -<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--autoreload=build/classes --scaninterval=3"/> -<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="vaadin"/> -<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea"/> -</launchConfiguration> |