-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8becf74
commit e59f4af
Showing
17 changed files
with
342 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of veraPDF Model Syntax, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
veraPDF Model Syntax is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with veraPDF Model Syntax as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
veraPDF Model Syntax as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<artifactId>verapdf-parent</artifactId> | ||
<groupId>org.verapdf</groupId> | ||
<version>1.27.1</version> | ||
<version>1.27.2</version> | ||
</parent> | ||
|
||
<groupId>org.verapdf</groupId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# | ||
# This file is part of VERA PDF Feature, a module of the veraPDF project. | ||
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
# All rights reserved. | ||
# | ||
# VERA PDF Feature is free software: you can redistribute it and/or modify | ||
# it under the terms of either: | ||
# | ||
# The GNU General public license GPLv3+. | ||
# You should have received a copy of the GNU General Public License | ||
# along with VERA PDF Feature as the LICENSE.GPL file in the root of the source | ||
# tree. If not, see http://www.gnu.org/licenses/ or | ||
# https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
# | ||
# The Mozilla Public License MPLv2+. | ||
# You should have received a copy of the Mozilla Public License along with | ||
# VERA PDF Feature as the LICENSE.MPL file in the root of the source tree. | ||
# If a copy of the MPL was not distributed with this file, you can obtain one at | ||
# http://mozilla.org/MPL/2.0/. | ||
# | ||
|
||
bin.includes =feature.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of VERA PDF Feature, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
VERA PDF Feature is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with VERA PDF Feature as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
VERA PDF Feature as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<feature id="org.verapdf.sdk" | ||
label="Model SDK Feature " | ||
version="1.27.0"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of VERA PDF Feature, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
VERA PDF Feature is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with VERA PDF Feature as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
VERA PDF Feature as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# | ||
# This file is part of VERA PDF Tests, a module of the veraPDF project. | ||
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
# All rights reserved. | ||
# | ||
# VERA PDF Tests is free software: you can redistribute it and/or modify | ||
# it under the terms of either: | ||
# | ||
# The GNU General public license GPLv3+. | ||
# You should have received a copy of the GNU General Public License | ||
# along with VERA PDF Tests as the LICENSE.GPL file in the root of the source | ||
# tree. If not, see http://www.gnu.org/licenses/ or | ||
# https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
# | ||
# The Mozilla Public License MPLv2+. | ||
# You should have received a copy of the Mozilla Public License along with | ||
# VERA PDF Tests as the LICENSE.MPL file in the root of the source tree. | ||
# If a copy of the MPL was not distributed with this file, you can obtain one at | ||
# http://mozilla.org/MPL/2.0/. | ||
# | ||
|
||
source.. = src/,\ | ||
src-gen/,\ | ||
xtend-gen/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of VERA PDF Tests, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
VERA PDF Tests is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with VERA PDF Tests as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
VERA PDF Tests as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# | ||
# This file is part of VERA PDF UI, a module of the veraPDF project. | ||
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
# All rights reserved. | ||
# | ||
# VERA PDF UI is free software: you can redistribute it and/or modify | ||
# it under the terms of either: | ||
# | ||
# The GNU General public license GPLv3+. | ||
# You should have received a copy of the GNU General Public License | ||
# along with VERA PDF UI as the LICENSE.GPL file in the root of the source | ||
# tree. If not, see http://www.gnu.org/licenses/ or | ||
# https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
# | ||
# The Mozilla Public License MPLv2+. | ||
# You should have received a copy of the Mozilla Public License along with | ||
# VERA PDF UI as the LICENSE.MPL file in the root of the source tree. | ||
# If a copy of the MPL was not distributed with this file, you can obtain one at | ||
# http://mozilla.org/MPL/2.0/. | ||
# | ||
|
||
source.. = src/,\ | ||
src-gen/,\ | ||
xtend-gen/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of VERA PDF UI, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
VERA PDF UI is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with VERA PDF UI as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
VERA PDF UI as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<?eclipse version="3.0"?> | ||
|
||
<plugin> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of VERA PDF UI, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
VERA PDF UI is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with VERA PDF UI as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
VERA PDF UI as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of VERA PDF UI, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* VERA PDF UI is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with VERA PDF UI as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* VERA PDF UI as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
/* | ||
* generated by Xtext | ||
*/ | ||
|
20 changes: 20 additions & 0 deletions
20
org.verapdf.ui/src/org/verapdf/ui/syntaxcoloring/AntlrTokenToAttributeIdMapper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of VERA PDF UI, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* VERA PDF UI is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with VERA PDF UI as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* VERA PDF UI as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.verapdf.ui.syntaxcoloring; | ||
|
||
import org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# | ||
# This file is part of veraPDF Validation Model DSL, a module of the veraPDF project. | ||
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
# All rights reserved. | ||
# | ||
# veraPDF Validation Model DSL is free software: you can redistribute it and/or modify | ||
# it under the terms of either: | ||
# | ||
# The GNU General public license GPLv3+. | ||
# You should have received a copy of the GNU General Public License | ||
# along with veraPDF Validation Model DSL as the LICENSE.GPL file in the root of the source | ||
# tree. If not, see http://www.gnu.org/licenses/ or | ||
# https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
# | ||
# The Mozilla Public License MPLv2+. | ||
# You should have received a copy of the Mozilla Public License along with | ||
# veraPDF Validation Model DSL as the LICENSE.MPL file in the root of the source tree. | ||
# If a copy of the MPL was not distributed with this file, you can obtain one at | ||
# http://mozilla.org/MPL/2.0/. | ||
# | ||
|
||
source.. = src/,\ | ||
src-gen/,\ | ||
xtend-gen/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of veraPDF Validation Model DSL, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
veraPDF Validation Model DSL is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with veraPDF Validation Model DSL as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
veraPDF Validation Model DSL as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<?eclipse version="3.0"?> | ||
|
||
<plugin> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
<!-- | ||
This file is part of veraPDF Validation Model DSL, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
veraPDF Validation Model DSL is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with veraPDF Validation Model DSL as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
veraPDF Validation Model DSL as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
Oops, something went wrong.