You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/04/14 14:30:59 UTC

svn commit: r394072 - in /geronimo/devtools/eclipse-plugin/trunk/plugins: org.apache.geronimo.runtime.v1/ org.apache.geronimo.st.core/ org.apache.geronimo.st.ui/ org.apache.geronimo.st.v1.core/ org.apache.geronimo.st.v1.ui/ org.apache.geronimo.st.v11.c...

Author: sppatel
Date: Fri Apr 14 05:30:39 2006
New Revision: 394072

URL: http://svn.apache.org/viewcvs?rev=394072&view=rev
Log:
poms for new plugins

Added:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml   (with props)
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml   (with props)
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/pom.xml   (with props)
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.ui/pom.xml   (with props)
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/pom.xml   (with props)
Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/.classpath
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.ui/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/.classpath
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/.classpath?rev=394072&r1=394071&r2=394072&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/.classpath (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/.classpath Fri Apr 14 05:30:39 2006
@@ -1,23 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-security-builder-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-naming-builder-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-kernel-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-j2ee-schema-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-j2ee-deployment_1.1_spec-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-j2ee-builder-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-deploy-jsr88-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-connector-builder-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-common-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/cglib-nodep-2.1_3.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/xbean-2.0.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/stax-api-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/openejb-builder-2.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/mx4j-remote-3.0.1.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/mx4j-3.0.1.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-web-builder-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-util-1.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-service-builder-1.0.jar"/>
-	<classpathentry kind="output" path=""/>
+	<classpathentry kind="lib" path="lib/xbean-2.0.0.jar"/>
+	<classpathentry kind="lib" path="lib/stax-api-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/openejb-builder-2.0.jar"/>
+	<classpathentry kind="lib" path="lib/mx4j-remote-3.0.1.jar"/>
+	<classpathentry kind="lib" path="lib/mx4j-3.0.1.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-web-builder-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-util-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-service-builder-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-security-builder-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-naming-builder-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-kernel-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-j2ee-schema-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-j2ee-deployment_1.1_spec-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-j2ee-builder-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-deploy-jsr88-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-connector-builder-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/geronimo-common-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="lib" path="lib/cglib-nodep-2.1_3.jar"/>
 </classpath>

Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml?rev=394072&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml (added)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml Fri Apr 14 05:30:39 2006
@@ -0,0 +1 @@
+<project>
  <modelVersion>4.0.0</modelVersion>
	<artifactId>org.apache.st.core</artifactId>
  <packaging>jar</packaging>
  <version>${org.apache.geronimo.st.core_version}</version>
  <name>${artifactId}</name>
  <parent>
    <groupId>org.apache.geronimo.devtools</groupId>
    <artifactId>eclipse-plugins-parent</artifactId>
    <version>1.0</version>
  </parent>
  <build>
    <resources>
      <resource>
        <directory>.</directory>
        <includes>
          <include>.options</include>
        </includes>
      </resource>
      <resource>
        <targetPath>org/apache/geronimo/st/core/internal</targetPath>
        <directory>src/org/apache/geronimo/st/core/internal</directory>
        <includes>
          <include>Messages.properties</include>
        </includes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>org.apache.geronimo.devtools</groupId>
        <artifactId>maven-geronimodevtools-plugin</artifactId>
        <executions>
   
        <execution>
            <id>install-dependencies</id>
            <phase>validate</phase>
            <goals>
              <goal>manifestbundles</goal>
              <goal>download</goal>
              <goal>install</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestFile>META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
\ No newline at end of file

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml?rev=394072&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml (added)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml Fri Apr 14 05:30:39 2006
@@ -0,0 +1,67 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+	<artifactId>org.apache.geronimo.st.ui</artifactId>
+  <packaging>jar</packaging>
+  <version>${org.apache.geronimo.st.ui_version}</version>
+  <name>${artifactId}</name>
+  <parent>
+    <groupId>org.apache.geronimo.devtools</groupId>
+    <artifactId>eclipse-plugins-parent</artifactId>
+    <version>1.0</version>
+  </parent>
+  <build>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>plugin.xml</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>plugin.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>.options</include>
+        </includes>
+      </resource>
+      <resource>
+        <targetPath>/org/apache/geronimo/st/ui/internal/</targetPath>
+        <directory>src/org/apache/geronimo/st/ui/internal/</directory>
+        <includes>
+          <include>Messages.properties</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.geronimo.devtools</groupId>
+        <artifactId>maven-geronimodevtools-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>install-dependencies</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>manifestbundles</goal>
+              <goal>download</goal>
+              <goal>install</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestFile>META-INF/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/pom.xml?rev=394072&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/pom.xml (added)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/pom.xml Fri Apr 14 05:30:39 2006
@@ -0,0 +1,81 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+	<artifactId>org.apache.geronimo.st.v1.core</artifactId>
+  <packaging>jar</packaging>
+  <version>${org.apache.geronimo.st.v1.core_version}</version>
+  <name>${artifactId}</name>
+  <parent>
+    <groupId>org.apache.geronimo.devtools</groupId>
+    <artifactId>eclipse-plugins-parent</artifactId>
+    <version>1.0</version>
+  </parent>
+  <build>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>plugin.xml</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>plugin.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <targetPath>serverdef/</targetPath>
+        <directory>serverdef</directory>
+        <includes>
+          <include>geronimo10.serverdef</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>.options</include>
+        </includes>
+      </resource>
+    </resources>    
+    <plugins>
+      <plugin>
+        <groupId>org.apache.geronimo.devtools</groupId>
+        <artifactId>maven-geronimodevtools-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>install-dependencies</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>manifestbundles</goal>
+              <goal>download</goal>
+              <goal>install</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestFile>META-INF/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <!-- g plugin dependencies -->
+    <dependency>
+      <groupId>org.apache.geronimo.devtools</groupId>
+      <artifactId>org.apache.geronimo.deployment.model</artifactId>
+      <version>${org.apache.geronimo.deployment.model_version}</version>      
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.devtools</groupId>
+      <artifactId>org.apache.geronimo.runtime.v1</artifactId>
+      <version>${org.apache.geronimo.runtime.v1_version}</version>      
+    </dependency>
+  </dependencies>
+</project>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.ui/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.ui/pom.xml?rev=394072&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.ui/pom.xml (added)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.ui/pom.xml Fri Apr 14 05:30:39 2006
@@ -0,0 +1,82 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+	<artifactId>org.apache.geronimo.st.v1.ui</artifactId>
+  <packaging>jar</packaging>
+  <version>${org.apache.geronimo.st.v1.ui_version}</version>
+  <name>${artifactId}</name>
+  <parent>
+    <groupId>org.apache.geronimo.devtools</groupId>
+    <artifactId>eclipse-plugins-parent</artifactId>
+    <version>1.0</version>
+  </parent>
+  <build>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>plugin.xml</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>plugin.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>.options</include>
+        </includes>
+      </resource>
+      <resource>
+        <targetPath>org/apache/geronimo/st/v1/uiinternal</targetPath>
+        <directory>src/org/apache/geronimo/st/v1/ui/internal</directory>
+        <includes>
+          <include>Messages.properties</include>
+        </includes>
+      </resource>
+    </resources>
+    
+    <plugins>
+      <plugin>
+        <groupId>org.apache.geronimo.devtools</groupId>
+        <artifactId>maven-geronimodevtools-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>install-dependencies</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>manifestbundles</goal>
+              <goal>download</goal>
+              <goal>install</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestFile>META-INF/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <!-- g plugin dependencies -->
+    <dependency>
+      <groupId>org.apache.geronimo.devtools</groupId>
+      <artifactId>org.apache.geronimo.deployment.model</artifactId>
+      <version>${org.apache.geronimo.deployment.model_version}</version>      
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.devtools</groupId>
+      <artifactId>org.apache.geronimo.deployment.model.edit</artifactId>
+      <version>${org.apache.geronimo.deployment.model.edit_version}</version>      
+    </dependency>
+  </dependencies>
+</project>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.ui/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.ui/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.ui/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/pom.xml?rev=394072&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/pom.xml (added)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/pom.xml Fri Apr 14 05:30:39 2006
@@ -0,0 +1 @@
+<project>
  <modelVersion>4.0.0</modelVersion>
	<artifactId>org.apache.geronimo.st.v11.core</artifactId>
  <packaging>jar</packaging>
  <version>${org.apache.geronimo.st.v11.core_version}</version>
  <name>${artifactId}</name>
  <parent>
    <groupId>org.apache.geronimo.devtools</groupId>
    <artifactId>eclipse-plugins-parent</artifactId>
    <version>1.0</version>
  </parent>
  <build>
    <resources>
      <resource>
        <directory>.</directory>
        <includes>
          <include>.options</include>
        </includes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>org.apache.geronimo.devtools</groupId>
        <artifactId>maven-geronimodevtools-plugin</artifactId>
        <executions>
          <execution>
            <id>install-dependencies</id>
            <phase>validate</phase>
            <goals>
              <goal>manifestbundles</goal>
              <goal>download</goal>
              <goal>install</goal>
            </goa
 ls>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestFile>META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
\ No newline at end of file

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.ui/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.ui/pom.xml?rev=394072&r1=394071&r2=394072&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.ui/pom.xml Fri Apr 14 05:30:39 2006
@@ -85,6 +85,11 @@
       <artifactId>org.apache.geronimo.deployment.model.edit</artifactId>
       <version>${org.apache.geronimo.deployment.model.edit_version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.devtools</groupId>
+      <artifactId>org.apache.geronimo.deployment.model</artifactId>
+      <version>${org.apache.geronimo.deployment.model_version}</version>
+    </dependency>
     <!-- eclipse plugin dependencies -->
     <dependency>
       <groupId>org.eclipse.plugins</groupId>