Skip to content

Commit

Permalink
TUSCANY-3570 - Reverting previous changes from r948319 as they didn't…
Browse files Browse the repository at this point in the history
… seem to have any effect to the issue reported

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/branches/sca-java-2.0-M5@949341 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lresende committed May 29, 2010
1 parent 2b7655d commit 8b4e617
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion distribution/all/src/main/assembly/src.xml
Expand Up @@ -40,7 +40,6 @@
<exclude>**/maven-eclipse.xml</exclude>
<exclude>modules/web-javascript-dojo/src/main/resources/dojo/**</exclude>
</excludes>
<fileMode>0755</fileMode>
</fileSet>
</fileSets>
</assembly>
4 changes: 0 additions & 4 deletions distribution/all/src/main/components/bin-common.xml
Expand Up @@ -28,8 +28,6 @@
<include>README</include>
<include>RELEASE_NOTES</include>
</includes>
<directoryMode>0755</directoryMode>
<fileMode>0666</fileMode>
</fileSet>
<fileSet>
<directory>src/main/release/bin</directory>
Expand All @@ -39,8 +37,6 @@
<include>LICENSE</include>
<include>NOTICE</include>
</includes>
<directoryMode>0755</directoryMode>
<fileMode>0666</fileMode>
</fileSet>
</fileSets>

Expand Down
2 changes: 0 additions & 2 deletions distribution/all/src/main/components/bin-launcher.xml
Expand Up @@ -34,8 +34,6 @@
<include>org.apache.tuscany.sca:tuscany-launcher</include>
</includes>
<outputFileNameMapping>launcher.jar</outputFileNameMapping>
<directoryMode>0755</directoryMode>
<fileMode>0666</fileMode>
</dependencySet>
</dependencySets>

Expand Down
4 changes: 0 additions & 4 deletions distribution/all/src/main/components/bin-lib.xml
Expand Up @@ -31,8 +31,6 @@
<include>wsdl4j:wsdl4j</include>
<include>org.apache.tuscany.sca:tuscany-sca-api</include>
</includes>
<directoryMode>0755</directoryMode>
<fileMode>0666</fileMode>
</dependencySet>

<dependencySet>
Expand All @@ -43,8 +41,6 @@
<include>org.apache.tuscany.sca.shades:tuscany-spring</include>
<include>org.springframework:*</include>
</includes>
<directoryMode>0755</directoryMode>
<fileMode>0666</fileMode>
</dependencySet>
</dependencySets>

Expand Down
2 changes: 0 additions & 2 deletions distribution/all/src/main/components/bin-modules.xml
Expand Up @@ -30,8 +30,6 @@
<exclude>org.aspectj:aspectjweaver</exclude>
<exclude>org.apache.tuscany.sca.shades:*</exclude>
</excludes>
<directoryMode>0755</directoryMode>
<fileMode>0666</fileMode>
</fileSet>
</fileSets>
</component>
3 changes: 0 additions & 3 deletions distribution/all/src/main/components/bin-samples.xml
Expand Up @@ -47,10 +47,7 @@
<exclude>**/target/surefire-osgi-reports/**/*</exclude>
<exclude>webapps/*/target</exclude>
<exclude>webapps/*/target/**/*</exclude>

</excludes>
<directoryMode>0755</directoryMode>
<fileMode>0644</fileMode>
</fileSet>
</fileSets>
</component>
4 changes: 0 additions & 4 deletions distribution/all/src/main/components/bin-tracing.xml
Expand Up @@ -22,8 +22,6 @@
<directory>src/main/release/tracing</directory>
<outputDirectory>bin</outputDirectory>
<includes/>
<directoryMode>0755</directoryMode>
<fileMode>0666</fileMode>
</fileSet>
</fileSets>

Expand All @@ -35,8 +33,6 @@
<include>org.aspectj:aspectjweaver</include>
</includes>
<outputFileNameMapping>aspectjweaver.jar</outputFileNameMapping>
<directoryMode>0755</directoryMode>
<fileMode>0666</fileMode>
</dependencySet>
</dependencySets>

Expand Down

0 comments on commit 8b4e617

Please sign in to comment.