[jboss-svn-commits] JBL Code SVN: r23616 - in labs/jbosslabs/trunk/portal-extensions: kryten and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 29 08:39:13 EDT 2008


Author: adamw
Date: 2008-10-29 08:39:13 -0400 (Wed, 29 Oct 2008)
New Revision: 23616

Added:
   labs/jbosslabs/trunk/portal-extensions/kryten/
   labs/jbosslabs/trunk/portal-extensions/kryten/maven.xml
   labs/jbosslabs/trunk/portal-extensions/kryten/project.properties
   labs/jbosslabs/trunk/portal-extensions/kryten/project.xml
Log:
Adding kryten


Property changes on: labs/jbosslabs/trunk/portal-extensions/kryten
___________________________________________________________________
Name: svn:externals
   + kryten	https://svn.devel.redhat.com/repos/Swivel


Added: labs/jbosslabs/trunk/portal-extensions/kryten/maven.xml
===================================================================
--- labs/jbosslabs/trunk/portal-extensions/kryten/maven.xml	                        (rev 0)
+++ labs/jbosslabs/trunk/portal-extensions/kryten/maven.xml	2008-10-29 12:39:13 UTC (rev 23616)
@@ -0,0 +1,33 @@
+<!-- 
+  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">
+    <!-- Default war-project goals -->
+
+    <goal name="all">
+        <attainGoal name="prj-all" />
+    </goal>
+
+    <goal name="build">
+
+    </goal>
+
+    <goal name="deploy">
+        <ant:exec dir="${ext.root.dir}/kryten/kryten-repo" executable="ant" failonerror="true">
+            <ant:arg line="restart" />
+            <ant:arg line="-Djboss.home=${local.server.dir}" />
+            <ant:arg line="-Dprofile=prod" />
+        </ant:exec>
+    </goal>
+
+    <goal name="clean">
+        <ant:exec dir="${ext.root.dir}/kryten/kryten-repo" executable="ant" failonerror="true">
+            <ant:arg line="clean-all" />
+            <ant:arg line="-Djboss.home=${local.server.dir}" />
+            <ant:arg line="-Dprofile=prod" />
+        </ant:exec>
+        <attainGoal name="prj-clean" />
+    </goal>
+</project>

Added: labs/jbosslabs/trunk/portal-extensions/kryten/project.properties
===================================================================
--- labs/jbosslabs/trunk/portal-extensions/kryten/project.properties	                        (rev 0)
+++ labs/jbosslabs/trunk/portal-extensions/kryten/project.properties	2008-10-29 12:39:13 UTC (rev 23616)
@@ -0,0 +1,4 @@
+maven.repo.remote=http://repo1.maven.org/maven
+maven.junit.fork=yes
+
+maven.final.name=${pom.artifactId}
\ No newline at end of file

Added: labs/jbosslabs/trunk/portal-extensions/kryten/project.xml
===================================================================
--- labs/jbosslabs/trunk/portal-extensions/kryten/project.xml	                        (rev 0)
+++ labs/jbosslabs/trunk/portal-extensions/kryten/project.xml	2008-10-29 12:39:13 UTC (rev 23616)
@@ -0,0 +1,20 @@
+<?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>kryten</id>
+    <name>Kryten</name>
+    <currentVersion>1.0</currentVersion>
+    <organization>
+        <name>Adam Warski</name>
+        <url>http://www.warski.org</url>
+    </organization>
+    <description />
+
+    <dependencies />
+</project>




More information about the jboss-svn-commits mailing list