[portletswap-commits] JBoss PortletSwap SVN: r256 - in contrib/wikiPortlet/trunk: wiki-common and 2 other directories.

portletswap-commits at lists.jboss.org portletswap-commits at lists.jboss.org
Wed Mar 4 10:54:12 EST 2009


Author: piergiorgiolucidi
Date: 2009-03-04 10:54:11 -0500 (Wed, 04 Mar 2009)
New Revision: 256

Removed:
   contrib/wikiPortlet/trunk/forge-wiki/maven.xml
   contrib/wikiPortlet/trunk/forge-wiki/project.properties
   contrib/wikiPortlet/trunk/forge-wiki/project.xml
   contrib/wikiPortlet/trunk/wiki-common/maven.xml
   contrib/wikiPortlet/trunk/wiki-common/project.properties
   contrib/wikiPortlet/trunk/wiki-common/project.xml
   contrib/wikiPortlet/trunk/wiki-management/maven.xml
   contrib/wikiPortlet/trunk/wiki-management/project.properties
   contrib/wikiPortlet/trunk/wiki-management/project.xml
   contrib/wikiPortlet/trunk/wiki-test/maven.xml
   contrib/wikiPortlet/trunk/wiki-test/project.properties
   contrib/wikiPortlet/trunk/wiki-test/project.xml
Log:
Maven 1 files deleted

Deleted: contrib/wikiPortlet/trunk/forge-wiki/maven.xml
===================================================================
--- contrib/wikiPortlet/trunk/forge-wiki/maven.xml	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/forge-wiki/maven.xml	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,31 +0,0 @@
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:u="jelly:util" >
-    <goal name="build">
-		
-        <attainGoal name="war" />
-        
-    </goal>
-    
-    <goal name="deploy">
-
-	<!--<ant:copy todir="${local.deploy.dir}/wiki.ear" flatten="true">
-	    <ant:fileset dir=".">
-			<ant:filename name="target/*.war" />
-	    </ant:fileset>
-	</ant:copy>
-	<ant:copy 
-		tofile="${local.deploy.dir}/${wiki.ear.name}/META-INF/application.xml"
-		file="src/etc/application.xml" />-->
-		
-    </goal>
-    
-    <goal name="all">
-    	<attainGoal name="build" />	
-    	<attainGoal name="deploy" />	
-    </goal>
-    
-</project>

Deleted: contrib/wikiPortlet/trunk/forge-wiki/project.properties
===================================================================
--- contrib/wikiPortlet/trunk/forge-wiki/project.properties	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/forge-wiki/project.properties	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,6 +0,0 @@
-maven.repo.remote=http://repository.atlassian.com,http://www.ibiblio.org/maven,http://dist.codehaus.org/
-maven.junit.fork=yes
-maven.war.src=${basedir}/src/web
-maven.jar.includes=**/WikiEngine.class
-maven.ejb.includes=**/WikiService*
-maven.ear.final.name=wiki.ear
\ No newline at end of file

