Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
479a90b4
Commit
479a90b4
authored
Oct 06, 2015
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert unwanted changes.
parent
78d040a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
35 deletions
+35
-35
appveyor.yml
appveyor.yml
+32
-32
pom.xml
java/util/pom.xml
+3
-3
No files found.
appveyor.yml
View file @
479a90b4
# Only test one combination: "Visual Studio 12 + Win64 + Debug + DLL". We can
# test more combinations but AppVeyor just takes too long to finish (each
# combination takes ~15mins).
platform
:
-
Win64
configuration
:
-
Debug
environment
:
matrix
:
-
language
:
cpp
BUILD_DLL
:
ON
-
language
:
csharp
install
:
-
ps
:
Start-FileDownload https://googlemock.googlecode.com/files/gmock-1.7.0.zip
-
7z x gmock-1.7.0.zip
-
rename gmock-1.7.0 gmock
before_build
:
-
if %platform%==Win32 set generator=Visual Studio 12
-
if %platform%==Win64 set generator=Visual Studio 12 Win64
-
if %platform%==Win32 set vcplatform=Win32
-
if %platform%==Win64 set vcplatform=x64
build_script
:
-
CALL appveyor.bat
skip_commits
:
message
:
/.*\[skip appveyor\].*/
# Only test one combination: "Visual Studio 12 + Win64 + Debug + DLL". We can
# test more combinations but AppVeyor just takes too long to finish (each
# combination takes ~15mins).
platform
:
-
Win64
configuration
:
-
Debug
environment
:
matrix
:
-
language
:
cpp
BUILD_DLL
:
ON
-
language
:
csharp
install
:
-
ps
:
Start-FileDownload https://googlemock.googlecode.com/files/gmock-1.7.0.zip
-
7z x gmock-1.7.0.zip
-
rename gmock-1.7.0 gmock
before_build
:
-
if %platform%==Win32 set generator=Visual Studio 12
-
if %platform%==Win64 set generator=Visual Studio 12 Win64
-
if %platform%==Win32 set vcplatform=Win32
-
if %platform%==Win64 set vcplatform=x64
build_script
:
-
CALL appveyor.bat
skip_commits
:
message
:
/.*\[skip appveyor\].*/
java/util/pom.xml
View file @
479a90b4
...
...
@@ -10,7 +10,7 @@
</parent>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-java-util
</artifactId>
<version>
3.0.0-
alpha-4-pre
</version>
<version>
3.0.0-
beta-1
</version>
<packaging>
bundle
</packaging>
<name>
Protocol Buffer Java API
</name>
<description>
...
...
@@ -36,7 +36,7 @@
<dependency>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-java
</artifactId>
<version>
3.0.0-
alpha-4-pre
</version>
<version>
3.0.0-
beta-1
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
...
...
@@ -123,7 +123,7 @@
<instructions>
<Bundle-DocURL>
https://developers.google.com/protocol-buffers/
</Bundle-DocURL>
<Bundle-SymbolicName>
com.google.protobuf.util
</Bundle-SymbolicName>
<Export-Package>
com.google.protobuf.util;version=3.0.0-
alpha-3
</Export-Package>
<Export-Package>
com.google.protobuf.util;version=3.0.0-
beta-1
</Export-Package>
</instructions>
</configuration>
</plugin>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment