You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/02/14 04:36:36 UTC

svn commit: r377599 - /incubator/servicemix/trunk/tooling/servicemix-installer/project.xml

Author: foconer
Date: Mon Feb 13 19:36:35 2006
New Revision: 377599

URL: http://svn.apache.org/viewcvs?rev=377599&view=rev
Log:
Added dependency for izpack installer.

Modified:
    incubator/servicemix/trunk/tooling/servicemix-installer/project.xml

Modified: incubator/servicemix/trunk/tooling/servicemix-installer/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/servicemix-installer/project.xml?rev=377599&r1=377598&r2=377599&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/servicemix-installer/project.xml (original)
+++ incubator/servicemix/trunk/tooling/servicemix-installer/project.xml Mon Feb 13 19:36:35 2006
@@ -1,22 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+    
+-->
+
 <project>
-	<pomVersion>3</pomVersion>
-	<name>ServiceMix Installer</name>
-	<id>servicemix-installer</id>
-	<currentVersion>1.0</currentVersion>
-	<shortDescription>ServiceMix NSIS Installer</shortDescription>
-	<description>ServiceMix NSIS Installer</description>
-
-	<dependencies>
-		<!-- 
-			
-			TODO: Change this dependency and put all the necessary files for it to work
-			
-		<dependency>
-			<groupId>servicemix</groupId>
-			<artifactId>assembly</artifactId>
-			<version>2.0.2</version>
-		</dependency>
-		 -->
-	</dependencies>
-</project>
+    <pomVersion>3</pomVersion>
+    <extend>${basedir}/../../etc/project.xml</extend>
+    <name>ServiceMix :: Installer</name>
+    <id>servicemix</id>
+    <shortDescription>ServiceMix IzPack Installer</shortDescription>
+    <dependencies>	
+      <dependency>
+        <groupId>izpack</groupId>
+	<artifactId>izpack-standalone-compiler</artifactId>
+        <version>3.7.2</version>
+      </dependency>
+    </dependencies>
+</project>
\ No newline at end of file