Skip to content

Commit

Permalink
git subrepo pull libs/jstyleparser
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "libs/jstyleparser"
  merged:   "075eb783d1"
upstream:
  origin:   "[email protected]:daisy/jStyleParser.git"
  branch:   "org.daisy.libs"
  commit:   "5072a3b4c9"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
  • Loading branch information
bertfrees committed Jan 4, 2025
1 parent 1801fa5 commit e78cd2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/jstyleparser/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
remote = [email protected]:daisy/jStyleParser.git
branch = org.daisy.libs
commit = 5072a3b4c936afbad9adc0135a2c43c3b570bef7
parent = e8afbb7b8dfb53a7609dc33a25dde68aeb5741ea
parent = 95cc4219dd1b9ae2b6920e95a9bdc768d36b1505
cmdver = 0.3.1
5 changes: 3 additions & 2 deletions libs/jstyleparser/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<!--
Expand All @@ -12,7 +13,7 @@

<groupId>org.daisy.libs</groupId>
<artifactId>jstyleparser</artifactId>
<version>1.20-p22-SNAPSHOT</version>
<version>1.20-p23-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>jStyleParser</name>
<description>jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox library. While handling errors, it is user agent conforming according to the CSS specification.</description>
Expand Down Expand Up @@ -369,4 +370,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit e78cd2e

Please sign in to comment.