Author: gawor
Date: Thu May 3 01:29:29 2012
New Revision: 1333284
URL: http://svn.apache.org/viewvc?rev=1333284&view=rev
Log:
GERONIMODEVTOOLS-792: add top directory for deployable zip
Modified:
geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml
Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml?rev=1333284&r1=1333283&r2=1333284&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml Thu May
3 01:29:29 2012
@@ -27,18 +27,18 @@
<fileSets>
<fileSet>
<directory>${basedir}/target/geronimo-eclipse-plugin-base/</directory>
- <outputDirectory></outputDirectory>
+ <outputDirectory>eclipse/</outputDirectory>
<includes>
<include>*.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>${basedir}/target/geronimo-eclipse-plugin-base/plugins</directory>
- <outputDirectory>plugins</outputDirectory>
+ <outputDirectory>eclipse/plugins</outputDirectory>
</fileSet>
<fileSet>
<directory>${basedir}/target/geronimo-eclipse-plugin-base/features-unpacked</directory>
- <outputDirectory>features</outputDirectory>
+ <outputDirectory>eclipse/features</outputDirectory>
</fileSet>
</fileSets>
|