taylor 2004/04/02 10:41:10
Modified: portal maven.xml
Log:
removing PAM PA
moving PAM portlets into jetspeed PA, resolving classloader issues
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.62 +0 -50 jakarta-jetspeed-2/portal/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- maven.xml 31 Mar 2004 06:20:47 -0000 1.61
+++ maven.xml 2 Apr 2004 18:41:10 -0000 1.62
@@ -158,32 +158,6 @@
</java>
</goal>
- <!-- testing out Portlet App within Jetspeed -->
- <goal name="pam.padeploy">
- <java
classname="org.apache.jetspeed.tools.pamanager.PortletApplicationManager" fork="yes">
- <classpath>
- <path refid="maven.dependency.classpath"/>
- <pathelement path="${maven.build.dest}"/>
- </classpath>
- <sysproperty key="org.apache.jetspeed.database.url"
value="${org.apache.jetspeed.database.url}"/>
- <sysproperty key="org.apache.jetspeed.database.driver"
value="${org.apache.jetspeed.database.driver}"/>
- <sysproperty key="org.apache.jetspeed.database.user"
value="${org.apache.jetspeed.database.user}"/>
- <sysproperty key="org.apache.jetspeed.database.password"
value="${org.apache.jetspeed.database.password}"/>
- <arg value="-action" />
- <arg value="deploy" />
- <arg value="-PortletAppName" />
- <arg value="PAM" />
- <arg value="-warfilename" />
- <arg value="../applications/pam/target/pam.war" />
- <arg value="-webappDir" />
- <arg value="${pam.deploy.dir}/" />
- <arg value="-PortalName" />
- <arg value="jetspeed" />
- <arg value="-ApplicationType" />
- <arg value="webapp" />
- </java>
- </goal>
-
<goal name="pam.undeploy">
<java
classname="org.apache.jetspeed.tools.pamanager.PortletApplicationManager" fork="yes">
<classpath>
@@ -207,29 +181,6 @@
</java>
</goal>
- <goal name="pam.paundeploy">
- <java
classname="org.apache.jetspeed.tools.pamanager.PortletApplicationManager" fork="yes">
- <classpath>
- <path refid="maven.dependency.classpath"/>
- <pathelement path="${maven.build.dest}"/>
- </classpath>
- <sysproperty key="org.apache.jetspeed.database.url"
value="${org.apache.jetspeed.database.url}"/>
- <sysproperty key="org.apache.jetspeed.database.driver"
value="${org.apache.jetspeed.database.driver}"/>
- <sysproperty key="org.apache.jetspeed.database.user"
value="${org.apache.jetspeed.database.user}"/>
- <sysproperty key="org.apache.jetspeed.database.password"
value="${org.apache.jetspeed.database.password}"/>
- <arg value="-action" />
- <arg value="undeploy" />
- <arg value="-PortletAppName" />
- <arg value="PAM" />
- <arg value="-webappDir" />
- <arg value="${pam.deploy.dir}" />
- <arg value="-PortalName" />
- <arg value="jetspeed" />
- <arg value="-ApplicationType" />
- <arg value="webapp" />
- </java>
- </goal>
-
<goal name="pam.tsundeploy">
<java
classname="org.apache.jetspeed.tools.pamanager.PortletApplicationManager" fork="yes">
@@ -295,7 +246,6 @@
<attainGoal name="deploy" />
<attainGoal name="pam.register" />
<attainGoal name="pam.deploy" />
- <attainGoal name="pam.padeploy" />
<attainGoal name="db.entities" />
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]