You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/12/30 10:13:53 UTC

svn commit: r730074 - in /tuscany/branches/sca-java-1.x/modules/compact-base: ./ pom.xml

Author: antelder
Date: Tue Dec 30 01:13:53 2008
New Revision: 730074

URL: http://svn.apache.org/viewvc?rev=730074&view=rev
Log:
Set svn ignores

Modified:
    tuscany/branches/sca-java-1.x/modules/compact-base/   (props changed)
    tuscany/branches/sca-java-1.x/modules/compact-base/pom.xml

Propchange: tuscany/branches/sca-java-1.x/modules/compact-base/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Dec 30 01:13:53 2008
@@ -0,0 +1,20 @@
+target
+work
+dojo
+*.iws
+*.ipr
+*.iml
+derby.log
+maven.log
+maven-eclipse.xml
+build.xml
+build-dependency.xml
+velocity.log*
+junit*.properties
+surefire*.properties
+.project
+.classpath
+.settings
+.deployables
+.wtpmodules
+.externalToolBuilders

Modified: tuscany/branches/sca-java-1.x/modules/compact-base/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/compact-base/pom.xml?rev=730074&r1=730073&r2=730074&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/compact-base/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/compact-base/pom.xml Tue Dec 30 01:13:53 2008
@@ -226,26 +226,6 @@
             <version>${pom.version}</version>
         </dependency>
 
-  <!-- dependencies to keep in the shaded pom.xml -->
-
-        <!-- dependency>
-            <groupId>cglib</groupId>
-            <artifactId>cglib-nodep</artifactId>
-            <version>2.2</version>
-        </dependency -->        
-
-        <dependency>
-            <groupId>asm</groupId>
-            <artifactId>asm-all</artifactId>
-            <version>3.1</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-commonj_1.1_spec</artifactId>
-            <version>1.0</version>
-        </dependency>
-
   <!-- these remaining dependencies are not required when using JDK6, maybe make them optional -->
 
         <dependency>