Changeset 223
- Timestamp:
- 07/31/07 16:35:32 (1 year ago)
- Files:
-
- AcmeIdp/trunk/nbproject/build-impl.xml (modified) (3 diffs)
- AcmeIdp/trunk/nbproject/genfiles.properties (modified) (1 diff)
- AcmeIdp/trunk/nbproject/project.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AcmeIdp/trunk/nbproject/build-impl.xml
r194 r223 425 425 <target name="do-dist" depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest"/> 426 426 <target name="library-inclusion-in-manifest" depends="init" if="dist.ear.dir"> 427 <basename property="included.lib.libs.ApacheCommons.classpath.7" file="${libs.ApacheCommons.classpath.libfile.7}"/> 427 428 <basename property="included.lib.libs.ApacheCommons.classpath.6" file="${libs.ApacheCommons.classpath.libfile.6}"/> 428 429 <basename property="included.lib.libs.ApacheCommons.classpath.5" file="${libs.ApacheCommons.classpath.libfile.5}"/> … … 431 432 <basename property="included.lib.libs.ApacheCommons.classpath.2" file="${libs.ApacheCommons.classpath.libfile.2}"/> 432 433 <basename property="included.lib.libs.ApacheCommons.classpath.1" file="${libs.ApacheCommons.classpath.libfile.1}"/> 434 <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.7}" propname="included.lib.libs.ApacheCommons.classpath.7.X"/> 433 435 <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.6}" propname="included.lib.libs.ApacheCommons.classpath.6.X"/> 434 436 <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.5}" propname="included.lib.libs.ApacheCommons.classpath.5.X"/> … … 457 459 <mkdir dir="${build.web.dir.real}/META-INF"/> 458 460 <manifest file="${build.web.dir.real}/META-INF/MANIFEST.MF" mode="update"> 459 <attribute name="Class-Path" value="${included.lib.libs.ApacheCommons.classpath.1.X} ${included.lib.libs.ApacheCommons.classpath.2.X} ${included.lib.libs.ApacheCommons.classpath.3.X} ${included.lib.libs.ApacheCommons.classpath.4.X} ${included.lib.libs.ApacheCommons.classpath.5.X} ${included.lib.libs.ApacheCommons.classpath.6.X} ${included.lib.libs. Javolution.classpath} ${included.lib.libs.Velocity.classpath} ${included.lib.reference.ClareitySecuritySSO.jar} ${included.lib.libs.OpenSAML-Alpha1.classpath.1.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.2.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.3.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.4.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.5.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.6.X} "/>461 <attribute name="Class-Path" value="${included.lib.libs.ApacheCommons.classpath.1.X} ${included.lib.libs.ApacheCommons.classpath.2.X} ${included.lib.libs.ApacheCommons.classpath.3.X} ${included.lib.libs.ApacheCommons.classpath.4.X} ${included.lib.libs.ApacheCommons.classpath.5.X} ${included.lib.libs.ApacheCommons.classpath.6.X} ${included.lib.libs.ApacheCommons.classpath.7.X} ${included.lib.libs.Javolution.classpath} ${included.lib.libs.Velocity.classpath} ${included.lib.reference.ClareitySecuritySSO.jar} ${included.lib.libs.OpenSAML-Alpha1.classpath.1.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.2.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.3.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.4.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.5.X} ${included.lib.libs.OpenSAML-Alpha1.classpath.6.X} "/> 460 462 </manifest> 461 463 <delete dir="${dist.ear.dir}/temp"/> 462 464 </target> 463 465 <target name="library-inclusion-in-archive" depends="init" unless="dist.ear.dir"> 466 <copy file="${libs.ApacheCommons.classpath.libfile.7}" todir="${build.web.dir.real}/WEB-INF/lib"/> 464 467 <copy file="${libs.ApacheCommons.classpath.libfile.6}" todir="${build.web.dir.real}/WEB-INF/lib"/> 465 468 <copy file="${libs.ApacheCommons.classpath.libfile.5}" todir="${build.web.dir.real}/WEB-INF/lib"/> AcmeIdp/trunk/nbproject/genfiles.properties
r194 r223 1 build.xml.data.CRC32= 86f725001 build.xml.data.CRC32=00ee8241 2 2 build.xml.script.CRC32=6ed50798 3 3 build.xml.stylesheet.CRC32=95be3570 4 4 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 nbproject/build-impl.xml.data.CRC32= 86f725007 nbproject/build-impl.xml.script.CRC32= 6352e5006 nbproject/build-impl.xml.data.CRC32=00ee8241 7 nbproject/build-impl.xml.script.CRC32=583cc748 8 8 nbproject/build-impl.xml.stylesheet.CRC32=ac43bae1 AcmeIdp/trunk/nbproject/project.xml
r194 r223 8 8 <explicit-platform explicit-source-supported="true"/> 9 9 <web-module-libraries> 10 <library files=" 6">10 <library files="7"> 11 11 <file>${libs.ApacheCommons.classpath}</file> 12 12 <path-in-war>WEB-INF/lib</path-in-war>
