Fixed build and runtime classpath configuration.
This commit is contained in:
parent
36b39ddf9f
commit
dfbefe61f9
|
@ -16,8 +16,7 @@ Import-Package: javax.servlet,
|
|||
org.slf4j.helpers;version="1.6.1",
|
||||
org.slf4j.spi;version="1.6.1"
|
||||
DynamicImport-Package: action.images
|
||||
Bundle-ClassPath: .,
|
||||
WEB-INF/classes/,
|
||||
Bundle-ClassPath: WEB-INF/classes/,
|
||||
WEB-INF/lib/calendar.jar,
|
||||
WEB-INF/lib/atmosphere-compat-jbossweb-1.0.4.jar,
|
||||
WEB-INF/lib/atmosphere-compat-tomcat-1.0.4.jar,
|
||||
|
|
|
@ -11,7 +11,6 @@ bin.includes = META-INF/,\
|
|||
timeout.zul,\
|
||||
plugin.xml,\
|
||||
WEB-INF/classes/,\
|
||||
metainfo/,\
|
||||
WEB-INF/lib/calendar.jar,\
|
||||
calendar.css,\
|
||||
calendar.zul,\
|
||||
|
@ -42,7 +41,6 @@ src.includes = WEB-INF/classes/,\
|
|||
theme/,\
|
||||
theme.zs,\
|
||||
zul/,\
|
||||
metainfo/,\
|
||||
calendar.css,\
|
||||
calendar.zul,\
|
||||
calendar_mini.zul,\
|
||||
|
|
Loading…
Reference in New Issue