You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2010/04/20 21:39:17 UTC

svn commit: r936043 - in /geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature: .classpath pom.xml

Author: mcconne
Date: Tue Apr 20 19:39:17 2010
New Revision: 936043

URL: http://svn.apache.org/viewvc?rev=936043&view=rev
Log:
GERONIMODEVTOOLS-637 Enable v30 testsuite

Added:
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/.classpath   (with props)
Modified:
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/pom.xml

Added: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/.classpath
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/.classpath?rev=936043&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/.classpath (added)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/.classpath Tue Apr 20 19:39:17 2010
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<!-- @version $Rev$ $Date$ -->
+
+<classpath>
+    <classpathentry kind="output" path="target/classes"/>
+</classpath>

Propchange: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/pom.xml?rev=936043&r1=936042&r2=936043&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v30.feature/pom.xml Tue Apr 20 19:39:17 2010
@@ -85,34 +85,20 @@
 
         <plugins>
             <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>${pom.basedir}/bin</directory>
-                            <includes>
-                                <include>**</include>
-                            </includes>
-                        </fileset>
-                    </filesets>
-                </configuration>
-            </plugin>
-            
-             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <executions>
-                  <execution>
-                    <goals>
-                      <goal>sign</goal>
-                    </goals>
-                  </execution>
+                    <execution>
+                        <goals>
+                            <goal>sign</goal>
+                        </goals>
+                    </execution>
                 </executions>
                 <configuration>
-                  <keystore>../../${keystoreFile}</keystore>
-                  <alias>${keystoreAlias}</alias>
-                  <storepass>${keystoreStorepass}</storepass>
-                  <keypass>${keystoreKeypass}</keypass>
+                    <keystore>../../${keystoreFile}</keystore>
+                    <alias>${keystoreAlias}</alias>
+                    <storepass>${keystoreStorepass}</storepass>
+                    <keypass>${keystoreKeypass}</keypass>
                 </configuration>
             </plugin>
         </plugins>