fix osgi service package generation + produces working build (not i

This commit is contained in:
Krzysztof Daniel 2012-08-02 08:22:53 +02:00
parent 1a4d3ef118
commit d12201287f
2 changed files with 55 additions and 12 deletions

View File

@ -1,6 +1,6 @@
--- rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml.bak 2012-07-25 17:42:07.000000000 +0200
+++ rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml 2012-07-30 12:05:54.525785334 +0200
@@ -42,6 +42,68 @@
@@ -42,6 +42,84 @@
</dependency-resolution>
</configuration>
</plugin>
@ -29,11 +29,12 @@
+ <version>1.7</version>
+ <executions>
+ <execution>
+ <id>natives</id>
+ <id>extract-sources</id>
+ <phase>process-resources</phase>
+ <configuration>
+ <target>
+ <unzip src="src.zip" dest="." overwrite="false"/>
+ <mkdir dir="src" /><mkdir dir="bin" />
+ <unzip src="src.zip" dest="src" overwrite="false"/>
+ <mkdir dir="src2/javax" />
+ <copy todir="src2/javax/"><fileset dir="../../../rt.equinox.bundles/bundles/org.eclipse.equinox.io/src/javax"/></copy>
+ </target>
@ -42,6 +43,21 @@
+ <goal>run</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>copy-classes-back</id>
+ <phase>process-classes</phase>
+ <configuration>
+ <target>
+ <copy todir="org/"><fileset dir="target/classes/org/"/></copy>
+ <!--unzip src="src.zip" dest="src" overwrite="false"/>
+ <mkdir dir="src2/javax" />
+ -->
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
@ -69,3 +85,25 @@
</plugins>
</build>
--- rt.equinox.framework/bundles/org.eclipse.osgi.services/build.properties.bak 2012-08-01 16:03:39.000000000 +0200
+++ rt.equinox.framework/bundles/org.eclipse.osgi.services/build.properties 2012-08-01 16:22:16.274724843 +0200
@@ -11,13 +11,16 @@
bin.includes = plugin.properties,\
about.html,\
META-INF/,\
- org/,\
+ org/,\
about_files/
src.includes = src.zip,\
about.html,\
about_files/
-source.. = .
-output.. = .
+source.. = src/
+output.. = bin/
customBuildCallbacks=customBuildCallbacks.xml
javacSource = 1.5
javacTarget = 1.5
+jars.compile.order = library.jar,\
+ src/
+source.library.jar = src2/

View File

@ -340,22 +340,27 @@ sed -i -e "s/1500/1503/" rt.equinox.framework/bundles/org.eclipse.equinox.launch
%build
mvn-local -f eclipse-parent/pom.xml \
install \
-Dmaven.local.mode=true \
-Dmaven.repo.local=/var/tmp/lts/R4_localrepo
-Dmaven.local.mode=true
#\
# -Dmaven.repo.local=/var/tmp/lts/R4_localrepo
mvn-local -f maven-cbi-plugin/pom.xml \
install \
-Dmaven.local.mode=true \
-Dmaven.repo.local=/var/tmp/lts/R4_localrepo
-Dmaven.local.mode=true
#\
# -Dmaven.repo.local=/var/tmp/lts/R4_localrepo
mvn-local install \
-Dmaven.test.skip=true -Dnative=linux.gtk.`uname -p` \
-Dmaven.local.mode=true \
-Dmaven.repo.local=/var/tmp/lts/R4_localrepo
-Dmaven.local.mode=true
#\
# -Dmaven.repo.local=/var/tmp/lts/R4_localrepo
#mvn-local clean install \
# -Dmaven.test.skip=true -Dnative=linux.gtk.`uname -p` \
# -Dmaven.local.mode=true \
mvn-local clean install \
-Dmaven.test.skip=true -Dnative=linux.gtk.`uname -p` \
-Dmaven.local.mode=true
#\
# -Dmaven.repo.local=/var/tmp/lts/R4_localrepo
#export JAVA_HOME=%{java_home}