]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Make SLC projects compatible with the latest M2Eclipse plugin.
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index 9a3edf3910ef4505a6ad95ce8cb967d0341518a1..ee45006b2db4630cd8415112c34e3d2f0be2a1d7 100644 (file)
@@ -12,6 +12,7 @@
     <artifactId>org.argeo.slc.sandbox.jemmytest</artifactId>
     <name>SLC Sandbox JemmyTest</name>
     <packaging>bundle</packaging>
+    <properties></properties>
     <build>
         <plugins>
             <plugin>
                         <Require-Bundle>
                             org.argeo.slc.detached
                         </Require-Bundle>
+                        <_removeheaders>Bnd-LastModified</_removeheaders>
                     </instructions>
+                    
                 </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.3</source>
-                    <target>1.3</target>
+                    <source>1.4</source>
+                    <target>1.2</target>
                 </configuration>
             </plugin>
             <plugin>