You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/06/07 19:56:36 UTC

svn commit: r412470 - in /incubator/cayenne/main/branches/PROTO-3.0/modeler: assembly.xml pom.xml

Author: aadamchik
Date: Wed Jun  7 10:56:36 2006
New Revision: 412470

URL: http://svn.apache.org/viewvc?rev=412470&view=rev
Log:
more user friendly launcher

Added:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/assembly.xml
Modified:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml

Added: incubator/cayenne/main/branches/PROTO-3.0/modeler/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/assembly.xml?rev=412470&view=auto
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/assembly.xml (added)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/assembly.xml Wed Jun  7 10:56:36 2006
@@ -0,0 +1 @@
+<assembly>
    <id>core</id>
    <formats>
        <format>tar.gz</format>
    </formats>
    <includeBaseDirectory>false</includeBaseDirectory>
        
    <fileSets>
        <!-- Startup Scripts -->
        <!-- 
        <fileSet>
        <directory>plugin-launcher/src/main/bin</directory>
        <outputDirectory>/</outputDirectory>
        <fileMode>755</fileMode>
        </fileSet>
        -->
        
        <!-- Launcher Jar -->
        
        <fileSet>
            <directory>plugin-launcher/target</directory>
            <outputDirectory>/</outputDirectory>
            <fileMode>644</fileMode>
            <includes>
                <include>*-launcher.jar</include>
            </includes>
        </fileSet> 
        
        <!-- Plugins -->
        <fileSet>
            <directory>swing-plugin/target/swing-plugin-${version}-plugin.dir</directory>
            <outputDirectory>/plugins/${groupId}_swing-plugin_${version}</outputDirectory>
            <fileMode>644<
 /fileMode>
        </fileSet>
        <fileSet>
            <directory>modeler-plugin/target/modeler-plugin-${version}-plugin.dir</directory>
            <outputDirectory>/plugins/${groupId}_modeler-plugin_${version}</outputDirectory>
            <fileMode>644</fileMode>
        </fileSet>
    </fileSets>
</assembly>
\ No newline at end of file

Modified: incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml?rev=412470&r1=412469&r2=412470&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml Wed Jun  7 10:56:36 2006
@@ -20,7 +20,7 @@
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <descriptors>
-                        <descriptor>plugin-launcher/src/main/assembly/bin.xml</descriptor>
+                        <descriptor>assembly.xml</descriptor>
                     </descriptors>
                     <finalName>modeler-${version}</finalName>
                 </configuration>