install-file of 3.7.2.v20120110-1415 equinox osgi bundle
diff --git a/lib/equinox/lib/org.eclipse.osgi-3.7.2.v20120110-1415-sources.jar b/lib/equinox/lib/org.eclipse.osgi-3.7.2.v20120110-1415-sources.jar
new file mode 100644
index 0000000..b167e66
--- /dev/null
+++ b/lib/equinox/lib/org.eclipse.osgi-3.7.2.v20120110-1415-sources.jar
Binary files differ
diff --git a/lib/equinox/lib/org.eclipse.osgi-3.7.2.v20120110-1415.jar b/lib/equinox/lib/org.eclipse.osgi-3.7.2.v20120110-1415.jar
new file mode 100644
index 0000000..25f1180
--- /dev/null
+++ b/lib/equinox/lib/org.eclipse.osgi-3.7.2.v20120110-1415.jar
Binary files differ
diff --git a/lib/equinox/pom.xml b/lib/equinox/pom.xml
new file mode 100644
index 0000000..dc9111f
--- /dev/null
+++ b/lib/equinox/pom.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <artifactId>gemini-blueprint</artifactId>
+ <groupId>org.eclipse.gemini.blueprint</groupId>
+ <version>2.0.0.BUILD-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.gemini.blueprint</groupId>
+ <artifactId>org.eclipse.osgi</artifactId>
+ <version>3.7.2.v20120110-1415-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <description>
+ 3.7.2.v20120110-1415 Version of Eclipse Equinox. Repackaged to be available in maven repo.
+ </description>
+
+ <properties>
+ <!-- already contains proper manifests -->
+ <bundlor.enabled>false</bundlor.enabled>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.5.1</version>
+ <configuration>
+ <groupId>org.eclipse.osgi</groupId>
+ <artifactId>org.eclipse.osgi</artifactId>
+ <version>3.7.2.v20120110-1415</version>
+ <packaging>jar</packaging>
+ <updateReleaseInfo>true</updateReleaseInfo>
+ <file>${project.basedir}/lib/org.eclipse.osgi-3.7.2.v20120110-1415.jar</file>
+ <sources>${project.basedir}/lib/org.eclipse.osgi-3.7.2.v20120110-1415-sources.jar</sources>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>install-file</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/pom.xml b/pom.xml
index c43f285..4932784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,11 +47,9 @@
<osgi.ver>4.3.0</osgi.ver>
<!-- platform versions -->
<!-- equinox 3.7 is R4.3 impl -->
- <!-- todo: would like to use this version -->
- <!-- <equinox.ver>3.7.2.v20120110-1415</equinox.ver> -->
- <!-- todo: only found this in public repos -->
- <!-- note - another reason why ebr is so important -->
- <equinox.ver>3.7.1</equinox.ver>
+ <!-- todo: would like to use this version - need ebr support -->
+ <!-- todo: currently doing an install-file in lib/equinox -->
+ <equinox.ver>3.7.2.v20120110-1415</equinox.ver>
<!-- Knopflerfish 4.0.1 -->
<kf.ver>6.0.2</kf.ver>
<!-- Felix 4.x supports OSGi R4.3 -->
@@ -181,6 +179,8 @@
<!-- modules for Spring-OSGi -->
<modules>
+ <!-- todo: temp till I can find correct version in public repo -->
+ <module>lib/equinox</module>
<module>mock</module>
<module>io</module>
<module>core</module>
@@ -598,7 +598,9 @@
<Bundle-SymbolicName>${spring.osgi.symbolic.name}.source</Bundle-SymbolicName>
<Bundle-Vendor>Eclipse Foundation</Bundle-Vendor>
<Bundle-DocURL>http://www.eclipse.org/gemini/blueprint/</Bundle-DocURL>
- <Bundle-License>http://www.opensource.org/licenses/eclipse-1.0.php,http://www.opensource.org/licenses/apache2.0.php</Bundle-License>
+ <Bundle-License>
+ http://www.opensource.org/licenses/eclipse-1.0.php,http://www.opensource.org/licenses/apache2.0.php
+ </Bundle-License>
<Implementation-Title>Eclipse Gemini Blueprint</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Vendor>Eclipse Foundation</Implementation-Vendor>
@@ -606,7 +608,8 @@
<Gemini-Blueprint-Version>${project.version}</Gemini-Blueprint-Version>
<Spring-Version>${spring.maven.artifact.version}</Spring-Version>
<Git-Revision>${git.commit.id.describe}</Git-Revision>
- <Eclipse-SourceBundle>${spring.osgi.symbolic.name};version="${project.version}";roots:="."</Eclipse-SourceBundle>
+ <Eclipse-SourceBundle>${spring.osgi.symbolic.name};version="${project.version}";roots:="."
+ </Eclipse-SourceBundle>
</manifestEntries>
</archive>
</configuration>