Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>pom</packaging>
<name>Eclipse Wild Web Developer - Parent</name>
<description>Wild Web Developer provides simple but efficient Web development tools in the Eclipse IDE</description>


<prerequisites>
<maven>3.6.3</maven>
Expand All @@ -20,7 +20,6 @@
</properties>

<modules>
<module>target-platform</module>
<module>org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64</module>
<module>org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64</module>
<module>org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64</module>
Expand Down Expand Up @@ -50,11 +49,7 @@
<artifactId>target-platform-configuration</artifactId>
<configuration>
<target>
<artifact>
<groupId>org.eclipse.wildwebdeveloper</groupId>
<artifactId>target-platform</artifactId>
<version>1.0.0-SNAPSHOT</version>
</artifact>
<file>${basedir}/../target-platform/target-platform.target</file>
</target>
</configuration>
</plugin>
Expand Down Expand Up @@ -244,7 +239,7 @@
<target>
<!-- See last answer of https://stackoverflow.com/questions/4368243/maven-antrun-with-sequential-ant-contrib-fails-to-run/45958355 -->
<!-- and http://ant-contrib.sourceforge.net/tasks/tasks/index.html -->
<taskdef resource="net/sf/antcontrib/antlib.xml"
<taskdef resource="net/sf/antcontrib/antlib.xml"
classpathref="maven.plugin.classpath" />
<for param="jarFile">
<fileset dir="${project.basedir}/target" includes="**/*.jar" />
Expand Down
6 changes: 0 additions & 6 deletions target-platform/.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
4 changes: 0 additions & 4 deletions target-platform/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

10 changes: 0 additions & 10 deletions target-platform/pom.xml

This file was deleted.