diff options
author | Sven Gothel <[email protected]> | 2019-06-15 14:02:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-06-15 14:02:52 +0200 |
commit | bd21aded190bb92261e4a01acdfa8e1be2158474 (patch) | |
tree | 2883cdf28fb5e630ab209734e289783aaf7e8a6d /.externalToolBuilders | |
parent | 9a66c005a3cd304c4b47abd9a287a60e3545b9da (diff) |
Enable build using OpenJDK 1.8, adding xercesImpl 2.12 to lib
Diffstat (limited to '.externalToolBuilders')
-rw-r--r-- | .externalToolBuilders/New_Builder.launch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.externalToolBuilders/New_Builder.launch b/.externalToolBuilders/New_Builder.launch new file mode 100644 index 0000000..b59157e --- /dev/null +++ b/.externalToolBuilders/New_Builder.launch @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> +<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> +<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> +<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ant-cpptasks"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/ant-cpptasks/build.xml}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/ant-cpptasks}"/> +</launchConfiguration> |