IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> build

This commit is contained in:
Carlos Ruiz 2012-12-21 10:05:17 -05:00
parent 83153617a9
commit 0646e28b82
13 changed files with 23 additions and 13 deletions

View File

@ -1,5 +1,6 @@
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
OSGI-INF/event.xml OSGI-INF/event.xml,\
OSGI-INF/
source.. = src/ source.. = src/

View File

@ -3,3 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
plugin.properties plugin.properties
jre.compilation.profile = J2SE-1.3
javacErrors.. = -assertIdentifier,-enumIdentifier

View File

@ -3,3 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
plugin.properties plugin.properties
jre.compilation.profile = J2SE-1.3
javacErrors.. = -assertIdentifier,-enumIdentifier

View File

@ -3,3 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
plugin.properties plugin.properties
jre.compilation.profile = J2SE-1.3
javacErrors.. = -assertIdentifier,-enumIdentifier

View File

@ -1,5 +1,6 @@
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
OSGI-INF/export.xml OSGI-INF/export.xml,\
OSGI-INF/
source.. = src/ source.. = src/

View File

@ -5,5 +5,6 @@ bin.includes = META-INF/,\
ojdbc6.jar,\ ojdbc6.jar,\
c3p0-0.9.1.2.jar,\ c3p0-0.9.1.2.jar,\
c3p0-oracle-thin-extras-0.9.1.2.jar,\ c3p0-oracle-thin-extras-0.9.1.2.jar,\
OSGI-INF/oracleprovider.xml OSGI-INF/oracleprovider.xml,\
OSGI-INF/
source.. = src/ source.. = src/

View File

@ -4,5 +4,6 @@ bin.includes = META-INF/,\
postgresql.jar,\ postgresql.jar,\
plugin.xml,\ plugin.xml,\
c3p0-0.9.1.2.jar,\ c3p0-0.9.1.2.jar,\
OSGI-INF/pgprovider.xml OSGI-INF/pgprovider.xml,\
OSGI-INF/
source.. = src/ source.. = src/

View File

@ -2,5 +2,6 @@ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
OSGI-INF/fitfixturefactory.xml,\ OSGI-INF/fitfixturefactory.xml,\
OSGI-INF/slimfixturefactory.xml OSGI-INF/slimfixturefactory.xml,\
OSGI-INF/
source.. = src/ source.. = src/

View File

@ -29,3 +29,4 @@ Bundle-ClassPath: .,
hazelcast-2.4.jar, hazelcast-2.4.jar,
hazelcast-cloud-2.4.jar hazelcast-cloud-2.4.jar
Service-Component: OSGI-INF/clusterservice.xml, OSGI-INF/cacheservice.xml, OSGI-INF/messageservice.xml Service-Component: OSGI-INF/clusterservice.xml, OSGI-INF/cacheservice.xml, OSGI-INF/messageservice.xml
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

View File

@ -5,5 +5,6 @@ bin.includes = META-INF/,\
hazelcast-cloud-2.4.jar,\ hazelcast-cloud-2.4.jar,\
OSGI-INF/clusterservice.xml,\ OSGI-INF/clusterservice.xml,\
OSGI-INF/cacheservice.xml,\ OSGI-INF/cacheservice.xml,\
OSGI-INF/messageservice.xml OSGI-INF/messageservice.xml,\
OSGI-INF/
source.. = src/ source.. = src/

View File

@ -1,5 +1,4 @@
source.. = src/,\ source.. = WEB-INF/src/
WEB-INF/src/
output.. = WEB-INF/classes/ output.. = WEB-INF/classes/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
@ -23,7 +22,8 @@ bin.includes = META-INF/,\
WEB-INF/lib/commons-logging-1.1.1.jar,\ WEB-INF/lib/commons-logging-1.1.1.jar,\
WEB-INF/lib/spring-aop-3.0.7.RELEASE.jar,\ WEB-INF/lib/spring-aop-3.0.7.RELEASE.jar,\
WEB-INF/lib/spring-osgi-extender-1.2.1.jar,\ WEB-INF/lib/spring-osgi-extender-1.2.1.jar,\
WEB-INF/lib/idempiere-xmlbeans-1.0.jar WEB-INF/lib/idempiere-xmlbeans-1.0.jar,\
plugin.xml
src.includes = WEB-INF/classes/,\ src.includes = WEB-INF/classes/,\
WEB-INF/lib/,\ WEB-INF/lib/,\
WEB-INF/web.xml,\ WEB-INF/web.xml,\

View File

@ -114,7 +114,6 @@ Bundle-ClassPath: .,
lib/junit.jar, lib/junit.jar,
lib/jxl.jar, lib/jxl.jar,
lib/jython.jar, lib/jython.jar,
lib/keylistener.jar,
lib/mvel.jar, lib/mvel.jar,
lib/ognl.jar, lib/ognl.jar,
lib/timelinez.jar, lib/timelinez.jar,
@ -124,7 +123,6 @@ Bundle-ClassPath: .,
lib/zhtml.jar, lib/zhtml.jar,
lib/zk.jar, lib/zk.jar,
lib/zkplus.jar, lib/zkplus.jar,
lib/zml.jar,
lib/zul.jar, lib/zul.jar,
lib/zweb.jar, lib/zweb.jar,
lib/ckez.jar, lib/ckez.jar,

View File

@ -27,6 +27,5 @@ bin.includes = META-INF/,\
lib/zweb.jar,\ lib/zweb.jar,\
lib/ckez.jar,\ lib/ckez.jar,\
lib/zel.jar,\ lib/zel.jar,\
lib/zkbind.jar,\ lib/zkbind.jar
OSGI-INF/
source.. = src/ source.. = src/