Commit d096fefa37ff48922681f4062ee55acf4a9eab01
1 parent
7c7d770b
Exists in
master
Organizando pasta de libs - Removendo lib e lib2
Showing
223 changed files
with
0 additions
and
1419 deletions
Show diff stats
Too many changes.
To preserve performance only 100 of 223 files displayed.
lib/Axis2/XmlSchema-1.4.3.jar
No preview for this file type
lib/Axis2/axiom-api-1.2.8.jar
No preview for this file type
lib/Axis2/axiom-impl-1.2.8.jar
No preview for this file type
lib/Axis2/axis2-adb-1.5.1.jar
No preview for this file type
lib/Axis2/axis2-jaxws-1.5.1.jar
No preview for this file type
lib/Axis2/axis2-kernel-1.5.1.jar
No preview for this file type
lib/Axis2/axis2-mtompolicy-1.5.1.jar
No preview for this file type
lib/Axis2/axis2-transport-http-1.5.1.jar
No preview for this file type
lib/Axis2/axis2-transport-local-1.5.1.jar
No preview for this file type
lib/Axis2/geronimo-stax-api_1.0_spec-1.0.1.jar
No preview for this file type
lib/Axis2/httpcore-4.0.jar
No preview for this file type
lib/Axis2/neethi-2.0.4.jar
No preview for this file type
lib/Axis2/wsdl4j-1.6.2.jar
No preview for this file type
lib/Axis2/wstx-asl-3.2.4.jar
No preview for this file type
lib/CodigoBarras/CodigoBarra.jar
No preview for this file type
lib/Driver MSSQLServer2000/msbase.jar
No preview for this file type
lib/Driver MSSQLServer2000/mssqlserver.jar
No preview for this file type
lib/Driver MSSQLServer2000/msutil.jar
No preview for this file type
lib/DriverPostGres/7.4/pg74.214.jdbc3.jar
No preview for this file type
lib/DriverPostGres/7.4/pg74.216.jdbc3.jar
No preview for this file type
lib/DriverPostGres/8.1/postgresql-8.1-405.jdbc3.jar
No preview for this file type
lib/DriverPostGres/8.3/postgresql-8.3-603.jdbc3.jar
No preview for this file type
lib/DriverPostGres/9.1/postgresql-9.1-903.jdbc3.jar
No preview for this file type
lib/DriverPostGres/postgres-ds.xml
... | ... | @@ -1,117 +0,0 @@ |
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | - | |
3 | -<!-- ===================================================================== --> | |
4 | -<!-- --> | |
5 | -<!-- JBoss Server Configuration --> | |
6 | -<!-- --> | |
7 | -<!-- ===================================================================== --> | |
8 | - | |
9 | -<!-- $Id: postgres-ds.xml,v 1.2 2006/01/05 20:55:39 rodrigo Exp $ --> | |
10 | -<!-- ==================================================================== --> | |
11 | -<!-- Datasource config for Postgres --> | |
12 | -<!-- ==================================================================== --> | |
13 | - | |
14 | - | |
15 | -<datasources> | |
16 | - <local-tx-datasource> | |
17 | - <jndi-name>PostgresDS</jndi-name> | |
18 | - | |
19 | - <!-- CAEMA | |
20 | - <connection-url>jdbc:postgresql://192.168.64.244:5432/gsan_comercial_caema</connection-url> | |
21 | - --> | |
22 | - | |
23 | - <!-- CAER | |
24 | - <connection-url>jdbc:postgresql://192.168.64.245:5432/gsan_comercial_caer</connection-url> | |
25 | - --> | |
26 | - | |
27 | - <!-- CAERN | |
28 | - <connection-url>jdbc:postgresql://192.168.64.245:5432/gsan_comercial_caern</connection-url> | |
29 | - --> | |
30 | - | |
31 | - <!-- COSANPA | |
32 | - <connection-url>jdbc:postgresql://192.168.64.244:5432/gsan_comercial_cosanpa</connection-url> | |
33 | - --> | |
34 | - | |
35 | - <!-- SAAE | |
36 | - <connection-url>jdbc:postgresql://192.168.64.245:5432/gsan_comercial_saae</connection-url> | |
37 | - --> | |
38 | - | |
39 | - <!-- SAAE | |
40 | - <connection-url>jdbc:postgresql://localhost:5432/comercial_saae</connection-url> | |
41 | - --> | |
42 | - | |
43 | - <!-- COMPESA --> | |
44 | - <connection-url>jdbc:postgresql://192.168.64.243:5432/gsan_comercial_compesa</connection-url> | |
45 | - | |
46 | - | |
47 | - <driver-class>org.postgresql.Driver</driver-class> | |
48 | - <user-name>postgres</user-name><!-- gsan_batch --> | |
49 | - <password>postgres</password><!-- b@tch --> | |
50 | - <min-pool-size>5</min-pool-size> | |
51 | - <max-pool-size>200</max-pool-size> | |
52 | - </local-tx-datasource> | |
53 | - | |
54 | - <local-tx-datasource> | |
55 | - <jndi-name>PostgresGerencialDS</jndi-name> | |
56 | - | |
57 | - <!-- | |
58 | - <connection-url>jdbc:postgresql://192.168.64.244:5432/gsan_gerencial_cosanpa</connection-url> | |
59 | - --> | |
60 | - | |
61 | - <connection-url>jdbc:postgresql://192.168.64.245:5432/gsan_gerencial_caern</connection-url> | |
62 | - | |
63 | - <driver-class>org.postgresql.Driver</driver-class> | |
64 | - <!-- Use the security domain defined in conf/login-config.xml --> | |
65 | - <user-name>gsan_batch</user-name> | |
66 | - <password>b@tch</password> | |
67 | - <!--<security-domain>EncryptDBPassword</security-domain>--> | |
68 | - </local-tx-datasource> | |
69 | - | |
70 | - <local-tx-datasource> | |
71 | - <jndi-name>OracleDS</jndi-name> | |
72 | - | |
73 | - <connection-url> | |
74 | - <!-- PRODUCAO - COMPESA - Quando estiver no IPAD | |
75 | - jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.0.49)(PORT = 1521))(CONNECT_DATA =(SERVER = DEDICATED) | |
76 | - (SERVICE_NAME = USERS))) | |
77 | - --> | |
78 | - | |
79 | - <!-- DESENVILVIMENTO - COMPESA | |
80 | - jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.0.61)(PORT = 1521)))(CONNECT_DATA=(SERVICE_NAME = compprod))) | |
81 | - --> | |
82 | - | |
83 | - <!-- PRODUCAO - COMPESA - Quando estiver na Compesa | |
84 | - jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.64.240)(PORT = 1521))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = gsan240))) | |
85 | - --> | |
86 | - | |
87 | - <!-- DESENV - 240 | |
88 | - jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.64.240)(PORT = 1521)))(CONNECT_DATA=(SERVICE_NAME = gsan240))) | |
89 | - --> | |
90 | - | |
91 | - <!-- DESENV - 241B --> | |
92 | - jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.64.241)(PORT = 1521)))(CONNECT_DATA=(SERVICE_NAME = gsan241B))) | |
93 | - | |
94 | - </connection-url> | |
95 | - | |
96 | - <driver-class>oracle.jdbc.driver.OracleDriver</driver-class> | |
97 | - <!-- Use the security domain defined in conf/login-config.xml --> | |
98 | - <user-name>system</user-name> | |
99 | - <password>oracle</password> | |
100 | - <min-pool-size>5</min-pool-size> | |
101 | - <max-pool-size>200</max-pool-size> | |
102 | - <idle-timeout-minutes>2</idle-timeout-minutes> | |
103 | - <prepared-statement-cache-size>40</prepared-statement-cache-size> | |
104 | - | |
105 | - <new-connection-sql> | |
106 | - begin | |
107 | - EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_TIMESTAMP_FORMAT = ''YYYY/MM/DD HH24:MI:SS''' ; | |
108 | - EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_DATE_FORMAT = ''YYYY/MM/DD''' ; | |
109 | - end; | |
110 | - </new-connection-sql> | |
111 | - <!--<security-domain>EncryptDBPassword</security-domain>--> | |
112 | - </local-tx-datasource> | |
113 | - | |
114 | -</datasources> | |
115 | - | |
116 | - | |
117 | - |
lib/J2EE/ejb-api.jar
No preview for this file type
lib/J2EE/jacc-api.jar
No preview for this file type
lib/J2EE/jca-api.jar
No preview for this file type
lib/J2EE/jms-api.jar
No preview for this file type
lib/J2EE/jsp-api.jar
No preview for this file type
lib/J2EE/jta-api.jar
No preview for this file type
lib/J2EE/servlet-api.jar
No preview for this file type
lib/J2EE/sql-api.jar
No preview for this file type
lib/JAF/activation.jar
No preview for this file type
lib/JSTL 1.1/jstl.jar
No preview for this file type
lib/JSTL 1.1/standard.jar
No preview for this file type
lib/JasperReports 1.2.2/barbecue-1.1.jar
No preview for this file type
lib/JasperReports 1.2.2/commons-beanutils-1.5.jar
No preview for this file type
lib/JasperReports 1.2.2/commons-collections-2.1.jar
No preview for this file type
lib/JasperReports 1.2.2/commons-digester-1.7.jar
No preview for this file type
lib/JasperReports 1.2.2/commons-javaflow-20060411.jar
No preview for this file type
lib/JasperReports 1.2.2/commons-logging-1.0.2.jar
No preview for this file type
lib/JasperReports 1.2.2/commons-logging-api-1.0.2.jar
No preview for this file type
lib/JasperReports 1.2.2/iReport.jar
No preview for this file type
lib/JasperReports 1.2.2/itext-1.3.1.jar
No preview for this file type
lib/JasperReports 1.2.2/jasperreports-1.2.2.jar
No preview for this file type
lib/JasperReports 1.2.2/jcommon-1.0.0.jar
No preview for this file type
lib/JasperReports 1.2.2/jdt-compiler-3.1.1.jar
No preview for this file type
lib/JasperReports 1.2.2/jfreechart-1.0.0.jar
No preview for this file type
lib/JasperReports 1.2.2/jxl.jar
No preview for this file type
lib/JasperReports 1.2.2/png-encoder-1.5.jar
No preview for this file type
lib/JasperReports 1.2.2/poi-2.0-final-20040126.jar
No preview for this file type
lib/JasperReports 1.2.2/xalan.jar
No preview for this file type
lib/JasperReports 1.2.2/xercesImpl.jar
No preview for this file type
lib/JasperReports 1.2.2/xml-apis.jar
No preview for this file type
lib/Javamail/mail.jar
No preview for this file type
lib/PagerTagLib/pager-taglib.jar
No preview for this file type
lib/Servlet/commons-el.jar
No preview for this file type
lib/Servlet/jsp-api.jar
No preview for this file type
lib/Servlet/servlet-api.jar
No preview for this file type
lib/Servlet/servlets-common.jar
No preview for this file type
lib/Struts1.1/commons-beanutils.jar
No preview for this file type
lib/Struts1.1/commons-collections.jar
No preview for this file type
lib/Struts1.1/commons-digester.jar
No preview for this file type
lib/Struts1.1/commons-fileupload.jar
No preview for this file type
lib/Struts1.1/commons-lang.jar
No preview for this file type
lib/Struts1.1/commons-logging.jar
No preview for this file type
lib/Struts1.1/commons-validator.jar
No preview for this file type
lib/Struts1.1/jakarta-oro.jar
No preview for this file type
lib/Struts1.1/struts-legacy.jar
No preview for this file type
lib/Struts1.1/struts.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-antlr.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-apache-bcel.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-apache-bsf.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-apache-log4j.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-apache-oro.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-apache-regexp.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-apache-resolver.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-commons-logging.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-commons-net.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-icontract.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-jai.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-javamail.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-jdepend.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-jmf.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-jsch.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-junit.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-launcher.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-netrexx.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-nodeps.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-starteam.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-stylebook.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-swing.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-trax.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-vaj.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-weblogic.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-xalan1.jar
No preview for this file type
lib/apache-ant-1.6.2/ant-xslp.jar
No preview for this file type
lib/apache-ant-1.6.2/ant.jar
No preview for this file type
lib/apache-ant-1.6.2/bcel-5.1.jar
No preview for this file type
lib/apache-ant-1.6.2/jsch-0.1.30.jar
No preview for this file type