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/06 07:36:44 UTC

svn commit: r412011 - in /incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin: .classpath pom.xml src/main/java/menu.xml src/main/java/plugin.properties src/main/java/plugin.xml src/main/java/plugin_ru.properties src/main/resources/

Author: aadamchik
Date: Mon Jun  5 22:36:44 2006
New Revision: 412011

URL: http://svn.apache.org/viewvc?rev=412011&view=rev
Log:
moving resources to the main source folder as otherwise combination of Maven and Platonos does not work in Eclipse

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

Modified: incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath?rev=412011&r1=412010&r2=412011&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/.classpath Mon Jun  5 22:36:44 2006
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry 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-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/pom.xml?rev=412011&r1=412010&r2=412011&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/pom.xml (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler-plugin/pom.xml Mon Jun  5 22:36:44 2006
@@ -9,12 +9,6 @@
   <url>http://maven.apache.org</url>
   
 	<dependencies>
-	
-		<dependency>
-			<groupId>org.objectstyle.cayenne</groupId>
-			<artifactId>cayenne-modeler</artifactId>
-			<version>1.2-SNAPSHOT</version>
-		</dependency>
     
     	<!-- provided dependencies -->
 		<dependency>
@@ -27,6 +21,12 @@
 			<groupId>org.apache.cayenne</groupId>
 			<artifactId>swing-plugin</artifactId>
 			<version>3.0-SNAPSHOT</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.objectstyle.cayenne</groupId>
+			<artifactId>cayenne-modeler</artifactId>
+			<version>1.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>