Package org.apache.maven.plugin.eclipse.writers.rad
package org.apache.maven.plugin.eclipse.writers.rad
-
ClassesClassDescriptionThis writer creates the application.xml and the .modulemaps files for RAD6 in the META-INF directory in the project root. this is where RAD6 requires the files to be.Adapts the .classpath file for RAD6 for now write hardcoded: target/websphere/classes future releases could make this varriable.Creates the .j2ee file for RAD6 for now write hardcoded: EJB version 2.1 WAR version 2.4 EAR version 1.4 future releases could make these varriable.Copy all dependent jar in the directorys where RAD6 needs then to use the runtime enviorment in RAD6. so all dependent jars in the EAR rootdirectory and all dependend jars in the WAR WEB-INF/lib directoryCreate or adapt the manifest files for the RAD6 runtime dependencys. attention these will not be used for the real ear these are just to get the runtime enviorment using the maven dependencies.Creates a .settings folder for Eclipse WTP 1.x release and writes out the configuration under it.Creates a .settings folder for Eclipse WTP 1.x release and writes out the configuration under it.