]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.autoui/pom.xml
Add eclipse osgi dependency (commented)
[gpl/argeo-slc.git] / org.argeo.slc.autoui / pom.xml
index 9722210baa105ad106d96765d7645cb10b2cb044..eb1491d06a4041d76a4afa6f198ed460274e4b1f 100644 (file)
                                                        org.argeo.slc.autoui.AutoUiActivator
                                                </Bundle-Activator>
                                                <Export-Package>
-                                                       org.argeo.slc.autoui.*
+                                                       org.argeo.slc.autoui
                                                </Export-Package>
-                                               <!-- 
-                                                       <Export-Service>
-                                                       org.argeo.slc.autoui.AutoUiApplication
-                                                       </Export-Service> -->
                                        </instructions>
                                </configuration>
                        </plugin>
@@ -43,7 +39,7 @@
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
                                        <source>1.3</source>
-                                       <target>1.1</target>
+                                       <target>1.3</target>
                                </configuration>
                        </plugin>
                        <plugin>
                </dependency>
 
                <!-- OSGi 
-               <dependency>
+                       <dependency>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>org.osgi.core</artifactId>
                        <version>1.0.0</version>
-               </dependency>-->
-               
-                       <dependency>
+                       </dependency>
+                               <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>osgi</artifactId>
+            <version>3.3.0-v20070530</version>
+        </dependency>
+                       
+                       
+                       -->
+
+               <dependency>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>org.apache.felix.main</artifactId>
-                       </dependency> 
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file