builds with mvn clean eclipse:eclipse

This commit is contained in:
Kamil Patryk Kozakowski
2024-05-15 17:31:23 +02:00
parent a0481f0bf4
commit 3c81072e72
8 changed files with 154 additions and 20 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>click.kamil.feature</name>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>click.kamil.ui</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@@ -20,8 +20,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>

View File

@@ -11,11 +11,11 @@ public class SampleHandler extends AbstractHandler {
@Override
public Object execute(ExecutionEvent event) throws ExecutionException {
// IWorkbenchWindow window = HandlerUtil.getActiveWorkbenchWindowChecked(event);
// MessageDialog.openInformation(
// window.getShell(),
// "Java Ui",
// "Hello, Eclipse world");
IWorkbenchWindow window = HandlerUtil.getActiveWorkbenchWindowChecked(event);
MessageDialog.openInformation(
window.getShell(),
"Java Ui",
"Hello, Eclipse world");
return null;
}
}

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.112.0.v20190205-1313/org.eclipse.ui-3.112.0.v20190205-1313.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.8.400.v20190218-2131/org.eclipse.ui.console-3.8.400.v20190218-2131.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.110.0.v20190305-0602/org.eclipse.swt-3.110.0.v20190305-0602.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.15.200.v20190301-1641/org.eclipse.core.runtime-3.15.200.v20190301-1641.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.13.300.v20190218-1622/org.eclipse.osgi-3.13.300.v20190218-1622.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.w3c.dom.events/3.0.0.draft20060413_v201105210656/org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.w3c.dom.svg/1.1.0.v201011041433/org.w3c.dom.svg-1.1.0.v201011041433.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.10.0.v20180703-1553/org.apache.batik.css-1.10.0.v20180703-1553.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.10.0.v20180703-1553/org.apache.batik.util-1.10.0.v20180703-1553.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.batik.constants/1.10.0.v20180703-1553/org.apache.batik.constants-1.10.0.v20180703-1553.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n/1.10.0.v20180703-1553/org.apache.batik.i18n-1.10.0.v20180703-1553.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics/2.2.0.v20180809-1640/org.apache.xmlgraphics-2.2.0.v20180809-1640.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.commons.io/2.6.0.v20190123-2029/org.apache.commons.io-2.6.0.v20190123-2029.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.felix.scr/2.1.14.v20190123-1619/org.apache.felix.scr-2.1.14.v20190123-1619.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.8.0.v20190206-2147/org.eclipse.osgi.services-3.8.0.v20190206-2147.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.util/3.5.200.v20190115-2323/org.eclipse.osgi.util-3.5.200.v20190115-2323.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.6.400.v20190214-2156/org.eclipse.compare.core-3.6.400.v20190214-2156.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/com.ibm.icu/63.1.0.v20181030-1705/com.ibm.icu-63.1.0.v20181030-1705.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.300.v20190215-1957/org.eclipse.core.commands-3.9.300.v20190215-1957.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.300.v20190218-2100/org.eclipse.equinox.common-3.10.300.v20190218-2100.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.300.v20190215-2048/org.eclipse.core.contenttype-3.7.300.v20190215-2048.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.7.300.v20190218-2100/org.eclipse.equinox.preferences-3.7.300.v20190218-2100.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.8.300.v20190218-2100/org.eclipse.equinox.registry-3.8.300.v20190218-2100.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.7.200.v20190216-1545/org.eclipse.core.databinding-1.7.200.v20190216-1545.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.6.400.v20190218-2049/org.eclipse.core.databinding.observable-1.6.400.v20190218-2049.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.6.400.v20190215-1957/org.eclipse.core.databinding.property-1.6.400.v20190215-1957.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.300.v20190218-1215/org.eclipse.core.expressions-3.6.300.v20190218-1215.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.300.v20190215-2048/org.eclipse.core.jobs-3.10.300.v20190215-2048.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.4.100.v20190215-2139/org.eclipse.equinox.app-1.4.100.v20190215-2139.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.400.v20190214-1545/org.eclipse.core.variables-3.4.400.v20190214-1545.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/0.12.500.v20190131-1604/org.eclipse.e4.core.commands-0.12.500.v20190131-1604.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.7.100.v20180817-1215/org.eclipse.e4.core.di-1.7.100.v20180817-1215.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.8.0.v20190214-1713/org.eclipse.e4.core.contexts-1.8.0.v20190214-1713.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.1.400.v20181215-2145/org.eclipse.e4.core.services-2.1.400.v20181215-2145.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.6.300.v20190214-1713/org.eclipse.e4.core.di.annotations-1.6.300.v20190214-1713.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.15.300.v20190213-1308/org.eclipse.e4.core.di.extensions-0.15.300.v20190213-1308.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.15.200.v20180817-1215/org.eclipse.e4.core.di.extensions.supplier-0.15.200.v20180817-1215.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.2.200.v20180828-0227/org.eclipse.e4.emf.xpath-0.2.200.v20180828-0227.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.12.400.v20190131-1604/org.eclipse.e4.ui.bindings-0.12.400.v20190131-1604.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.15.100.v20190222-1334/org.eclipse.jface-3.15.100.v20190222-1334.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.500.v20190211-2017/org.eclipse.e4.ui.css.core-0.12.500.v20190211-2017.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.400.v20190223-1254/org.eclipse.e4.ui.css.swt-0.13.400.v20190223-1254.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.12.200.v20190212-2214/org.eclipse.e4.ui.css.swt.theme-0.12.200.v20190212-2214.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.2.500.v20190214-1316/org.eclipse.e4.ui.di-1.2.500.v20190214-1316.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.300.v20190213-1544/org.eclipse.e4.ui.model.workbench-2.1.300.v20190213-1544.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.3.400.v20190212-2214/org.eclipse.e4.ui.services-1.3.400.v20190212-2214.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event/1.5.0.v20181008-1938/org.eclipse.equinox.event-1.5.0.v20181008-1938.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.2.300.v20180920-1522/org.eclipse.e4.ui.widgets-1.2.300.v20180920-1522.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.9.0.v20190220-1356/org.eclipse.e4.ui.workbench-1.9.0.v20190220-1356.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.13.0.v20180706-1146/org.eclipse.emf.ecore.change-2.13.0.v20180706-1146.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.3.400.v20190224-1542/org.eclipse.e4.ui.workbench.addons.swt-1.3.400.v20190224-1542.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.14.500.v20190220-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.14.500.v20190220-1002.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.14.500.v20190214-0851/org.eclipse.e4.ui.workbench.swt-0.14.500.v20190214-0851.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.8.500.v20190218-2049/org.eclipse.jface.databinding-1.8.500.v20190218-2049.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.15.0.v20181213-1706/org.eclipse.e4.ui.workbench3-0.15.0.v20181213-1706.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.8.300.v20190216-1017/org.eclipse.help-3.8.300.v20190216-1017.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.15.100.v20190305-0811/org.eclipse.jface.text-3.15.100.v20190305-0811.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.8.100.v20190306-1823/org.eclipse.text-3.8.100.v20190306-1823.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.113.0.v20190219-1432/org.eclipse.ui.workbench-3.113.0.v20190219-1432.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.11.300.v20190218-2126/org.eclipse.ui.workbench.texteditor-3.11.300.v20190218-2126.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.w3c.dom.smil/1.0.1.v200903091627/org.w3c.dom.smil-1.0.1.v200903091627.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.110.0.v20190305-0602/org.eclipse.swt.gtk.linux.x86_64-3.110.0.v20190305-0602.jar"/>
<classpathentry kind="lib" path="/home/kamil/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.110.0.v20190305-0602/org.eclipse.swt.win32.win32.x86_64-3.110.0.v20190305-0602.jar"/>
<classpathentry kind="src" path="/click.kamil.ui"/>
</classpath>

View File

@@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>click.kamil.updatesite</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
</natures>
<name>click.kamil.updatesite</name>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>click.kamil.feature</project>
<project>click.kamil.ui</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
</classpath>

View File

@@ -0,0 +1 @@
/target/

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>click.kamil.targetplatform.eclipseneon</name>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects/>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>