Project

General

Profile

« Previous | Next » 

Revision 59b24aa6

Added by Andreas Kohlbecker about 7 years ago

fixing bundle and tycho plugin config

View differences:

eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF
21 21
 org.apache.log4j,
22 22
 org.hamcrest,
23 23
 org.eclipse.swtbot.eclipse.core,
24
 org.eclipse.swtbot.eclipse.finder,
25
 eu.etaxonomy.taxeditor.webapp;bundle-version="3.13.0"
24
 org.eclipse.swtbot.eclipse.finder
26 25
Eclipse-RegisterBuddy: org.apache.log4j, org.eclipse.swtbot.swt.finder
27 26
Bundle-ClassPath: .,
28 27
 lib/byte-buddy-0.5.1.jar,
eu.etaxonomy.taxeditor.test/pom.xml
48 48
              <removeAll />
49 49
            </filter>
50 50
          </filters>
51
          <dependency-resolution>
52
           <extraRequirements>
53
              <requirement>
54
                 <type>eclipse-feature</type>
55
                 <id>eu.etaxonomy.taxeditor.feature</id>
56
                 <versionRange>1.0.0</versionRange>
57
              </requirement>
58
           </extraRequirements>
59
        </dependency-resolution>
51 60
        </configuration>
52 61
      </plugin>
53 62
      <plugin>
54 63
        <groupId>org.eclipse.tycho</groupId>
55 64
        <artifactId>tycho-surefire-plugin</artifactId>
56 65
        <version>${tycho.version}</version>
57
        <configuration>
58
          <!-- currently we run only the non-ui unit tests so we don't the 
59
            harness -->
60
          <!-- <useUIHarness>true</useUIHarness> -->
61
          <dependencies>
62
            <!-- This will pull the feature and its dependent plugins into 
63
              the classpath for the tests. Note that this requires ALL taxeditor projects 
64
              to be installed. -->
65
            <dependency>
66
              <type>eclipse-feature</type>
67
              <artifactId>eu.etaxonomy.taxeditor.feature</artifactId>
68
              <!-- This is the minimum required version -->
69
              <version>1.0.0</version>
70
            </dependency>
71
          </dependencies>
72
        </configuration>
66
        
73 67
      </plugin>
74 68
      <plugin>
75 69
        <groupId>org.eclipse.jetty</groupId>

Also available in: Unified diff