Web interface: API управления главным меню
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
group = 'asys'
|
||||
version = '0.10-SNAPSHOT'
|
||||
version = '0.11-SNAPSHOT'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
@@ -26,7 +26,8 @@ bundle {
|
||||
instructions << [
|
||||
'Bundle-Name': 'ASys Web interface',
|
||||
'Bundle-Activator': 'asys.webinterface.Activator',
|
||||
'Import-Package': '*'
|
||||
'Import-Package': '*',
|
||||
'Export-Package': 'asys.webinterface.api'
|
||||
]
|
||||
exclude group: 'com.google.code.gson'
|
||||
exclude group: 'commons-io'
|
||||
|
||||
Reference in New Issue
Block a user