Skip to content

Commit eb6abbf

Browse files
authored
Merge pull request #56 from jGauravGupta/eclipse-tycho
FISH-6560 Payara Micro tools for Eclipse IDE with 2022-09 build support
2 parents 4009270 + 0e1b4a6 commit eb6abbf

761 files changed

Lines changed: 1513 additions & 119055 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
/build
2-
/dev-eclipse
3-
/dev-target
4-
.DS_Store
5-
/pool/
6-
/assemble.org.eclipse.payara.tools.everything.all.xml
7-
/assemble.org.eclipse.payara.tools.everything.xml
8-
/finalFeaturesVersions.ANY_ANY_ANY.properties
9-
/finalFeaturesVersions.properties
10-
/finalPluginsVersions.ANY_ANY_ANY.properties
11-
/finalPluginsVersions.properties
12-
/package.org.eclipse.payara.tools.everything.all.xml
13-
/package.org.eclipse.payara.tools.everything.xml
1+
**/target/
2+
**/bin/

.mvn/extensions.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<extensions>
2+
<extension>
3+
<groupId>org.eclipse.tycho.extras</groupId>
4+
<artifactId>tycho-pomless</artifactId>
5+
<version>1.0.0</version>
6+
</extension>
7+
</extensions>

.project

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>patched-src-eclipse-glassfish-plugin</name>
3+
<name>payara-tools-for-eclipse</name>
44
<comment></comment>
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
813
</buildSpec>
914
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
1016
</natures>
1117
</projectDescription>

plugins/org.eclipse.payara.tools/.settings/org.eclipse.pde.core.prefs renamed to .settings/org.eclipse.core.resources.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
eclipse.preferences.version=1
2-
resolve.requirebundle=false
2+
encoding/<project>=UTF-8
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

build.properties

Lines changed: 0 additions & 136 deletions
This file was deleted.

build.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

features/org.eclipse.payara.tools/.project renamed to bundles/.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.eclipse.payara.tools.feature</name>
3+
<name>payara-tools-for-eclipse</name>
44
<comment></comment>
55
<projects>
66
</projects>
77
<buildSpec>
88
<buildCommand>
9-
<name>org.eclipse.pde.FeatureBuilder</name>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
1313
</buildSpec>
1414
<natures>
15-
<nature>org.eclipse.pde.FeatureNature</nature>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
1616
</natures>
1717
</projectDescription>

features/org.eclipse.payara.tools.source/.settings/oracle.eclipse.tools.webtier.ui.prefs renamed to bundles/.settings/org.eclipse.core.resources.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
_hiddenCategory_\:HTML=false
21
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

0 commit comments

Comments
 (0)