[jboss-svn-commits] JBL Code SVN: r12169 - labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon May 28 06:14:52 EDT 2007


Author: wrzep
Date: 2007-05-28 06:14:52 -0400 (Mon, 28 May 2007)
New Revision: 12169

Modified:
   labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets/maven.xml
   labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets/project.xml
Log:
noclassdeffound fix
JBLAB-868
-Pawel


Modified: labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets/maven.xml
===================================================================
--- labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets/maven.xml	2007-05-28 00:43:58 UTC (rev 12168)
+++ labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets/maven.xml	2007-05-28 10:14:52 UTC (rev 12169)
@@ -12,11 +12,14 @@
 
 	<goal name="build">
 		<attainGoal name="prj-war-build" />
+		
+		<!-- Copy jar files to include them in sar. -->
+		<ant:copy todir="target" file="../binaries/maven-repo-addons/hessian/jars/hessian-3.0.13.jar" overwrite="true"/>
+		<ant:copy todir="target" file="../binaries/maven-repo-addons/kosmos/jars/kosmos-server.jar" overwrite="true"/>	
 	</goal>
     
 	<goal name="deploy">
-		<attainGoal name="prj-war-deploy" />
-		<ant:copy todir="${local.deploy.dir}" file="../binaries/maven-repo-addons/hessian/jars/hessian-3.0.13.jar" overwrite="true"/>
+		<attainGoal name="prj-war-deploy" /> 	
 	</goal>
 	
 	<goal name="clean">

Modified: labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets/project.xml
===================================================================
--- labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets/project.xml	2007-05-28 00:43:58 UTC (rev 12168)
+++ labs/jbosslabs/trunk/portal-extensions/forge-kosmos-portlets/project.xml	2007-05-28 10:14:52 UTC (rev 12169)
@@ -41,14 +41,9 @@
         <artifactId>hessian</artifactId>
         <version>3.0.1</version> 
 		<jar>hessian-3.0.13.jar</jar>
-		 <properties>
-		 		<!-- <war.bundle>true</war.bundle>-->
-				<war.manifest.classpath>true</war.manifest.classpath>
-				 
-        </properties>
     </dependency>
 	      
-		    <dependency>
+		<dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
             <version>2.1</version>




More information about the jboss-svn-commits mailing list