Deleted: contrib/wikiPortlet/trunk/forge-wiki/project.xml
===================================================================
--- contrib/wikiPortlet/trunk/forge-wiki/project.xml	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/forge-wiki/project.xml	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,138 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<project>
-    <pomVersion>3</pomVersion>
-    <extend>../common.xml</extend>
-    <id>wiki</id>
-    <name>Wiki portlet and servlet</name>
-    <currentVersion>1.0</currentVersion>
-	<build>
-        <sourceDirectory>src/java</sourceDirectory>
-        <resources>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.properties</include>
-            </resource>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.xml</include>
-            </resource>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.types</include>
-            </resource>
-        </resources>
-    </build>
-    <organization>
-        <name>Tomasz Szymanski</name>
-        <url>http://mamut.net.pl</url>
-    </organization>
-
-	<dependencies>
-	
-		<dependency>
-	        <groupId>aslibs</groupId>
-	        <artifactId>javax.servlet</artifactId>
-	        <version>1.0</version>
-	        <jar>javax.servlet.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>wiki-common</groupId>
-	        <artifactId>wiki-common</artifactId>
-	        <version>1.0</version>
-	        <jar>wiki-common.jar</jar>
-	    </dependency>
-	
-		<dependency>
-	        <groupId>aslibs</groupId>
-	        <artifactId>javax.servlet.jsp</artifactId>
-	        <version>1.0</version>
-	        <jar>javax.servlet.jsp.jar</jar>
-	    </dependency>
-	    
-		<dependency>
-	            <groupId>jboss</groupId>
-	            <artifactId>activation</artifactId>
-	            <version>1.0</version>
-	            <jar>activation.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>commons-fileupload</groupId>
-	        <artifactId>commons-fileupload.jar</artifactId>
-	        <version>1.0</version>
-	        <jar>commons-fileupload-1.0.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>dom4j</groupId>
-	        <artifactId>dom4j</artifactId>
-	        <version>1.6</version>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>jdom</groupId>
-	        <artifactId>jdom</artifactId>
-	        <version>1.0</version>
-	    </dependency>
-	    
-	    <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-ejb3x</artifactId>
-            <version>1.0</version>
-            <jar>jboss-ejb3x.jar</jar>
-        </dependency>
-        
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-ejb3</artifactId>
-            <version>1.0</version>
-            <jar>jboss-ejb3.jar</jar>
-        </dependency>
-        
-        <dependency>
-		    <id>portlet-api</id>
-		    <version>1.0</version>
-		</dependency>
-		
-		<dependency>
-	            <groupId>jboss</groupId>
-	            <artifactId>jboss-jmx</artifactId>
-	            <version>1.0</version>
-	            <jar>jboss-jmx.jar</jar>
-	        </dependency>
-	
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>jboss-common</artifactId>
-		    <version>1.0</version>
-		    <jar>jboss-common.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-common-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-common-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-core-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-core-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-portlet-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-portlet-lib.jar</jar>
-		</dependency>
-    </dependencies>
-</project>

Deleted: contrib/wikiPortlet/trunk/wiki-common/maven.xml
===================================================================
--- contrib/wikiPortlet/trunk/wiki-common/maven.xml	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-common/maven.xml	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,40 +0,0 @@
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:u="jelly:util" >
-    <goal name="build">
-
-        <attainGoal name="jar" />
-        
-        <!-- copy jar to repo -->
-        <ant:copy tofile="${maven.repo.local}/wiki-common/jars/wiki-common.jar" overwrite="true">
-        	<ant:fileset dir="target">
-				<ant:filename name="wiki-common-1.0.jar" />
-		    </ant:fileset>
-        </ant:copy>
-        
-    </goal>
-    
-    <goal name="deploy">
-    	<!-- copy informa libraries -->
-    	<!--<ant:copy todir="${local.deploy.dir}/wiki.ear/" flatten="true">
-		    <ant:fileset dir="lib">
-					<ant:filename name="*.jar" />
-			</ant:fileset>
-		</ant:copy>-->
-		
-		<!--<ant:copy tofile="${local.deploy.dir}/${wiki.ear.name}/wiki-common.jar" flatten="true">
-		    <ant:fileset dir="target">
-					<ant:filename name="wiki-common-1.0.jar" />
-			    </ant:fileset>
-		</ant:copy>-->
-	</goal>
-    
-    <goal name="all">
-    	<attainGoal name="build" />	
-    	<attainGoal name="deploy" />	
-    </goal>
-    
-</project>

Deleted: contrib/wikiPortlet/trunk/wiki-common/project.properties
===================================================================
--- contrib/wikiPortlet/trunk/wiki-common/project.properties	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-common/project.properties	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,7 +0,0 @@
-maven.repo.remote=http://repository.atlassian.com,http://www.ibiblio.org/maven,http://dist.codehaus.org/
-maven.junit.fork=yes
-maven.war.src=${basedir}/src/web
-
-maven.jar.override=on
-
-maven.jar.shotoku-base=${ext.root.dir}/shotoku/shotoku-base/target/shotoku-base.jar

