Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
173 commits
Select commit Hold shift + click to select a range
591f528
added extra layer in model to implement more schemas
brayjmendoza Jan 28, 2026
90575ed
started extensions grammar
brayjmendoza Jan 29, 2026
bebd4e4
finished extension schema and renamed some csr elements
brayjmendoza Feb 8, 2026
d83a1b1
tried some fixes in both ext and csr
brayjmendoza Feb 9, 2026
b8a8994
Merge branch 'riscv:main' into main
brayjmendoza Feb 9, 2026
e3b15ca
merging progress
lughnasam Feb 9, 2026
22ccad9
writing tests for extensions
lughnasam Feb 9, 2026
0bc23cd
fixed illegal state exception
brayjmendoza Feb 12, 2026
8a0c728
Added validator rule requiring ratification date
izgodoy Feb 12, 2026
91b4050
Merge branch 'PRIDE1098-extensions' of https://github.com/niluo-shiqi…
izgodoy Feb 12, 2026
2231793
reorganized grammar/validator a little
brayjmendoza Feb 12, 2026
1cf497a
Merge branch 'PRIDE1098-extensions' of github.com:niluo-shiqi/riscv-u…
brayjmendoza Feb 12, 2026
5f73d95
Fixed location of error thrown for ratification dates.
izgodoy Feb 12, 2026
e83bab8
Merge branch 'PRIDE1098-extensions' of https://github.com/niluo-shiqi…
izgodoy Feb 12, 2026
d44aba5
reorganized grammar code
brayjmendoza Feb 15, 2026
5da203a
i think whitespace awareness is broken
brayjmendoza Feb 15, 2026
5d3f16c
reverted whitespace change
brayjmendoza Feb 16, 2026
4c55d87
extensions and csr schemas fully fixed
brayjmendoza Feb 22, 2026
c7ec349
added tests files to run/testudb
brayjmendoza Feb 22, 2026
0de24d5
Merge remote-tracking branch 'upstream/main'
brayjmendoza Feb 22, 2026
8e7f519
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Feb 22, 2026
d539c51
styled validator
brayjmendoza Feb 22, 2026
7a0e633
deleted extra folder for test files
brayjmendoza Feb 22, 2026
89b7ce9
Added instruction schema to grammar and validator
niluo-shiqi Feb 23, 2026
da5fd08
Merge branch 'main' of https://github.com/niluo-shiqi/riscv-unified-d…
niluo-shiqi Feb 23, 2026
43f26c4
Finished up inst schema validator (inherit address regexes)
niluo-shiqi Feb 23, 2026
2b57f3b
Added Encoding regex validation
niluo-shiqi Feb 24, 2026
5f1c8ff
Merge remote-tracking branch 'upstream/main'
brayjmendoza Feb 24, 2026
e5edb8b
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Feb 24, 2026
84e123c
Reverted Hex terminal Change
niluo-shiqi Feb 24, 2026
13529db
Merge branch 'main' of https://github.com/niluo-shiqi/riscv-unified-d…
niluo-shiqi Feb 24, 2026
ee10197
Added runtime test files for inst
niluo-shiqi Feb 24, 2026
8df2577
changed inst rule names and added binary to int conversion
brayjmendoza Feb 24, 2026
1311698
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Feb 24, 2026
efc5c87
Fixed encoding grammar(inst) and validator
niluo-shiqi Feb 26, 2026
f58108f
Carried over Brayden's changes
niluo-shiqi Feb 26, 2026
c5fe4a9
ls jar file
niluo-shiqi Feb 28, 2026
b16b60a
fixed and styled csr validator
brayjmendoza Mar 3, 2026
09873ec
fixed up ext validator
brayjmendoza Mar 3, 2026
b04aa86
Fixed and styled inst validator
niluo-shiqi Mar 4, 2026
476bd59
Merge Inst validator fix with ext validator fix
niluo-shiqi Mar 4, 2026
c629c4d
Assigned DefinedBy in inst and csr to use Condition(still string)
niluo-shiqi Mar 5, 2026
1c3a1ec
Altered CsrAffectedBy to use Cross Referencing
niluo-shiqi Mar 6, 2026
9f4b316
Updated ParsingTest to reflect grammar changes
niluo-shiqi Mar 6, 2026
68c8ac6
Added more common fields for upcoming schemas
niluo-shiqi Mar 26, 2026
e39d4ad
Merge remote-tracking branch 'upstream/main'
brayjmendoza Mar 28, 2026
fd990aa
tried adding jruby
brayjmendoza Mar 29, 2026
db176b4
linked treetop with xtext, but need to figure out gems
brayjmendoza Mar 29, 2026
1264f9a
language server now up to date
niluo-shiqi Apr 6, 2026
299a4df
Merge remote-tracking branch 'origin/main' into main
niluo-shiqi Apr 6, 2026
978d7ab
Removed sail field (deprecated)
niluo-shiqi Apr 7, 2026
780edc4
updated jruby
brayjmendoza Apr 11, 2026
b190e14
java compatibility
brayjmendoza Apr 11, 2026
aba5b5f
modified jruby scriplet
brayjmendoza Apr 11, 2026
0649fc4
fixed some vendoring issues
brayjmendoza Apr 11, 2026
f055b11
maven to copy idlc
brayjmendoza Apr 11, 2026
7468e51
fixed maven copying idlc
brayjmendoza Apr 11, 2026
aed02fb
fixed ruby scriptlet
brayjmendoza Apr 12, 2026
27acd8d
added idl validation
brayjmendoza Apr 12, 2026
21adf90
updated test files
brayjmendoza Apr 12, 2026
0a533fa
removed sail from inst
brayjmendoza Apr 12, 2026
f242d6e
comments & jrubyVersion property
brayjmendoza Apr 13, 2026
209bf92
added some properties
brayjmendoza Apr 13, 2026
7ef683a
fixed validator
brayjmendoza Apr 13, 2026
dcae220
Merge branch 'PRIDE1102-idl2' of github.com:niluo-shiqi/riscv-unified…
brayjmendoza Apr 13, 2026
2b08d46
update classpath
brayjmendoza Apr 13, 2026
d001979
added maven plugin to automate jruby installing ruby gems
brayjmendoza Apr 13, 2026
acf7ebd
Changed license.txt from MIT to HMC Qualcomm Clinic team
niluo-shiqi Apr 16, 2026
af2bdea
Remove large language server jar
niluo-shiqi Apr 16, 2026
1b5f1e4
fix prek linking errors
dhower-qc Apr 16, 2026
89a8346
Merge branch 'main' of .git into review-udb-1795
dhower-qc Apr 16, 2026
f4b115c
Merge remote-tracking branch 'upstream/main'
brayjmendoza Apr 16, 2026
fe6aeeb
Merge branch 'main' of https://github.com/niluo-shiqi/riscv-unified-d…
brayjmendoza Apr 16, 2026
39b571b
Merge remote-tracking branch 'niluo-shiqi/main' into review-udb-1795
dhower-qc Apr 16, 2026
fdd1228
Merge remote-tracking branch 'origin/PRIDE1102-idl2'
brayjmendoza Apr 16, 2026
2c8b0f4
Merge branch 'main' of https://github.com/niluo-shiqi/riscv-unified-d…
brayjmendoza Apr 16, 2026
1fd8754
added newlines to end of files
brayjmendoza Apr 16, 2026
3756c52
trying to make precommit happy
brayjmendoza Apr 16, 2026
5a623fb
fixed junit tests
brayjmendoza Apr 16, 2026
3dd80ef
ignore .jar file
brayjmendoza Apr 16, 2026
19f6514
fixed xtext ci
brayjmendoza Apr 20, 2026
cda82c2
made precommit changes and fixed java/xtext ci
brayjmendoza Apr 20, 2026
a3aa228
fix build.properties and one more precommit fix
brayjmendoza Apr 20, 2026
8d7ad6e
Updated mocha tests
niluo-shiqi Apr 20, 2026
9693fc4
Merge remote-tracking branch 'origin/main' into main
niluo-shiqi Apr 20, 2026
eb34a3d
Edited LS CI test to generate and copy over ls file upon run
niluo-shiqi Apr 20, 2026
8dad671
Fixed mocha test logic
niluo-shiqi Apr 21, 2026
e3773de
Changed indentation to whitespace in regress.yml
niluo-shiqi Apr 21, 2026
b0aefe8
Ensure creation of server folder regress.yml
niluo-shiqi Apr 21, 2026
c45af0b
Merged interrupt_code schema into main
niluo-shiqi Apr 21, 2026
39249d0
Merged exception_code schema into main
niluo-shiqi Apr 21, 2026
0e09d3e
modified grammar to make conversion script easier
brayjmendoza Apr 21, 2026
325eb91
Merge remote-tracking branch 'origin/main' into main
brayjmendoza Apr 21, 2026
f67aadf
added script to convert .udb to .yaml and vice versa
brayjmendoza Apr 22, 2026
7690e92
some pre-commit stuff
brayjmendoza Apr 22, 2026
65241a5
fixed junit tests
brayjmendoza Apr 22, 2026
ef89df4
Merged Inst Opcode schema into main
niluo-shiqi Apr 22, 2026
3acd30e
Updated pom.xml to copy over jruby dependencies for ls
niluo-shiqi Apr 22, 2026
6dbfd1d
resolve merge
brayjmendoza Apr 22, 2026
d7b3c02
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Apr 22, 2026
d4dd861
Merged Inst Var Type schema into main & added validator javadoc comments
niluo-shiqi Apr 23, 2026
377ff02
Changed affectedBy to only reference ExtModel...,
niluo-shiqi Apr 23, 2026
e7367e3
tried merging conditions
brayjmendoza Apr 23, 2026
b9ce88f
added todo
brayjmendoza Apr 23, 2026
7d9ce49
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Apr 23, 2026
19c2bc6
put quotes around non-yaml arrays of strings
brayjmendoza Apr 23, 2026
9e3ad83
Pulled from main and commented in all changes from profile grammar
izgodoy Apr 24, 2026
bba3565
Merged Register File Schema into main, also updated Runtime Name
niluo-shiqi Apr 24, 2026
eea667c
Merged Manual Schema into main
niluo-shiqi Apr 24, 2026
1672626
Merged manual version schema into main, uncommented conditions
niluo-shiqi Apr 24, 2026
00a6757
Merged Profile Family schema into main, uncommented conditions,
niluo-shiqi Apr 24, 2026
8dbe2cc
Accidentally deleted csr schema validation, added it back
niluo-shiqi Apr 24, 2026
0092084
style
brayjmendoza Apr 24, 2026
c3f0260
removed TODO
brayjmendoza Apr 24, 2026
c576791
removed duplicate line
brayjmendoza Apr 24, 2026
840c9bb
debugged script and added some fields
brayjmendoza Apr 24, 2026
2fab719
added profile schema
brayjmendoza Apr 24, 2026
a96b286
fixed bug in inst schema
brayjmendoza Apr 24, 2026
e45de47
added support for profile schema
brayjmendoza Apr 24, 2026
a693e83
forgot to uncomment condition
brayjmendoza Apr 24, 2026
6408323
Merged Config Schema into main
niluo-shiqi Apr 24, 2026
26d8f8c
Merge remote-tracking branch 'origin/main' into main3
niluo-shiqi Apr 24, 2026
1e67b8b
compatibility for requiresNot
brayjmendoza Apr 24, 2026
0faf21e
removed TODO
brayjmendoza Apr 24, 2026
5117d0f
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Apr 24, 2026
e33c7fd
style
brayjmendoza Apr 24, 2026
9d060e0
removed unused imports
brayjmendoza Apr 24, 2026
1f8194a
Merged Non ISA schema into main
niluo-shiqi Apr 25, 2026
765d215
changed all ID into string
brayjmendoza Apr 25, 2026
fcdaa71
Added yearMonthDay validations
niluo-shiqi Apr 25, 2026
626467e
Changed strings to IDL
niluo-shiqi Apr 25, 2026
de1e466
uncommented conditions
brayjmendoza Apr 25, 2026
a0772a3
Create regen-udb-ls.sh
niluo-shiqi Apr 25, 2026
c9220f7
Create regen-udb-ls.bat
niluo-shiqi Apr 25, 2026
5c446e7
non isa bug fix
brayjmendoza Apr 25, 2026
19b5d06
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Apr 25, 2026
dd9c80c
updated script to match most recent grammar
brayjmendoza Apr 25, 2026
f1d2840
Updated vscode highlighting colors for accessibility
mrseifert04 Apr 25, 2026
1fac99d
partially fixed junit tests
brayjmendoza Apr 25, 2026
c7fac21
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Apr 25, 2026
7a551e2
fixed unordering bug
brayjmendoza Apr 25, 2026
be5e9a3
fixed mwe2 error
brayjmendoza Apr 25, 2026
246b679
Fixed Cross referencing
niluo-shiqi Apr 25, 2026
d1f0fd4
fixed junit test
brayjmendoza Apr 25, 2026
7011fb0
Updated test files for LS Mocha tests
niluo-shiqi Apr 25, 2026
003210f
Merge remote-tracking branch 'origin/main' into main
niluo-shiqi Apr 25, 2026
8b2cdee
Added trailing whitespace, also fixed comment style
niluo-shiqi Apr 25, 2026
6bf0ac1
precommit stuff
brayjmendoza Apr 25, 2026
e36b0b0
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Apr 25, 2026
50b50d0
Extended LS test wait time to ensure it loads before checking for errors
niluo-shiqi Apr 25, 2026
049e751
Merge remote-tracking branch 'origin/main' into main
niluo-shiqi Apr 25, 2026
3ed04e5
Update regress.yml
niluo-shiqi Apr 25, 2026
bb57750
Updated ls test test file for faster parsing
niluo-shiqi Apr 25, 2026
9084786
Merge remote-tracking branch 'origin/main' into main
niluo-shiqi Apr 25, 2026
dfb2140
Wait longer for diagnostics
niluo-shiqi Apr 25, 2026
6670805
Added license headers in ls scripts
niluo-shiqi Apr 25, 2026
036522b
moved shebang back to line 1
niluo-shiqi Apr 25, 2026
670643a
removed trailing whitespace
brayjmendoza Apr 25, 2026
e33171a
Merge branch 'main' of github.com:niluo-shiqi/riscv-unified-db-hmc-cl…
brayjmendoza Apr 25, 2026
117c326
styling
brayjmendoza Apr 25, 2026
6c6b0f1
more pre-commit stuff
brayjmendoza Apr 25, 2026
3fde345
last pre-commit change hopefully
brayjmendoza Apr 25, 2026
b5ea188
trimmed trailing whitespace
brayjmendoza Apr 26, 2026
f31723c
Ready for PR
niluo-shiqi Apr 26, 2026
8b7f35e
Replaced bin folder
niluo-shiqi Apr 26, 2026
6f0e267
Delete .github/.DS_Store
niluo-shiqi Apr 26, 2026
8126cd3
empty README for developer guide
brayjmendoza Apr 28, 2026
71f3b0c
Add readme and version update information associated with vscode
niluo-shiqi Apr 28, 2026
a7436b9
fixing merge with main
brayjmendoza Apr 30, 2026
379446f
replaced ruby-gems
brayjmendoza Apr 30, 2026
6077180
Delete tools/ruby-gems/udb-gen/sorbet/config
brayjmendoza Apr 30, 2026
ffae864
Delete tools/ruby-gems/idlc/sorbet/config
brayjmendoza Apr 30, 2026
a55551d
fixed symlinks
brayjmendoza Apr 30, 2026
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
22 changes: 22 additions & 0 deletions .github/workflows/regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,28 @@ jobs:
with:
distribution: temurin
java-version: '21'
cache: maven
- name: Build language server JAR
working-directory: tools/eclipse/dev/org.xtext.udb.parent
env:
MAVEN_OPTS: -Djdk.xml.maxGeneralEntitySizeLimit=0
-Djdk.xml.totalEntitySizeLimit=0 -Djdk.xml.entityExpansionLimit=0
run: |
mvn clean verify -DskipTests
mvn -DskipTests package
- name: Copy JAR and Ruby deps to extension folder
run: |
mkdir -p server
JAR=$(find ../dev/org.xtext.udb.parent/org.xtext.udb.ide/target -name "*SNAPSHOT-ls.jar" -type f)
if [ -z "$JAR" ]; then
echo "ERROR: JAR not found!"
exit 1
fi
echo "Found JAR: $JAR"
cp "$JAR" server/udb-ls-all.jar
cp -r ../dev/org.xtext.udb.parent/org.xtext.udb.jruby/idlc server/idlc
cp -r ../dev/org.xtext.udb.parent/org.xtext.udb.jruby/vendor server/vendor
ls -lh server/
- name: Install deps
run: npm ci
- name: Compile
Expand Down
6 changes: 6 additions & 0 deletions tools/eclipse/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ src-gen/
target/
build/
.gradle/
**/*.jar

# Generated for treetop compatbility
lib/
vendor/
idlc/

node_modules/

Expand Down
1 change: 1 addition & 0 deletions tools/eclipse/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Programmable RISC-V IDE (PRIDE) Developer Guide
11 changes: 11 additions & 0 deletions tools/eclipse/dev/org.xtext.udb.parent/.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1777165792843</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src-gen">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="xtend-gen">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
Expand All @@ -30,11 +25,27 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
<filteredResources>
<filter>
<id>1777165792840</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,40 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>copy-to-vscode-server</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<!-- Copy and rename jar to udb-ls-all.jar -->
<copy todir="${project.basedir}/../../../udb-vscode/server"
flatten="true">
<fileset dir="${project.build.directory}">
<include name="*-ls.jar"/>
</fileset>
<mapper type="glob" from="*-ls.jar" to="udb-ls-all.jar"/>
</copy>
<!-- Copy idlc from ruby-gems -->
<copy todir="${project.basedir}/../../../udb-vscode/server/idlc">
<fileset dir="${project.basedir}/../../../../ruby-gems/idlc"/>
</copy>
<!-- Copy vendor from jruby module -->
<copy todir="${project.basedir}/../../../udb-vscode/server/vendor">
<fileset dir="${project.basedir}/../org.xtext.udb.jruby/vendor"/>
</copy>
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Manifest-Version: 1.0
Automatic-Module-Name: org.xtext.udb.jruby
Bundle-ManifestVersion: 2
Bundle-Name: JRuby Bundle
Bundle-SymbolicName: org.xtext.udb.jruby
Bundle-Version: 1.0.0.qualifier
Import-Package: org.osgi.framework;version="1.8.0",
org.eclipse.core.runtime;version="3.5.0"
Export-Package: org.jruby,
org.jruby.embed,
org.jruby.embed.jsr223,
org.jruby.runtime,
org.jruby.runtime.builtin,
org.xtext.udb.jruby
Bundle-ClassPath: .,
lib/jruby-complete-10.0.5.0.jar,
lib/snakeyaml-engine-2.10.jar,
lib/bcprov-jdk18on-1.78.1.jar,
lib/bcpkix-jdk18on-1.78.1.jar
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
.,\
lib/jruby-complete-10.0.5.0.jar,\
lib/snakeyaml-engine-2.10.jar,\
lib/bcprov-jdk18on-1.78.1.jar,\
lib/bcpkix-jdk18on-1.78.1.jar,\
idlc/,\
vendor/
Loading
Loading