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 15:04:15 UTC

svn commit: r412396 - in /incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin: .classpath pom.xml src/main/plugin/ src/main/plugin/plugin.xml src/main/resources/plugin.xml

Author: aadamchik
Date: Wed Jun  7 06:04:14 2006
New Revision: 412396

URL: http://svn.apache.org/viewvc?rev=412396&view=rev
Log:
a structure that sort of builds with maven to produce an app with plugins

Added:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/plugin/
    incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/plugin/plugin.xml
      - copied unchanged from r412378, incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/plugin.xml
Removed:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/src/main/resources/plugin.xml
Modified:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath
    incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml

Modified: incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath?rev=412396&r1=412395&r2=412396&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/.classpath Wed Jun  7 06:04:14 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/main/resources"/>
+	<classpathentry output="src/main/resources" kind="src" path="src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml?rev=412396&r1=412395&r2=412396&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/modeler-plugin/pom.xml Wed Jun  7 06:04:14 2006
@@ -8,12 +8,10 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cayenne</groupId>
     <artifactId>modeler-plugin</artifactId>
     <packaging>jar</packaging>
-    <version>3.0-SNAPSHOT</version>
     <name>CayenneModeler Plugin</name>
-
+    
     <dependencies>
     
         <dependency>