You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/01/28 15:34:31 UTC

svn commit: r904131 - in /incubator/hise/trunk/hise-distro: pom.xml src/main/bin.xml

Author: rr
Date: Thu Jan 28 15:34:31 2010
New Revision: 904131

URL: http://svn.apache.org/viewvc?rev=904131&view=rev
Log:
Distro name update

Modified:
    incubator/hise/trunk/hise-distro/pom.xml
    incubator/hise/trunk/hise-distro/src/main/bin.xml

Modified: incubator/hise/trunk/hise-distro/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-distro/pom.xml?rev=904131&r1=904130&r2=904131&view=diff
==============================================================================
--- incubator/hise/trunk/hise-distro/pom.xml (original)
+++ incubator/hise/trunk/hise-distro/pom.xml Thu Jan 28 15:34:31 2010
@@ -12,11 +12,11 @@
 
   <packaging>pom</packaging>
   <build>
-  <plugins>
-        <plugin>
+    <plugins>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        
+
         <executions>
           <execution>
             <id>bin</id>
@@ -26,21 +26,22 @@
             </goals>
             <configuration>
               <descriptors>
-                 <descriptor>src/main/bin.xml</descriptor>  
+                <descriptor>src/main/bin.xml</descriptor>
               </descriptors>
+              <finalName>apache-hise-${project.version}</finalName>
             </configuration>
           </execution>
         </executions>
-</plugin>  
-  </plugins>
+      </plugin>
+    </plugins>
   </build>
-  
+
   <dependencies>
-  <dependency>
-  <groupId>org.apache.hise</groupId>
-  <artifactId>hise-web</artifactId>
-  <version>${project.version}</version>
-  <type>war</type>
-  </dependency>
+    <dependency>
+      <groupId>org.apache.hise</groupId>
+      <artifactId>hise-web</artifactId>
+      <version>${project.version}</version>
+      <type>war</type>
+    </dependency>
   </dependencies>
 </project>

Modified: incubator/hise/trunk/hise-distro/src/main/bin.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-distro/src/main/bin.xml?rev=904131&r1=904130&r2=904131&view=diff
==============================================================================
--- incubator/hise/trunk/hise-distro/src/main/bin.xml (original)
+++ incubator/hise/trunk/hise-distro/src/main/bin.xml Thu Jan 28 15:34:31 2010
@@ -1,5 +1,7 @@
 <assembly>
+    <!--
       <id>bin</id>
+      -->
       <formats>
         <format>zip</format>
       </formats>