@@ -14,7 +14,7 @@ const RNG_SEARCH_DIRS = [
14
14
const RNG_FILES = [
15
15
'src/article/JATS-publishing.rng' ,
16
16
'src/article/JATS-archiving.rng' ,
17
- 'src/article/JATS4R .rng' ,
17
+ 'src/article/DarArticle .rng' ,
18
18
'src/article/TextureJATS.rng'
19
19
]
20
20
@@ -40,8 +40,8 @@ b.task('compile:jats', () => {
40
40
_compileSchema ( 'JATS-archiving' , RNG_FILES [ 1 ] , RNG_SEARCH_DIRS , RNG_FILES . slice ( 1 , 2 ) )
41
41
} )
42
42
43
- b . task ( 'compile:jats4r ' , ( ) => {
44
- _compileSchema ( 'JATS4R ' , RNG_FILES [ 2 ] , RNG_SEARCH_DIRS , RNG_FILES . slice ( 0 , 3 ) )
43
+ b . task ( 'compile:dar-article ' , ( ) => {
44
+ _compileSchema ( 'DarArticle ' , RNG_FILES [ 2 ] , RNG_SEARCH_DIRS , RNG_FILES . slice ( 0 , 3 ) )
45
45
} )
46
46
47
47
b . task ( 'compile:texture-jats' , ( ) => {
@@ -51,11 +51,11 @@ b.task('compile:texture-jats', () => {
51
51
b . task ( 'compile:debug' , ( ) => {
52
52
_compileSchema ( 'JATS-publishing' , RNG_FILES [ 0 ] , RNG_SEARCH_DIRS , RNG_FILES . slice ( 0 , 1 ) , { debug : true } )
53
53
_compileSchema ( 'JATS-archiving' , RNG_FILES [ 1 ] , RNG_SEARCH_DIRS , RNG_FILES . slice ( 1 , 2 ) , { debug : true } )
54
- _compileSchema ( 'JATS4R ' , RNG_FILES [ 2 ] , RNG_SEARCH_DIRS , RNG_FILES . slice ( 0 , 3 ) , { debug : true } )
54
+ _compileSchema ( 'DarArticle ' , RNG_FILES [ 2 ] , RNG_SEARCH_DIRS , RNG_FILES . slice ( 0 , 3 ) , { debug : true } )
55
55
_compileSchema ( 'TextureJATS' , RNG_FILES [ 3 ] , RNG_SEARCH_DIRS , RNG_FILES . slice ( 0 , 4 ) , { debug : true } )
56
56
} )
57
57
58
- b . task ( 'compile:schema' , [ 'compile:jats' , 'compile:jats4r ' , 'compile:texture-jats' ] )
58
+ b . task ( 'compile:schema' , [ 'compile:jats' , 'compile:dar-article ' , 'compile:texture-jats' ] )
59
59
60
60
b . task ( 'build:browser' , [ 'compile:schema' ] , ( ) => {
61
61
_buildLib ( DIST , 'browser' )
0 commit comments