include webUI in project general classpath
This commit is contained in:
parent
154a633c70
commit
e6cd33ee8a
11
.classpath
11
.classpath
|
@ -13,6 +13,7 @@
|
|||
<classpathentry kind="src" path="interfaces/src"/>
|
||||
<classpathentry kind="src" path="serverApps/src/main/servlet"/>
|
||||
<classpathentry kind="src" path="posterita/src/main"/>
|
||||
<classpathentry kind="src" path="extension/posterita/webui/WEB-INF/src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/activation.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/jstl.jar"/>
|
||||
|
@ -21,9 +22,7 @@
|
|||
<classpathentry exported="true" kind="lib" path="tools/lib/standard.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/Verisign.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/ocrs12.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/junit.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="jboss/lib/commons-httpclient.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="jboss/lib/commons-logging.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/ant-commons-net.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/ant-launcher.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/ant.jar"/>
|
||||
|
@ -55,7 +54,6 @@
|
|||
<classpathentry kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-beanutils-bean-collections.jar"/>
|
||||
<classpathentry kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-beanutils-core.jar"/>
|
||||
<classpathentry kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-codec-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-collections-3.1.jar"/>
|
||||
<classpathentry kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-digester-1.7.jar"/>
|
||||
<classpathentry kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-fileupload.jar"/>
|
||||
<classpathentry kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-lang-2.1.jar"/>
|
||||
|
@ -84,6 +82,11 @@
|
|||
<classpathentry kind="lib" path="tools/lib/script-api.jar"/>
|
||||
<classpathentry kind="lib" path="JasperReportsTools/lib/poi-2.0-final-20040126.jar"/>
|
||||
<classpathentry kind="lib" path="JasperReportsTools/lib/iReport.jar"/>
|
||||
<classpathentry kind="lib" path="JasperReportsTools/lib/jfreechart-0.9.21.jar"/>
|
||||
<classpathentry kind="lib" path="extension/posterita/webui/WEB-INF/lib/junit.jar"/>
|
||||
<classpathentry kind="lib" path="extension/posterita/webui/WEB-INF/lib/yuiextz.jar"/>
|
||||
<classpathentry kind="lib" path="extension/posterita/webui/WEB-INF/lib/zcommon.jar"/>
|
||||
<classpathentry kind="lib" path="extension/posterita/webui/WEB-INF/lib/zk.jar"/>
|
||||
<classpathentry kind="lib" path="extension/posterita/webui/WEB-INF/lib/zul.jar"/>
|
||||
<classpathentry kind="lib" path="tools/lib/junit.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Reference in New Issue