Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit c304cde

Browse files
committed
Add Eclipse config
1 parent 8c7d6ea commit c304cde

5 files changed

+36
-7
lines changed

.buildpath

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildpath>
3+
<buildpathentry kind="src" path=""/>
4+
</buildpath>

.gitignore

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Eclipse
2-
/.settings
3-
/.buildpath
4-
/.project
5-
/.jsdtscope
6-
/*.launch
7-
81
# Jetbrains
92
/*.iml
103

.project

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>module-git</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

module-git.RELEASE.launch

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
3+
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
4+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
5+
<listEntry value="/module-git/build.xml"/>
6+
</listAttribute>
7+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
8+
<listEntry value="1"/>
9+
</listAttribute>
10+
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
11+
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
12+
</listAttribute>
13+
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
14+
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="module-git"/>
15+
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
16+
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="release,"/>
17+
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/module-git/build.xml}"/>
18+
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
19+
</launchConfiguration>

0 commit comments

Comments
 (0)