Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-01-20 14:40:43 +0000
committerThomas Watson2016-01-20 14:49:11 +0000
commita164762f16f7f5f8d02c5cec5b5eb73dfcf27873 (patch)
tree83002d5b310fc4842b1561a4d5f011fe450c0b22 /features/org.eclipse.equinox.weaving.sdk/pom.xml
parent652bb5b7845d77af8ef390d99d4c974f1ec8db3e (diff)
downloadrt.equinox.bundles-a164762f16f7f5f8d02c5cec5b5eb73dfcf27873.tar.gz
rt.equinox.bundles-a164762f16f7f5f8d02c5cec5b5eb73dfcf27873.tar.xz
rt.equinox.bundles-a164762f16f7f5f8d02c5cec5b5eb73dfcf27873.zip
Bug 470000 - Remove (or reduce) dependency on aspectj bundles
Change-Id: Ibe5343cacf9cfb126ec8bab22cc9a414d6b28514 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.weaving.sdk/pom.xml')
-rw-r--r--features/org.eclipse.equinox.weaving.sdk/pom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/features/org.eclipse.equinox.weaving.sdk/pom.xml b/features/org.eclipse.equinox.weaving.sdk/pom.xml
deleted file mode 100644
index fd3dcedf4..000000000
--- a/features/org.eclipse.equinox.weaving.sdk/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012 Eclipse Foundation.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>rt.equinox.bundles</artifactId>
- <groupId>org.eclipse.equinox.bundles</groupId>
- <version>4.6.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
- </parent>
- <groupId>org.eclipse.equinox.feature</groupId>
- <artifactId>org.eclipse.equinox.weaving.sdk</artifactId>
- <version>1.1.100-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-</project>

Back to the top