Deleted: contrib/wikiPortlet/trunk/wiki-common/project.xml
===================================================================
--- contrib/wikiPortlet/trunk/wiki-common/project.xml	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-common/project.xml	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,169 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<project>
-    <pomVersion>3</pomVersion>
-    <extend>../common.xml</extend>
-    <id>wiki-common</id>
-    <name>Wiki common</name>
-
-    <currentVersion>1.0</currentVersion>
-	<build>
-    	<!-- <unitTestSourceDirectory>./src/test/java</unitTestSourceDirectory>
-		<unitTest>
-		 	<includes>
-		 		<include>**/*Test.java</include>
-		 		<include>**/Test*.java</include>
-		 	</includes>
-		</unitTest>-->
-        <sourceDirectory>src/java</sourceDirectory>
-        <resources>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.properties</include>
-            </resource>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.xml</include>
-            </resource>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.types</include>
-            </resource>
-        </resources>
-    </build>
-    <organization>
-        <name>Tomasz Szymanski</name>
-        <url>http://mamut.net.pl</url>
-    </organization>
-
-	<dependencies>
-	
-		<dependency>
-	        <groupId>aslibs</groupId>
-	        <artifactId>javax.servlet</artifactId>
-	        <version>1.0</version>
-	        <jar>javax.servlet.jar</jar>
-	    </dependency>
-	
-		<dependency>
-	        <groupId>aslibs</groupId>
-	        <artifactId>javax.servlet.jsp</artifactId>
-	        <version>1.0</version>
-	        <jar>javax.servlet.jsp.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        
-		<dependency>
-	            <groupId>jboss</groupId>
-	            <artifactId>activation</artifactId>
-	            <version>1.0</version>
-	            <jar>activation.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>commons-fileupload</groupId>
-	        <artifactId>commons-fileupload.jar</artifactId>
-	        <version>1.0</version>
-	        <jar>commons-fileupload-1.0.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>dom4j</groupId>
-	        <artifactId>dom4j</artifactId>
-	        <version>1.6</version>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>jdom</groupId>
-	        <artifactId>jdom</artifactId>
-	        <version>1.0</version>
-	    </dependency>
-	    
-	    <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-ejb3x</artifactId>
-            <version>1.0</version>
-            <jar>jboss-ejb3x.jar</jar>
-        </dependency>
-        
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-ejb3</artifactId>
-            <version>1.0</version>
-            <jar>jboss-ejb3.jar</jar>
-        </dependency>
-        
-        <dependency>
-		    <id>portlet-api</id>
-		    <version>1.0</version>
-		</dependency>
-		
-		<dependency>
-	            <groupId>jboss</groupId>
-	            <artifactId>jboss-jmx</artifactId>
-	            <version>1.0</version>
-	            <jar>jboss-jmx.jar</jar>
-	        </dependency>
-	
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>jboss-common</artifactId>
-		    <version>1.0</version>
-		    <jar>jboss-common.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-common-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-common-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-core-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-core-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-portlet-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-portlet-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>jboss-portlet-api-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>jboss-portlet-api-lib.jar</jar>
-		</dependency>
-
-		<dependency>
-                    <groupId>jboss</groupId>
-                    <artifactId>portal-identity-lib</artifactId>
-                    <version>1.0</version>
-                    <jar>portal-identity-lib.jar</jar>
-                </dependency>
-
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>jbossall-client</artifactId>
-		    <version>3.2.3</version>
-		</dependency>
-    </dependencies>
-</project>

Deleted: contrib/wikiPortlet/trunk/wiki-management/maven.xml
===================================================================
--- contrib/wikiPortlet/trunk/wiki-management/maven.xml	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-management/maven.xml	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,24 +0,0 @@
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:u="jelly:util" >
-    <goal name="build">
-        <attainGoal name="ejb" />
-    </goal>
-    
-    <goal name="deploy">
-
-	<!--<ant:copy 
-		tofile="${local.deploy.dir}/${wiki.ear.name}/wiki.ejb3"
-		file="target/wiki-management-1.0.jar" />-->
-		
-    </goal>
-    
-    <goal name="all">
-    	<attainGoal name="build" />	
-    	<attainGoal name="deploy" />	
-    </goal>
-    
-</project>

Deleted: contrib/wikiPortlet/trunk/wiki-management/project.properties
===================================================================
--- contrib/wikiPortlet/trunk/wiki-management/project.properties	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-management/project.properties	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,3 +0,0 @@
-maven.repo.remote=http://repository.atlassian.com,http://www.ibiblio.org/maven,http://dist.codehaus.org/
-maven.junit.fork=yes
-maven.war.src=${basedir}/src/web

