Skip to content

Commit

Permalink
rework maven builds into a more hygenic state
Browse files Browse the repository at this point in the history
pull sources directly from the canonical homes
and rework the common.pom to copy sources and resources
  • Loading branch information
ddyer0 committed Dec 6, 2023
1 parent 3a44cd9 commit 4fc7d4c
Showing 282 changed files with 2,838 additions and 4,932 deletions.
Binary file removed client/boardspace-maven/boardspace-maven.zip
Binary file not shown.
7 changes: 0 additions & 7 deletions client/boardspace-maven/boardspacedevelop/.project
Original file line number Diff line number Diff line change
@@ -14,13 +14,6 @@
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<linkedResources>
<link>
<name>codename1</name>
<type>2</type>
<location>F:/github/boardspace.net/client/boardspace-codename1/codename1</location>
</link>
</linkedResources>
<filteredResources>
<filter>
<id>1643414471994</id>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="org.eclipse.m2e.core.maven2Builder"/>
<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
</launchConfiguration>

This file was deleted.

14 changes: 13 additions & 1 deletion client/boardspace-maven/boardspacedevelop/android/.project
Original file line number Diff line number Diff line change
@@ -11,15 +11,27 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.m2e.core.maven2Builder (1).launch</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<linkedResources>
<link>
<name>android</name>
<type>2</type>
<location>G:/share/projects/boardspace-codename1/native/android</location>
</link>
</linkedResources>
<filteredResources>
<filter>
<id>1643340638973</id>
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding/<project>=UTF-8
7 changes: 2 additions & 5 deletions client/boardspace-maven/boardspacedevelop/android/pom.xml
Original file line number Diff line number Diff line change
@@ -25,12 +25,9 @@
<resources>

<resource>
<directory>src/main/java</directory>
<directory>../../../boardspace-codename1/native/android/</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</resources>
<plugins>
<plugin>
<groupId>com.codenameone</groupId>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4fc7d4c

Please sign in to comment.