-
Notifications
You must be signed in to change notification settings - Fork 23

Description
I am working on a large project with lot of directories
and the package.xml becomes messy:
[fileinjavascript/initialization/SystemInitialization.st[/filein]
[filein]javascript/type/Extensions.st[/filein]
...
[filein]javascript/ast/Extensions.st[/filein]
[filein]javascript/ast/JSAstNode.st[/filein]
[filein]javascript/ast/JSFunction.st[/filein]
[filein]javascript/ast/JSParenthesis.st[/filein]
[filein]javascript/ast/literals/Extensions.st[/filein]
...
I propose to add a path tag with the full path, and why not adding tag for manipulating the path
like a parentDir tag or cd tag
[path]javascript/type/[/path]
[filein]Extensions.st[/filein]
...
[path]javascript/ast/[/path]
[filein]Extensions.st[/filein]
[filein]JSAstNode.st[/filein]
[filein]JSFunction.st[/filein]
[filein]JSParenthesis.st[/filein]
[cd]literals/[/cd]
[filein]Extensions.st[/filein]
...
What's your opinion about that?