Deleted: contrib/wikiPortlet/trunk/wiki-management/project.xml
===================================================================
--- contrib/wikiPortlet/trunk/wiki-management/project.xml	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-management/project.xml	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,144 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<project>
-    <pomVersion>3</pomVersion>
-    <extend>../common.xml</extend>
-    <id>wiki-management</id>
-    <name>Wiki Management(EJB3)</name>
-    <currentVersion>1.0</currentVersion>
-	<build>
-        <sourceDirectory>src/java</sourceDirectory>
-        <resources>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.properties</include>
-            </resource>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.xml</include>
-            </resource>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.types</include>
-            </resource>
-        </resources>
-    </build>
-    <organization>
-        <name>Tomasz Szymanski</name>
-        <url>http://mamut.net.pl</url>
-    </organization>
-
-	<dependencies>
-	    <dependency>
-	        <groupId>jboss</groupId>
-	        <artifactId>jboss-j2ee</artifactId>
-	        <version>1.0</version>
-	        <jar>jboss-j2ee.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>wiki-common</groupId>
-	        <artifactId>wiki-common</artifactId>
-	        <version>1.0</version>
-	        <properties>
-                <ejb.manifest.classpath>true</ejb.manifest.classpath>
-            </properties>
-	        <jar>wiki-common.jar</jar>
-	    </dependency>
-	
-		<dependency>
-	        <groupId>jboss</groupId>
-	        <artifactId>jboss-mail</artifactId>
-	        <version>1.0</version>
-	        <jar>mail.jar</jar>
-	    </dependency>
-	    
-		<dependency>
-	            <groupId>jboss</groupId>
-	            <artifactId>activation</artifactId>
-	            <version>1.0</version>
-	            <jar>activation.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>commons-fileupload</groupId>
-	        <artifactId>commons-fileupload.jar</artifactId>
-	        <version>1.0</version>
-	        <jar>commons-fileupload-1.0.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>dom4j</groupId>
-	        <artifactId>dom4j</artifactId>
-	        <version>1.6</version>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>jdom</groupId>
-	        <artifactId>jdom</artifactId>
-	        <version>1.0</version>
-	    </dependency>
-	    
-	    <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-ejb3x</artifactId>
-            <version>1.0</version>
-            <jar>jboss-ejb3x.jar</jar>
-        </dependency>
-        
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-ejb3</artifactId>
-            <version>1.0</version>
-            <jar>jboss-ejb3.jar</jar>
-        </dependency>
-       
-        <dependency>
-			<groupId>jboss</groupId>
-			<artifactId>jboss-annotations-ejb3</artifactId>
-			<version>1.0</version>
-			<jar>jboss-annotations-ejb3.jar</jar>
-		</dependency>
- 
-		
-		<dependency>
-	    	<groupId>jboss</groupId>
-	    	<artifactId>jboss-jmx</artifactId>
-	    	<version>1.0</version>
-	    	<jar>jboss-jmx.jar</jar>
-	    </dependency>
-	
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>jboss-common</artifactId>
-		    <version>1.0</version>
-		    <jar>jboss-common.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-common-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-common-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-core-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-core-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-portlet-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-portlet-lib.jar</jar>
-		</dependency>
-	    
-    </dependencies>
-</project>

Deleted: contrib/wikiPortlet/trunk/wiki-test/maven.xml
===================================================================
--- contrib/wikiPortlet/trunk/wiki-test/maven.xml	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-test/maven.xml	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,27 +0,0 @@
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:u="jelly:util" >
-    <goal name="build">
-
-        <attainGoal name="jar" />
-        
-        <ant:copy file="target/wiki-test.jar"
-			tofile="target/wiki-test/WEB-INF/lib/wiki-test.jar" />
-			
-		<attainGoal name="war" />
-        
-    </goal>
-    
-    <goal name="deploy">
-
-	</goal>
-    
-    <goal name="all">
-    	<attainGoal name="build" />	
-    	<attainGoal name="deploy" />	
-    </goal>
-    
-</project>

