First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,103 @@
<project name="dbcgo_fortfy" default="jar_dbcgo" basedir=".">
<filelist id="dbcgo.files.classpath" dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgoEar\res\APP-INF\lib\">
<file name="security-utility.jar"/>
<file name="commons-beanutils-1.7.0.jar"/>
<file name="commons-logging.jar"/>
<file name="commons-net-1.3.0.jar"/>
<file name="datedFileAppender-1.0.2.jar"/>
<file name="hibernate3.jar"/>
<file name="hibernate-antlr-2.7.6rc1.jar"/>
<file name="hibernate-asm.jar"/>
<file name="hibernate-asm-attrs.jar"/>
<file name="hibernate-c3p0-0.9.0.jar"/>
<file name="hibernate-cglib-2.1.3.jar"/>
<file name="hibernate-cleanimports.jar"/>
<file name="hibernate-commons-collections-2.1.1.jar"/>
<file name="hibernate-dom4j-1.5.2.jar"/>
<file name="hibernate-ehcache-1.2.jar"/>
<file name="hibernate-jaxen-1.1-beta-4.jar"/>
<file name="hibernate-jgroups-2.2.8.jar"/>
<file name="hibernate-jta.jar"/>
<file name="hibernate-xerces-2.6.2.jar"/>
<file name="hibernate-xml-apis.jar"/>
<file name="j2ssh-common-0.2.6.jar"/>
<file name="j2ssh-core-0.2.6.jar"/>
<file name="log4j-1.2.7.jar"/>
<file name="logging.jar"/>
<file name="mnp-ejbclient.jar"/>
<file name="openssh-pk-1.1.0.jar"/>
<file name="jxl-2.6.10.jar"/>
<file name="poi-3.16.jar"/>
<file name="poi-ooxml-3.16.jar"/>
</filelist>
<filelist id="weblogic.jar" dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\mnp\weblogic813_libs\">
<file name="weblogic.jar"/>
</filelist>
<patternset id="dbcgo.common.classes">
<include name="**/*.class"/>
</patternset>
<path id="dbcgo.classpath">
<filelist refid="dbcgo.files.classpath"/>
<filelist refid="weblogic.jar"/>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\org\apache\struts\struts-core\1.3.9\">
<include name="struts-core-1.3.9.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\org\apache\struts\struts-el\1.3.9\">
<include name="struts-el-1.3.9.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\org\apache\struts\struts-taglib\1.3.9\">
<include name="struts-taglib-1.3.9.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\org\apache\struts\struts-tiles\1.3.9\">
<include name="struts-tiles-1.3.9.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\dbcgoBusiness\dbcgoBusiness\0.0.1-SNAPSHOT\">
<include name="dbcgoBusiness-0.0.1-SNAPSHOT.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\dbcgom\dbcgom\0.0.1-SNAPSHOT\">
<include name="dbcgom-0.0.1-SNAPSHOT.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\dbcgoModel\dbcgoModel\0.0.1-SNAPSHOT\">
<include name="dbcgoModel-0.0.1-SNAPSHOT.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\mnp\">
<include name="mnp-crontab.jar" />
</fileset>
<!-- aggiunta cristiano-->
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\com\ibm\icu\icu4j\2.6.1">
<include name="icu4j-2.6.1.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\commons-io\commons-io\1.1">
<include name="commons-io-1.1.jar" />
</fileset>
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo_repository\crontab\process-executor\1.0">
<include name="process-executor-1.0.jar" />
</fileset>
<!-- fine aggiunta cristiano-->
</path>
<target name="compile_dbcgo" depends="cleanup">
<echo>
Compiling DBCGO
-----------------
</echo>
<javac srcdir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo\src" destdir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\mnp\dbcgo-build" debug="on" debuglevel="lines,vars,source" deprecation="off" failonerror="true">
<classpath refid="dbcgo.classpath"/>
</javac>
</target>
<target name="jar_dbcgo" depends="compile_dbcgo">
<jar destfile="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\FE\mnpdev\dbcgo\dbcgo\dbcgo.jar" >
<fileset dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\mnp\dbcgo-build">
<patternset refid="dbcgo.common.classes"/>
</fileset>
</jar>
</target>
<target name="cleanup" >
<delete dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\mnp\dbcgo-build"/>
<mkdir dir="C:\Fortify\SCANSIONE_FORTIFY_DBCMNP\mnp\dbcgo-build"/>
</target>
</project>