Author: aadamchik
Date: Tue Jun  6 07:14:53 2006
New Revision: 412124

URL: http://svn.apache.org/viewvc?rev=412124&view=rev
Log:
figuring out standalone assembly layout

Removed:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/assembly.xml
Modified:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/pom.xml

Modified: incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/pom.xml?rev=412124&r1=412123&r2=412124&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/pom.xml 
(original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/swing-plugin/pom.xml Tue 
Jun  6 07:14:53 2006
@@ -1,51 +1,41 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.cayenne</groupId>
-  <artifactId>swing-plugin</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0-SNAPSHOT</version>
-  <name>Generic Swing Plugin</name>
-  <url>http://maven.apache.org</url>
-       
-       <build>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <descriptor>assembly.xml</descriptor>
-                                       
<finalName>swing-plugin-${version}</finalName>
-                                       
<outputDirectory>target</outputDirectory>
-                                       
<workDirectory>target/assembly/work</workDirectory>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <parent>
+        <groupId>org.apache.cayenne</groupId>
+        <artifactId>modeler</artifactId>
+        <version>3.0-SNAPSHOT</version>
+    </parent>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.cayenne</groupId>
+    <artifactId>swing-plugin</artifactId>
+    <packaging>jar</packaging>
+    <version>3.0-SNAPSHOT</version>
+    <name>Generic Swing Plugin</name>
        
-       <dependencies>
+    <dependencies>
                
-               <dependency>
-                       <groupId>org.objectstyle.cayenne</groupId>
-                       <artifactId>cayenne-modeler</artifactId>
-                       <version>1.2-SNAPSHOT</version>
-               </dependency>
+        <dependency>
+            <groupId>org.objectstyle.cayenne</groupId>
+            <artifactId>cayenne-modeler</artifactId>
+            <version>1.2-SNAPSHOT</version>
+        </dependency>
     
-               <!-- provided dependencies -->
-               <dependency>
-                       <groupId>org.platonos</groupId>
-                       <artifactId>plugin-engine</artifactId>
-                       <version>1.1-SNAPSHOT</version>
-                       <scope>provided</scope>
-               </dependency>
+        <dependency>
+            <groupId>org.platonos</groupId>
+            <artifactId>plugin-engine</artifactId>
+            <version>1.1-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
                
-  </dependencies>
+    </dependencies>
   
-  <repositories>
-               <repository>
-                       <id>objectstyle</id>
-                       <name>ObjectStyle Public Maven2 repo</name>
-                       <url>http://objectstyle.org/maven2</url>
-               </repository>
-       </repositories>
+    <repositories>
+        <repository>
+            <id>objectstyle</id>
+            <name>ObjectStyle Public Maven2 repo</name>
+            <url>http://objectstyle.org/maven2</url>
+        </repository>
+    </repositories>
 </project>


Reply via email to