Skip to content

Commit

Permalink
Make build non-interactive, specify minimum Xtext version
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Jul 15, 2011
1 parent 93d0e6c commit ee7744d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ bin
target
.refactorings
plugin.xml_gen
.antlr-generator-3.2.0.jar
test.properties
org.eclipse.zest.tests/resources/output/*.dot
org.eclipse.zest.tests/resources/tests/*.png
Expand Down
Binary file not shown.
11 changes: 5 additions & 6 deletions org.eclipse.zest.dot.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ Require-Bundle: org.eclipse.zest.dot.export;visibility:=reexport,
org.eclipse.jface.text;visibility:=reexport,
org.eclipse.jdt.core;visibility:=reexport,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.xtext;visibility:=reexport,
org.eclipse.xpand;visibility:=reexport,
org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport,
org.apache.commons.logging;bundle-version="1.0.4";visibility:=reexport,
org.apache.log4j;bundle-version="1.2.15";visibility:=reexport,
org.eclipse.xtext.generator;resolution:=optional,
org.eclipse.emf.mwe2.launch;resolution:=optional,
org.antlr.runtime;resolution:=optional,
org.eclipse.xtext.generator;bundle-version="2.0.0";resolution:=optional,
org.eclipse.emf.mwe2.launch;bundle-version="2.0.0";resolution:=optional,
org.antlr.runtime;bundle-version="3.2.0";resolution:=optional,
org.eclipse.emf.common;resolution:=optional,
org.eclipse.xtext.util;resolution:=optional
org.eclipse.xtext.util;bundle-version="2.0.0";resolution:=optional
Export-Package: org.eclipse.zest.dot,
org.eclipse.zest.internal.dot,
org.eclipse.zest.internal.dot.parser,
Expand Down
8 changes: 4 additions & 4 deletions org.eclipse.zest.dot.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylyn.wikitext.ui;resolution:=optional,
org.eclipse.mylyn.wikitext.textile.core;resolution:=optional,
org.eclipse.mylyn.wikitext.textile.ui;resolution:=optional,
org.eclipse.xtext.ui,
org.eclipse.xtext.ui.shared,
org.eclipse.xtext.ui;bundle-version="2.0.0",
org.eclipse.xtext.ui.shared;bundle-version="2.0.0",
org.eclipse.ui.editors,
org.antlr.runtime,
org.eclipse.xtext.builder,
org.antlr.runtime;bundle-version="3.2.0",
org.eclipse.xtext.builder;bundle-version="2.0.0",
org.eclipse.equinox.ds
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<!-- At the moment the Fornax plugin is only available as snapshot -->
<pluginRepository>
<id>fornax-snapshots</id>
<url>http://www.fornax-platform.org/archiva/repository/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down

0 comments on commit ee7744d

Please sign in to comment.