You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by vk...@apache.org on 2009/01/06 23:56:11 UTC

svn commit: r732164 - in /portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE: ant-tasks/project.xml applications/demo/project.xml applications/j2-admin/project.xml applications/rss/project.xml components/portal/project.xml

Author: vkumar
Date: Tue Jan  6 14:56:11 2009
New Revision: 732164

URL: http://svn.apache.org/viewvc?rev=732164&view=rev
Log:
Fixing Maven build with maven 1.1

Modified:
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/ant-tasks/project.xml
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/demo/project.xml
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/j2-admin/project.xml
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/rss/project.xml
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/components/portal/project.xml

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/ant-tasks/project.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/ant-tasks/project.xml?rev=732164&r1=732163&r2=732164&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/ant-tasks/project.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/ant-tasks/project.xml Tue Jan  6 14:56:11 2009
@@ -34,6 +34,7 @@
         </developerConnection>
         <url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/ant-tasks/</url>
     </repository>
+    <dependencies>
   	    <dependency>
 	      <id>ant</id>
 	      <version>1.6.5</version>
@@ -41,7 +42,7 @@
 	         <war.bundle>true</war.bundle>
 	      </properties>          
 	    </dependency>
-
+    </dependencies>
     <build>
         <sourceDirectory>src/java</sourceDirectory>
         <resources>

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/demo/project.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/demo/project.xml?rev=732164&r1=732163&r2=732164&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/demo/project.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/demo/project.xml Tue Jan  6 14:56:11 2009
@@ -355,7 +355,7 @@
                 <directory>${basedir}/../../</directory>
                 <targetPath>../${pom.artifactId}/META-INF</targetPath>
                 <includes>
-                    <include>LICENSE.TXT</include>
+                    <!--<include>LICENSE.TXT</include> -->
                     <include>NOTICE.txt</include>
                 </includes>
             </resource>

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/j2-admin/project.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/j2-admin/project.xml?rev=732164&r1=732163&r2=732164&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/j2-admin/project.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/j2-admin/project.xml Tue Jan  6 14:56:11 2009
@@ -442,7 +442,9 @@
                 <directory>${basedir}/../../</directory>
                 <targetPath>../${pom.artifactId}/META-INF</targetPath>
                 <includes>
-                    <include>LICENSE.TXT</include>
+                    <!--
+			<include>LICENSE.TXT</include>
+-->
                     <include>NOTICE.txt</include>
                 </includes>
             </resource>

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/rss/project.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/rss/project.xml?rev=732164&r1=732163&r2=732164&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/rss/project.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/applications/rss/project.xml Tue Jan  6 14:56:11 2009
@@ -201,7 +201,7 @@
 				<directory>${basedir}/../../</directory>
 				<targetPath>../${pom.artifactId}/META-INF</targetPath>
 				<includes>
-					<include>LICENSE.TXT</include>
+					<!-- <include>LICENSE.TXT</include> -->
 				    <include>NOTICE.txt</include>
 				</includes>
 			</resource>

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/components/portal/project.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/components/portal/project.xml?rev=732164&r1=732163&r2=732164&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/components/portal/project.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.2-POSTRELEASE/components/portal/project.xml Tue Jan  6 14:56:11 2009
@@ -36,9 +36,7 @@
       <id>org.apache.portals.jetspeed-2:jetspeed-statistics</id>
       <version>${jetspeed.version}</version>
     </dependency>
- </dependencies>
-   
-<dependencies>
+
     <dependency>
       <id>taglibs:random</id>
       <version>1.0.2</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org