Deleted: contrib/wikiPortlet/trunk/wiki-test/project.properties
===================================================================
--- contrib/wikiPortlet/trunk/wiki-test/project.properties	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-test/project.properties	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,11 +0,0 @@
-maven.repo.remote=http://repository.atlassian.com,http://www.ibiblio.org/maven,http://dist.codehaus.org/
-maven.junit.fork=yes
-maven.war.src=${basedir}/src/web
-
-maven.final.name=${pom.artifactId}
-
-maven.jar.override=on
-
-maven.jar.shotoku-base=${ext.root.dir}/shotoku/shotoku-base/target/shotoku-base.jar
-
-maven.war.classes.excludes=**/test/*.class

Deleted: contrib/wikiPortlet/trunk/wiki-test/project.xml
===================================================================
--- contrib/wikiPortlet/trunk/wiki-test/project.xml	2009-03-03 20:17:59 UTC (rev 255)
+++ contrib/wikiPortlet/trunk/wiki-test/project.xml	2009-03-04 15:54:11 UTC (rev 256)
@@ -1,187 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<project>
-    <pomVersion>3</pomVersion>
-    <extend>../common.xml</extend>
-    <id>wiki-test</id>
-    <name>Wiki test</name>
-    <currentVersion>1.0</currentVersion>
-	<build>
-    	<!-- <unitTestSourceDirectory>./src/test/java</unitTestSourceDirectory>
-		<unitTest>
-		 	<includes>
-		 		<include>**/*Test.java</include>
-		 		<include>**/Test*.java</include>
-		 	</includes>
-		</unitTest>-->
-        <sourceDirectory>src/java</sourceDirectory>
-        <resources>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.properties</include>
-            </resource>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.xml</include>
-            </resource>
-            <resource>
-                <directory>src/etc/</directory>
-                <include>**/*.types</include>
-            </resource>
-        </resources>
-    </build>
-    <organization>
-        <name>Tomasz Szymanski</name>
-        <url>http://mamut.net.pl</url>
-    </organization>
-
-	<dependencies>
-	
-		<dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.9</version>
-        </dependency>
-        
-		<dependency>
-	        <groupId>wiki-common</groupId>
-	        <artifactId>wiki-common</artifactId>
-	        <version>1.0</version>
-	        <properties>
-                <ejb.manifest.classpath>true</ejb.manifest.classpath>
-            </properties>
-	        <jar>wiki-common.jar</jar>
-	    </dependency>
-	    
-		<dependency>
-	        <groupId>aslibs</groupId>
-	        <artifactId>javax.servlet</artifactId>
-	        <version>1.0</version>
-	        <jar>javax.servlet.jar</jar>
-	    </dependency>
-	
-		<dependency>
-	        <groupId>aslibs</groupId>
-	        <artifactId>javax.servlet.jsp</artifactId>
-	        <version>1.0</version>
-	        <jar>javax.servlet.jsp.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        
-		<dependency>
-	            <groupId>jboss</groupId>
-	            <artifactId>activation</artifactId>
-	            <version>1.0</version>
-	            <jar>activation.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>commons-fileupload</groupId>
-	        <artifactId>commons-fileupload.jar</artifactId>
-	        <version>1.0</version>
-	        <jar>commons-fileupload-1.0.jar</jar>
-	    </dependency>
-	    
-	    <dependency>
-            <groupId>commons-configuration</groupId>
-            <artifactId>commons-configuration</artifactId>
-            <version>1.1</version>
-        </dependency>
-	    
-	    <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.1</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>3.1</version>
-        </dependency>
-	    
-	    <dependency>
-	        <groupId>dom4j</groupId>
-	        <artifactId>dom4j</artifactId>
-	        <version>1.6</version>
-	    </dependency>
-	    
-	    <dependency>
-	        <groupId>jdom</groupId>
-	        <artifactId>jdom</artifactId>
-	        <version>1.0</version>
-	    </dependency>
-	    
-	    <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-ejb3x</artifactId>
-            <version>1.0</version>
-            <jar>jboss-ejb3x.jar</jar>
-        </dependency>
-        
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-ejb3</artifactId>
-            <version>1.0</version>
-            <jar>jboss-ejb3.jar</jar>
-        </dependency>
-        
-        <dependency>
-		    <id>portlet-api</id>
-		    <version>1.0</version>
-		</dependency>
-		
-		<dependency>
-	            <groupId>jboss</groupId>
-	            <artifactId>jboss-jmx</artifactId>
-	            <version>1.0</version>
-	            <jar>jboss-jmx.jar</jar>
-	        </dependency>
-	
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>jboss-common</artifactId>
-		    <version>1.0</version>
-		    <jar>jboss-common.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-common-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-common-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-core-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-core-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>portal-portlet-lib</artifactId>
-		    <version>1.0</version>
-		    <jar>portal-portlet-lib.jar</jar>
-		</dependency>
-		
-		<dependency>
-		    <groupId>jboss</groupId>
-		    <artifactId>jbossall-client</artifactId>
-		    <version>3.2.3</version>
-		</dependency>
-    </dependencies>
-</project>




More information about the portletswap-commits mailing list