Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 381057 | Differences between
and this patch

Collapse All | Expand All

(-)a/eclipse-platform-parent/pom.xml (-3 / +10 lines)
Lines 116-122 Link Here
116
      <plugin>
116
      <plugin>
117
        <groupId>org.eclipse.cbi.maven.plugins</groupId>
117
        <groupId>org.eclipse.cbi.maven.plugins</groupId>
118
        <artifactId>eclipse-cbi-plugin</artifactId>
118
        <artifactId>eclipse-cbi-plugin</artifactId>
119
        <version>1.0.0</version>
119
        <version>1.0.1-SNAPSHOT</version>
120
        <executions>
120
        <executions>
121
          <execution>
121
          <execution>
122
            <goals>
122
            <goals>
Lines 284-289 Link Here
284
            <archive>
284
            <archive>
285
               <addMavenDescriptor>false</addMavenDescriptor>
285
               <addMavenDescriptor>false</addMavenDescriptor>
286
            </archive>
286
            </archive>
287
			<additionalFileSets>
288
				<fileSet>
289
					<directory>${project.build.directory}</directory>
290
					<includes>
291
						<include>.api_description</include>
292
					</includes>
293
				</fileSet>
294
			</additionalFileSets>
287
          </configuration>
295
          </configuration>
288
        </plugin>
296
        </plugin>
289
        <plugin>
297
        <plugin>
Lines 565-571 Link Here
565
              <!-- this is to fix some lucene 3.x compatibility issue -->
573
              <!-- this is to fix some lucene 3.x compatibility issue -->
566
              <argLine>-XX:-UseLoopPredicate -Dhelp.lucene.tokenizer=standard</argLine>
574
              <argLine>-XX:-UseLoopPredicate -Dhelp.lucene.tokenizer=standard</argLine>
567
              <!-- actuall indexer call -->
575
              <!-- actuall indexer call -->
568
              <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile .apibuild.xml</appArgLine>
576
              <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile target/.apibuild.xml</appArgLine>
569
              <dependencies>
577
              <dependencies>
570
                <!-- list of bundles that we need -->
578
                <!-- list of bundles that we need -->
571
                <dependency>
579
                <dependency>
572
- 

Return to bug 381057