diff options
Diffstat (limited to 'org.eclipse.jgit.ui')
-rw-r--r-- | org.eclipse.jgit.ui/.gitignore | 5 | ||||
-rw-r--r-- | org.eclipse.jgit.ui/pom.xml | 14 |
2 files changed, 1 insertions, 18 deletions
diff --git a/org.eclipse.jgit.ui/.gitignore b/org.eclipse.jgit.ui/.gitignore index 7bfe4ab211..934e0e06ff 100644 --- a/org.eclipse.jgit.ui/.gitignore +++ b/org.eclipse.jgit.ui/.gitignore @@ -1,5 +1,2 @@ +/bin /target -/META-INF/MANIFEST.MF -/.project -/.classpath -/.settings/org.maven.ide.eclipse.prefs diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml index bc47ed3d05..a0e9089cea 100644 --- a/org.eclipse.jgit.ui/pom.xml +++ b/org.eclipse.jgit.ui/pom.xml @@ -83,20 +83,6 @@ <plugins> <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Import-Package> - !javax.swing.*, - com.jcraft.jsch;version="${jsch-version}", - * - </Import-Package> - </instructions> - </configuration> - </plugin> - - <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> |