Skip to content

Commit 36dcc6d

Browse files
committed
FISH-6560 Payara Micro tools for Eclipse IDE
1 parent 91d2710 commit 36dcc6d

60 files changed

Lines changed: 3191 additions & 0 deletions

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>payara-tools-for-eclipse</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
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

LICENSE.md

Lines changed: 637 additions & 0 deletions
Large diffs are not rendered by default.

NOTICE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Eclipse Payara Tools
2+
3+
This project is based on the Eclipse GlassFish tools:
4+
5+
* Original project home: https://projects.eclipse.org/projects/webtools.glassfish-tools
6+
7+
== Declared Project Licenses
8+
9+
This program and the accompanying materials are made available under the terms
10+
of the Eclipse Public License 2.0 which is available at
11+
http://www.eclipse.org/legal/epl-2.0.html.
12+
13+
== Original Source Code
14+
15+
* https://projects.eclipse.org/projects/webtools.glassfish-tools/developer
16+
17+
== Original Copyright Holders
18+
Copyright (c) 2018 Oracle
19+
20+
== Additional Copyright holders
21+
22+
Copyright (c) 2018 Payara Foundation
23+
24+
This project contains icons based on the org.eclipse.images
25+
26+
Copyright (c) 2015 l33t labs LLC.
27+
28+
See
29+
* https://repo.eclipse.org/content/repositories/eclipse/
30+
* git:git://git.eclipse.org/gitroot/platform/eclipse.platform.images.git

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Payara Tools for Eclipse
2+
3+
### Ecosystem Plugin Support
4+
Support for the Eclipse IDE Payara Tools plugin is handled in the [Ecosystem Support Repository](https://github.com/payara/ecosystem-support)
5+
6+
### Eclipse Payara Tools Documentation
7+
Full documentation for the configuration and usage of the Eclipse Payara Tools plugin can be found in the [technical documentation](https://docs.payara.fish/community/docs/Technical%20Documentation/Ecosystem/IDE%20Integration/Eclipse%20Plugin/Overview.html)

bundles/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>payara-tools-for-eclipse</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

0 commit comments

Comments
 (0)