Author: fchrist
Date: Mon Jan  9 17:22:17 2012
New Revision: 1229264

URL: http://svn.apache.org/viewvc?rev=1229264&view=rev
Log:
STANBOL-270 Fixed assembly descriptors for source-releases.

Added:
    incubator/stanbol/trunk/releasing/framework.xml
      - copied unchanged from r1229261, 
incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/src/main/resources/assemblies/source-shared.xml
    incubator/stanbol/trunk/releasing/stack.xml
      - copied unchanged from r1229261, 
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/source-shared.xml
Removed:
    
incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/src/main/resources/assemblies/source-shared.xml
    
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/source-shared.xml
Modified:
    incubator/stanbol/trunk/pom.xml
    
incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/src/main/resources/assemblies/framework-source-release-zip-tar.xml
    
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack-source-release-zip-tar.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1229264&r1=1229263&r2=1229264&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Mon Jan  9 17:22:17 2012
@@ -87,7 +87,7 @@
         </sourceReleaseAssemblyDescriptor>
       </properties>
       <build>
-        <finalName>stanbol-stack-${project.version}</finalName>
+        <finalName>stanbol-stack-${project.version}</finalName>  
       </build>
       <modules>
         <module>commons/web/webvie</module>
@@ -120,22 +120,13 @@
         </sourceReleaseAssemblyDescriptor>
       </properties>
       <build>
-        <finalName>stanbol-framework-${project.version}</finalName>
+        <finalName>stanbol-framework-${project.version}</finalName> 
       </build>
       <modules>
         <module>launchers/framework</module>
       </modules>
     </profile>
     <profile>
-      <id>apache-release</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <modules>
-        
<module>releasing/framework/stanbol-framework-source-release-assembly-descriptor</module>
-      </modules>
-    </profile>
-    <profile>
       <id>rat</id>
       <activation>
         <activeByDefault>false</activeByDefault>
@@ -182,13 +173,22 @@
 
                 <!-- exclude generated files -->
                 <exclude>*/**/target/**</exclude>
-
               </excludes>
             </configuration>
           </plugin>
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>apache-release</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <modules>
+        
<module>releasing/framework/stanbol-framework-source-release-assembly-descriptor</module>
+        
<module>releasing/stack/stanbol-stack-source-release-assembly-descriptor</module>
+      </modules>      
+    </profile>    
     
     <!-- One day the KReS profile will disappear -->    
     <profile>

Modified: 
incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/src/main/resources/assemblies/framework-source-release-zip-tar.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/src/main/resources/assemblies/framework-source-release-zip-tar.xml?rev=1229264&r1=1229263&r2=1229264&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/src/main/resources/assemblies/framework-source-release-zip-tar.xml
 (original)
+++ 
incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/src/main/resources/assemblies/framework-source-release-zip-tar.xml
 Mon Jan  9 17:22:17 2012
@@ -25,6 +25,6 @@
     <format>tar.gz</format>
   </formats>
   <componentDescriptors>
-    <componentDescriptor>assemblies/source-shared.xml</componentDescriptor>
+    <componentDescriptor>assemblies/framework.xml</componentDescriptor>
   </componentDescriptors>
 </assembly>

Modified: 
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack-source-release-zip-tar.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack-source-release-zip-tar.xml?rev=1229264&r1=1229263&r2=1229264&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack-source-release-zip-tar.xml
 (original)
+++ 
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack-source-release-zip-tar.xml
 Mon Jan  9 17:22:17 2012
@@ -25,6 +25,6 @@
     <format>tar.gz</format>
   </formats>
   <componentDescriptors>
-    <componentDescriptor>assemblies/source-shared.xml</componentDescriptor>
+    <componentDescriptor>assemblies/stack.xml</componentDescriptor>
   </componentDescriptors>
 </assembly>


Reply via email to