Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
7786c229
Commit
7786c229
authored
Nov 18, 2011
by
Mark Friedman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't sign blocks editor as Google
parent
1745fba7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
appinventor/blockseditor/build.xml
appinventor/blockseditor/build.xml
+6
-3
No files found.
appinventor/blockseditor/build.xml
View file @
7786c229
...
...
@@ -101,9 +101,12 @@
<target
name=
"KeyStore"
depends=
"init,check-KeyStore"
unless=
"KeyStore.present"
description=
"Generates the key store that is used to sign BlocksEditor.jar"
>
<!-- If you want the certificate info for the blocks editor jar to be a better
match for your organization edit the dname below. See http://ant.apache.org/manual/Tasks/genkey.html
for more info on how to do that -->
<genkey
keystore=
"${local.build.dir}/blockseditor.keystore"
alias=
"simple"
dname=
"CN=
corp.google.com, OU=Engineering, O=Google, L=Mountain View
, ST=CA, C=US"
storepass=
"
googleai"
keypass=
"googleai
"
/>
dname=
"CN=
example.com, OU=Organization, O=Example, L=Any Town
, ST=CA, C=US"
storepass=
"
aipass"
keypass=
"aipass
"
/>
</target>
<!-- =====================================================================
...
...
@@ -130,7 +133,7 @@
<!-- These are not the comments you're looking for. This is for testing -->
<signjar
keystore=
"${local.build.dir}/blockseditor.keystore"
storepass=
"
googleai
"
storepass=
"
aipass
"
signedjar=
"${public.build.dir}/BlocksEditor.jar"
jar=
"${local.build.dir}/UnsignedBlocksEditor.jar"
alias=
"simple"
/>
...
...
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