File tree Expand file tree Collapse file tree 1 file changed +42
-1
lines changed
Expand file tree Collapse file tree 1 file changed +42
-1
lines changed Original file line number Diff line number Diff line change 44 # METADATA
55 #
66 # --------------------------------------------------------------------------------------------------------------
7- "mxversion" : "5.181 .1" ,
7+ "mxversion" : "5.190 .1" ,
88 "name" : "graalpython" ,
99 "versionConflictResolution" : "latest" ,
1010
8686 # PROJECTS
8787 #
8888 # --------------------------------------------------------------------------------------------------------------
89+ "externalProjects" : {
90+ "lib.python" : {
91+ "type" : "python" ,
92+ "path" : 'graalpython/lib-python' ,
93+ "source" : [
94+ "3"
95+ ]
96+ },
97+
98+ "lib.graalpython" : {
99+ "type" : "python" ,
100+ "path" : 'graalpython/lib-graalpython' ,
101+ "source" : []
102+ },
103+
104+ "perf.benchmarks" : {
105+ "type" : "python" ,
106+ "path" : 'graalpython/benchmarks' ,
107+ "source" : [
108+ "src"
109+ ]
110+ },
111+
112+ "util.scripts" : {
113+ "type" : "python" ,
114+ "path" : 'scripts' ,
115+ "source" : []
116+ },
117+
118+ "com.oracle.graal.python.cext" : {
119+ "type" : "python" ,
120+ "path" : "graalpython/com.oracle.graal.python.cext" ,
121+ "source" : [
122+ "include" ,
123+ "src" ,
124+ "modules"
125+ ]
126+ },
127+ },
128+
129+
89130 "projects" : {
90131 # GRAALPYTHON ANTLR
91132 "com.oracle.graal.python.parser.antlr" : {
You can’t perform that action at this time.
0 commit comments