Commit 7be22aa7 authored by chiaming2000's avatar chiaming2000
Browse files

Added Kinetic.java (compiled kinetic.proto) file.

This eliminates the requirement to install protocol buffer compiler to
build kinetic-java components. 
parent 992aa780
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,5 +24,3 @@ database.db
/target

/kinetic-common/src/main/java/com/seagate/kinetic/proto/kinetic.proto
/kinetic-common/src/main/java/com/seagate/kinetic/proto/Kinetic.java
+0 −3
Original line number Diff line number Diff line
@@ -233,6 +233,3 @@ Usage of proto scripts
   
2. Build protocol file locally, including compile kinetic.proto, kineticDb.proto, kineticIo.proto.
   $sh buildProto.sh
   
3. Sync protocol file from Kinetic-Protocol github repo and then build proto file.
   $sh syncProtoFromRepoAndBuild.sh
+0 −10
Original line number Diff line number Diff line
@@ -58,16 +58,6 @@
							<executable>${project.parent.basedir}/bin/syncProtoFromRepo.sh</executable>
						</configuration>
					</execution>
					<execution>
						<id>build-protocol</id>
						<phase>generate-sources</phase>
						<goals>
							<goal>exec</goal>
						</goals>
						<configuration>
							<executable>${project.parent.basedir}/bin/buildProto.sh</executable>
						</configuration>
					</execution>
				</executions>
			</plugin>
			<plugin>
+27132 −0

File added.

Preview size limit exceeded, changes collapsed.