File tree Expand file tree Collapse file tree 16 files changed +18
-17
lines changed
avroclipse.generator.avpr
avroclipse.generator.java Expand file tree Collapse file tree 16 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Avroclipse Generator Avpr
4
4
Bundle-SymbolicName : avroclipse.generator.avpr;singleton:=true
5
- Bundle-Version : 0.0.11.qualifier
5
+ Bundle-Version : 0.0.11
6
6
Export-Package : avroclipse.generator.avpr
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.7
8
8
Bundle-Vendor : Avroclipse
Original file line number Diff line number Diff line change 6
6
<relativePath >../avroclipse.releng/pom.xml</relativePath >
7
7
<groupId >avroclipse</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >0.0.11-SNAPSHOT </version >
9
+ <version >0.0.11</version >
10
10
</parent >
11
11
12
12
<artifactId >avroclipse.generator.avpr</artifactId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Avroclipse Generator Java
4
4
Bundle-SymbolicName : avroclipse.generator.java;singleton:=true
5
- Bundle-Version : 0.0.11.qualifier
5
+ Bundle-Version : 0.0.11
6
6
Bundle-RequiredExecutionEnvironment : JavaSE-1.7
7
7
Require-Bundle : avroclipse,
8
8
org.eclipse.xtext.xbase.lib
Original file line number Diff line number Diff line change 6
6
<relativePath >../avroclipse.releng/pom.xml</relativePath >
7
7
<groupId >avroclipse</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >0.0.11-SNAPSHOT </version >
9
+ <version >0.0.11</version >
10
10
</parent >
11
11
12
12
<artifactId >avroclipse.generator.java</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
2
<launchConfiguration type =" org.eclipse.m2e.Maven2LaunchConfigurationType" >
3
3
<booleanAttribute key =" M2_DEBUG_OUTPUT" value =" false" />
4
- <stringAttribute key =" M2_GOALS" value =" org.eclipse.tycho:tycho-versions-plugin:0.23.0:set-version -DnewVersion=" 0.0.11-SNAPSHOT " " />
4
+ <stringAttribute key =" M2_GOALS" value =" org.eclipse.tycho:tycho-versions-plugin:0.23.0:set-version -DnewVersion=" 0.0.11" " />
5
5
<booleanAttribute key =" M2_NON_RECURSIVE" value =" false" />
6
6
<booleanAttribute key =" M2_OFFLINE" value =" false" />
7
7
<stringAttribute key =" M2_PROFILES" value =" " />
12
12
<booleanAttribute key =" M2_UPDATE_SNAPSHOTS" value =" false" />
13
13
<stringAttribute key =" M2_USER_SETTINGS" value =" " />
14
14
<booleanAttribute key =" M2_WORKSPACE_RESOLUTION" value =" false" />
15
+ <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value =" true" />
15
16
<stringAttribute key =" org.eclipse.jdt.launching.JRE_CONTAINER" value =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
16
17
<stringAttribute key =" org.eclipse.jdt.launching.WORKING_DIRECTORY" value =" ${workspace_loc:/avroclipse.releng}" />
17
18
</launchConfiguration >
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >avroclipse</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >0.0.11-SNAPSHOT </version >
9
+ <version >0.0.11</version >
10
10
<packaging >pom</packaging >
11
11
<modules >
12
12
<module >../avroclipse</module >
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" avroclipse.sdk"
4
4
label =" AvroIDL SDK Feature "
5
- version =" 0.0.11.qualifier "
5
+ version =" 0.0.11"
6
6
provider-name =" Avroclipse" >
7
7
8
8
<description url =" https://github.com/dvdkruk/avroclipse" >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
7
7
<relativePath >../avroclipse.releng/pom.xml</relativePath >
8
8
<groupId >avroclipse</groupId >
9
9
<artifactId >parent</artifactId >
10
- <version >0.0.11-SNAPSHOT </version >
10
+ <version >0.0.11</version >
11
11
</parent >
12
12
13
13
<artifactId >avroclipse.sdk</artifactId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : avroclipse.tests
4
4
Bundle-Vendor : My Company
5
- Bundle-Version : 0.0.11.qualifier
5
+ Bundle-Version : 0.0.11
6
6
Bundle-SymbolicName : avroclipse.tests; singleton:=true
7
7
Bundle-ActivationPolicy : lazy
8
8
Require-Bundle : avroclipse,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
7
7
<relativePath >../avroclipse.releng/pom.xml</relativePath >
8
8
<groupId >avroclipse</groupId >
9
9
<artifactId >parent</artifactId >
10
- <version >0.0.11-SNAPSHOT </version >
10
+ <version >0.0.11</version >
11
11
</parent >
12
12
13
13
<artifactId >avroclipse.tests</artifactId >
You can’t perform that action at this time.
0 commit comments