Skip to content

Commit 6872d8b

Browse files
authored
Updated CodenameOneBuildClient and removed Xalan transitive dependency (#4524)
* Updated CodenameOneBuildClient and removed Xalan transitive dependency * Updated iOS screenshots
1 parent 9df5795 commit 6872d8b

34 files changed

+4
-7
lines changed

maven/CodeNameOneBuildClient.jar

903 KB
Binary file not shown.

maven/designer/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@
6565
<version>1.1</version>
6666
</dependency>
6767

68-
<!-- https://mvnrepository.com/artifact/xalan/xalan -->
69-
<dependency>
70-
<groupId>xalan</groupId>
71-
<artifactId>xalan</artifactId>
72-
<version>2.7.3</version>
73-
</dependency>
7468
<!-- https://mvnrepository.com/artifact/com.vaadin.external.flute/flute -->
7569
<dependency>
7670
<groupId>com.vaadin.external.flute</groupId>
@@ -206,4 +200,4 @@
206200
</build>
207201

208202

209-
</project>
203+
</project>

maven/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,9 @@
577577
<arg value="${project.build.directory}/generated-sources/project"/>
578578
<arg value="force" />
579579
</java>
580+
<copy file="${maven.multiModuleProjectDirectory}/CodeNameOneBuildClient.jar"
581+
tofile="${user.home}/.codenameone/CodeNameOneBuildClient.jar"
582+
overwrite="true"/>
580583
</target>
581584
</configuration>
582585
</execution>
-411 Bytes
Loading
-118 Bytes
Loading
-417 Bytes
Loading

scripts/ios/screenshots/Sheet.png

-1.94 KB
Loading
-2.59 KB
Loading
-2.74 KB
Loading
-70.2 KB
Loading

0 commit comments

Comments
 (0)