Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-09-05 01:11:09 +0000
committerRoberto E. Escobar2014-09-05 01:11:09 +0000
commit699412520edbe731a2304b2e398449ef38d86d48 (patch)
treed85e2c08560377dd65b28dc4fc95e9e098ca3f6c /features/org.eclipse.osee.core.feature/pom.xml
parentf48b3937232b7e56df6cb7ce5cdf28506fa42221 (diff)
downloadorg.eclipse.osee-699412520edbe731a2304b2e398449ef38d86d48.tar.gz
org.eclipse.osee-699412520edbe731a2304b2e398449ef38d86d48.tar.xz
org.eclipse.osee-699412520edbe731a2304b2e398449ef38d86d48.zip
feature: Add osee.logger to client runtime
Diffstat (limited to 'features/org.eclipse.osee.core.feature/pom.xml')
-rw-r--r--features/org.eclipse.osee.core.feature/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.core.feature/pom.xml b/features/org.eclipse.osee.core.feature/pom.xml
index 7d19269c95c..4a022004617 100644
--- a/features/org.eclipse.osee.core.feature/pom.xml
+++ b/features/org.eclipse.osee.core.feature/pom.xml
@@ -14,4 +14,27 @@
<packaging>eclipse-feature</packaging>
<name>OSEE Core Feature (Incubation)</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <id>source-feature</id>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.osee.logback.config" />
+ </excludes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project> \ No newline at end of file

Back to the top