Author: gnodet
Date: Mon May 14 03:02:49 2007
New Revision: 537765
URL: http://svn.apache.org/viewvc?view=rev&rev=537765
Log:
Fix problem with SAs permissions in the distribution
Modified:
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/assembly/bin.xml
Modified:
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml?view=diff&rev=537765&r1=537764&r2=537765
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
Mon May 14 03:02:49 2007
@@ -412,36 +412,6 @@
</configuration>
</execution>
<execution>
- <id>copy-sas</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <outputDirectory>target/sas</outputDirectory>
- <artifactItems>
- <artifactItem>
- <groupId>org.apache.servicemix.samples.bridge</groupId>
- <artifactId>bridge-sa</artifactId>
- <version>${servicemix-version}</version>
- <type>zip</type>
- </artifactItem>
- <artifactItem>
- <groupId>org.apache.servicemix.samples.loan-broker</groupId>
- <artifactId>loan-broker-sa</artifactId>
- <version>${servicemix-version}</version>
- <type>zip</type>
- </artifactItem>
- <artifactItem>
- <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
- <artifactId>wsdl-first-sa</artifactId>
- <version>${servicemix-version}</version>
- <type>zip</type>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- <execution>
<id>unpack-samples</id>
<phase>generate-resources</phase>
<goals>
@@ -483,6 +453,60 @@
<artifactId>basic</artifactId>
<version>${servicemix-version}</version>
<classifier>src</classifier>
+ <type>zip</type>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ <execution>
+ <id>copy-sa-bridge</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+
<outputDirectory>target/samples/bridge-${servicemix-version}</outputDirectory>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.apache.servicemix.samples.bridge</groupId>
+ <artifactId>bridge-sa</artifactId>
+ <version>${servicemix-version}</version>
+ <type>zip</type>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ <execution>
+ <id>copy-sa-loan-broker</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+
<outputDirectory>target/samples/loan-broker-${servicemix-version}</outputDirectory>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.apache.servicemix.samples.loan-broker</groupId>
+ <artifactId>loan-broker-sa</artifactId>
+ <version>${servicemix-version}</version>
+ <type>zip</type>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ <execution>
+ <id>copy-sa-wsdl-first</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+
<outputDirectory>target/samples/wsdl-first-${servicemix-version}</outputDirectory>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
+ <artifactId>wsdl-first-sa</artifactId>
+ <version>${servicemix-version}</version>
<type>zip</type>
</artifactItem>
</artifactItems>
Modified:
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/assembly/bin.xml?view=diff&rev=537765&r1=537764&r2=537765
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/assembly/bin.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/assembly/bin.xml
Mon May 14 03:02:49 2007
@@ -76,20 +76,6 @@
<outputDirectory>lib/optional</outputDirectory>
</fileSet>
</fileSets>
- <files>
- <file>
-
<source>${basedir}/target/sas/bridge-sa-${servicemix-version}.zip</source>
- <outputDirectory>examples/bridge</outputDirectory>
- </file>
- <file>
-
<source>${basedir}/target/sas/wsdl-first-sa-${servicemix-version}.zip</source>
- <outputDirectory>examples/wsdl-first</outputDirectory>
- </file>
- <file>
-
<source>${basedir}/target/sas/loan-broker-sa-${servicemix-version}.zip</source>
- <outputDirectory>examples/loan-broker-bpel</outputDirectory>
- </file>
- </files>
<dependencySets>
<dependencySet>
<outputDirectory>components/lib</outputDirectory>