jarspy-commits Mailing List for JarSpy- Java Archive Spying Utility (Page 4)
Status: Beta
Brought to you by:
brown_j
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(39) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(39) |
Feb
(12) |
Mar
|
Apr
(10) |
May
|
Jun
(24) |
Jul
(38) |
Aug
(9) |
Sep
(58) |
Oct
(34) |
Nov
|
Dec
(13) |
2003 |
Jan
(64) |
Feb
(3) |
Mar
(17) |
Apr
(20) |
May
(8) |
Jun
(3) |
Jul
|
Aug
(6) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
(41) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeff B. <br...@us...> - 2003-04-17 00:51:51
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv14434 Modified Files: heading.html Log Message: *** empty log message *** Index: heading.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/heading.html,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** heading.html 17 Apr 2003 00:44:58 -0000 1.19 --- heading.html 17 Apr 2003 00:51:47 -0000 1.20 *************** *** 8,28 **** </head> <body> ! <h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1> ! <table cellSpacing="0" cellPadding="0" border="0" width="100%"><tbody><tr> ! <td><p align="right"><img src="images/left.jpg" width="7" height="22"></td> ! <td vAlign="middle" width="100%" style="background-color: rgb(108,113,152)"> ! <p align="center"> ! <font face="Verdana, Arial, Helvetica, sans-serif" color="#ffffff" size="2"> ! <a href="jarspy.php" target="mainFrameWindow" ! class="navhead">Home</a> | ! <a href="webstart\index.php" target="mainFrameWindow" class="navhead">Download</a> | ! <a href="main-screen-shot.php" target="mainFrameWindow" class="navhead">Screen Shots</a> | ! <a href="cvs.php" ! target="mainFrameWindow" class="navhead">CVS</a> | ! <a href="contributors.php" ! target="mainFrameWindow" class="navhead">Contributors</a></font> ! </td> ! <td><p align="left"><img src="images/right.jpg" width="7" height="22"></td> ! </tr></tbody></table> </body> </html> --- 8,37 ---- </head> <body> ! <h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1> ! <table cellSpacing="0" cellPadding="0" border="0" width="100%"> ! <tbody> ! <tr> ! <td> ! <img src="images/left.jpg" width="7" height="22"> ! </td> ! <td vAlign="middle" width="100%" style="background-color: rgb(108,113,152)"> ! <p style="text-align:center"> ! <font face="Verdana, Arial, Helvetica, sans-serif" color="#ffffff" size="2"> ! <a href="jarspy.php" target="mainFrameWindow" ! class="navhead">Home</a> | ! <a href="webstart\index.php" target="mainFrameWindow" class="navhead">Download</a> | ! <a href="main-screen-shot.php" target="mainFrameWindow" class="navhead">Screen Shots</a> | ! <a href="cvs.php" ! target="mainFrameWindow" class="navhead">CVS</a> | ! <a href="contributors.php" ! target="mainFrameWindow" class="navhead">Contributors</a></font> ! </p> ! </td> ! <td> ! <img src="images/right.jpg" width="7" height="22"> ! </td> ! </tr> ! </tbody> ! </table> </body> </html> |
From: Jeff B. <br...@us...> - 2003-04-17 00:45:03
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv12557 Modified Files: heading.html Log Message: *** empty log message *** Index: heading.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/heading.html,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** heading.html 17 Apr 2003 00:40:26 -0000 1.18 --- heading.html 17 Apr 2003 00:44:58 -0000 1.19 *************** *** 8,17 **** </head> <body> ! <center> ! <!-- ! <img src="images/jar.gif" alt="JarSpy Logo"> ! --> ! <h1>JarSpy<br>The Java Archive Spying Utility</h1> ! </center> <table cellSpacing="0" cellPadding="0" border="0" width="100%"><tbody><tr> <td><p align="right"><img src="images/left.jpg" width="7" height="22"></td> --- 8,12 ---- </head> <body> ! <h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1> <table cellSpacing="0" cellPadding="0" border="0" width="100%"><tbody><tr> <td><p align="right"><img src="images/left.jpg" width="7" height="22"></td> |
From: Jeff B. <br...@us...> - 2003-04-17 00:40:30
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv11010 Modified Files: heading.html Log Message: fix doctype Index: heading.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/heading.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** heading.html 15 Nov 2002 00:22:01 -0000 1.17 --- heading.html 17 Apr 2003 00:40:26 -0000 1.18 *************** *** 1,3 **** ! <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <html> <head> --- 1,4 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ! "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> |
From: Jeff B. <br...@us...> - 2003-04-17 00:38:57
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv10034 Modified Files: jarspy.php Log Message: fix ampersands in script url Index: jarspy.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** jarspy.php 17 Apr 2003 00:36:16 -0000 1.10 --- jarspy.php 17 Apr 2003 00:38:52 -0000 1.11 *************** *** 17,21 **** <script type="text/javascript" ! src="http://meerkat.oreillynet.com/?&p=8161&_fl=js"> </script> </td> --- 17,21 ---- <script type="text/javascript" ! src="http://meerkat.oreillynet.com/?&p=8161&_fl=js"> </script> </td> |
From: Jeff B. <br...@us...> - 2003-04-17 00:36:22
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv8984 Modified Files: jarspy.php Log Message: *** empty log message *** Index: jarspy.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** jarspy.php 17 Apr 2003 00:32:46 -0000 1.9 --- jarspy.php 17 Apr 2003 00:36:16 -0000 1.10 *************** *** 16,20 **** <td> <script ! language="JavaScript" src="http://meerkat.oreillynet.com/?&p=8161&_fl=js"> </script> --- 16,20 ---- <td> <script ! type="text/javascript" src="http://meerkat.oreillynet.com/?&p=8161&_fl=js"> </script> |
From: Jeff B. <br...@us...> - 2003-04-17 00:32:50
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv7627 Modified Files: jarspy.php Log Message: fix background of table Index: jarspy.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** jarspy.php 17 Apr 2003 00:30:06 -0000 1.8 --- jarspy.php 17 Apr 2003 00:32:46 -0000 1.9 *************** *** 9,13 **** <body> ! <table width="30%" border="1" bgcolor="#efefef" style="margin-right:0; margin-left:auto"> <tr> <td align="center"><div class="meerkatTitle">Java News From O'Reilly</div></td> --- 9,13 ---- <body> ! <table width="30%" border="1" style="margin-right:0; margin-left:auto; background-color:#efefef"> <tr> <td align="center"><div class="meerkatTitle">Java News From O'Reilly</div></td> |
From: Jeff B. <br...@us...> - 2003-04-17 00:30:14
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv6775 Modified Files: jarspy.php Log Message: right align table Index: jarspy.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** jarspy.php 17 Apr 2003 00:13:59 -0000 1.7 --- jarspy.php 17 Apr 2003 00:30:06 -0000 1.8 *************** *** 9,13 **** <body> ! <table align="right" width="30%" border="1" bgcolor="#efefef"> <tr> <td align="center"><div class="meerkatTitle">Java News From O'Reilly</div></td> --- 9,13 ---- <body> ! <table width="30%" border="1" bgcolor="#efefef" style="margin-right:0; margin-left:auto"> <tr> <td align="center"><div class="meerkatTitle">Java News From O'Reilly</div></td> |
From: Jeff B. <br...@us...> - 2003-04-17 00:14:02
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv1352 Modified Files: jarspy.php Log Message: fix doctype Index: jarspy.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** jarspy.php 16 Feb 2003 15:09:37 -0000 1.6 --- jarspy.php 17 Apr 2003 00:13:59 -0000 1.7 *************** *** 1,3 **** ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> --- 1,4 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ! "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> |
From: Jeff B. <br...@us...> - 2003-04-17 00:08:20
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv32160 Modified Files: index.html Log Message: fix borders Index: index.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/index.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** index.html 17 Apr 2003 00:03:55 -0000 1.17 --- index.html 17 Apr 2003 00:08:13 -0000 1.18 *************** *** 6,14 **** <title>JarSpy</title> </head> ! <frameset cols="200, 1*" border="0"> ! <frame frameborder=0 src="buttons.html"> <frameset rows="160,1*"> ! <frame frameborder=0 src="heading.html"> ! <frame frameborder=0 name="mainFrameWindow" src="jarspy.php"> </frameset> </frameset> --- 6,14 ---- <title>JarSpy</title> </head> ! <frameset cols="200, 1*"> ! <frame frameborder="0" src="buttons.html"> <frameset rows="160,1*"> ! <frame frameborder="0" src="heading.html"> ! <frame frameborder="0" name="mainFrameWindow" src="jarspy.php"> </frameset> </frameset> |
From: Jeff B. <br...@us...> - 2003-04-17 00:03:58
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv31125 Modified Files: index.html Log Message: fix doctype Index: index.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/index.html,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** index.html 17 Apr 2003 00:02:28 -0000 1.16 --- index.html 17 Apr 2003 00:03:55 -0000 1.17 *************** *** 1,3 **** ! <!doctype html public "-//w3c//dtd html 4.01 frameset//en" "http://www.w3.org/TR/html4/frameset.dtd"> <html> --- 1,3 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> |
From: Jeff B. <br...@us...> - 2003-04-17 00:02:32
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv30852 Modified Files: index.html Log Message: fix doctype Index: index.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/index.html,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.html 12 Nov 2002 03:13:04 -0000 1.15 --- index.html 17 Apr 2003 00:02:28 -0000 1.16 *************** *** 1,3 **** ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> --- 1,4 ---- ! <!doctype html public "-//w3c//dtd html 4.01 frameset//en" ! "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> |
From: Jeff B. <br...@us...> - 2003-04-06 20:22:10
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin In directory sc8-pr-cvs1:/tmp/cvs-serv14351/src/com/ociweb/jarspy/intellij/plugin Modified Files: JarSpyIntelliJPlugin.java Log Message: added constant for plugin name Index: JarSpyIntelliJPlugin.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/JarSpyIntelliJPlugin.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** JarSpyIntelliJPlugin.java 28 Jan 2003 03:07:14 -0000 1.6 --- JarSpyIntelliJPlugin.java 6 Apr 2003 20:22:07 -0000 1.7 *************** *** 49,52 **** --- 49,53 ---- private Logger logger; private JarInspector jarInspector = new JarInspector(); + private static final String PLUGIN_NAME = "JarSpy"; static { *************** *** 126,139 **** actionGroup.add(aboutAction); ! ActionToolbar toolBar = ActionManager.getInstance().createActionToolbar("JarSpy", actionGroup, false); myPanel.add(BorderLayout.WEST, toolBar.getComponent()); ! twm.registerToolWindow("JarSpy", myPanel, ToolWindowAnchor.BOTTOM); } public void projectClosed() { ToolWindowManager twm = ToolWindowManager.getInstance(myProject); ! twm.unregisterToolWindow("JarSpy"); } --- 127,140 ---- actionGroup.add(aboutAction); ! ActionToolbar toolBar = ActionManager.getInstance().createActionToolbar(PLUGIN_NAME, actionGroup, false); myPanel.add(BorderLayout.WEST, toolBar.getComponent()); ! twm.registerToolWindow(PLUGIN_NAME, myPanel, ToolWindowAnchor.BOTTOM); } public void projectClosed() { ToolWindowManager twm = ToolWindowManager.getInstance(myProject); ! twm.unregisterToolWindow(PLUGIN_NAME); } |
From: Jeff B. <br...@us...> - 2003-03-29 00:20:12
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv11153 Modified Files: build.xml Log Message: *** empty log message *** Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** build.xml 29 Mar 2003 00:17:08 -0000 1.33 --- build.xml 29 Mar 2003 00:20:07 -0000 1.34 *************** *** 1,5 **** <project name="JarSpy" default="compile" basedir="."> - <!-- pull in the project properties --> <property file=".build.properties"/> --- 1,4 ---- |
From: Jeff B. <br...@us...> - 2003-03-29 00:17:13
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv9731 Modified Files: build.xml Log Message: *** empty log message *** Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** build.xml 29 Mar 2003 00:14:21 -0000 1.32 --- build.xml 29 Mar 2003 00:17:08 -0000 1.33 *************** *** 1,4 **** --- 1,5 ---- <project name="JarSpy" default="compile" basedir="."> + <!-- pull in the project properties --> <property file=".build.properties"/> |
From: Jeff B. <br...@us...> - 2003-03-29 00:14:25
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv8619 Modified Files: build.xml Log Message: *** empty log message *** Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** build.xml 29 Mar 2003 00:12:14 -0000 1.31 --- build.xml 29 Mar 2003 00:14:21 -0000 1.32 *************** *** 1,5 **** <project name="JarSpy" default="compile" basedir="."> - <!-- pull in the project properties --> <property file=".build.properties"/> --- 1,4 ---- |
From: Jeff B. <br...@us...> - 2003-03-29 00:12:20
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv7610 Modified Files: build.xml Log Message: *** empty log message *** Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** build.xml 27 Mar 2003 22:28:32 -0000 1.30 --- build.xml 29 Mar 2003 00:12:14 -0000 1.31 *************** *** 1,4 **** --- 1,5 ---- <project name="JarSpy" default="compile" basedir="."> + <!-- pull in the project properties --> <property file=".build.properties"/> |
From: Jeff B. <br...@us...> - 2003-03-28 23:15:26
|
Update of /cvsroot/jarspy/JarSpy-htdocs/cruisecontrol In directory sc8-pr-cvs1:/tmp/cvs-serv17675/cruisecontrol Log Message: Directory /cvsroot/jarspy/JarSpy-htdocs/cruisecontrol added to the repository |
From: Jeff B. <br...@us...> - 2003-03-27 22:28:48
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv8296 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** build.xml 27 Mar 2003 22:25:56 -0000 1.29 --- build.xml 27 Mar 2003 22:28:32 -0000 1.30 *************** *** 1,5 **** <project name="JarSpy" default="compile" basedir="."> - <!-- pull in the project properties --> <property file=".build.properties"/> --- 1,4 ---- |
From: Jeff B. <br...@us...> - 2003-03-27 22:26:05
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv7181 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** build.xml 27 Mar 2003 03:30:20 -0000 1.28 --- build.xml 27 Mar 2003 22:25:56 -0000 1.29 *************** *** 1,4 **** --- 1,5 ---- <project name="JarSpy" default="compile" basedir="."> + <!-- pull in the project properties --> <property file=".build.properties"/> |
From: Jeff B. <br...@us...> - 2003-03-27 03:48:33
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences In directory sc8-pr-cvs1:/tmp/cvs-serv24379 Modified Files: JarSpyPreferences.java Log Message: test Index: JarSpyPreferences.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences/JarSpyPreferences.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** JarSpyPreferences.java 27 Mar 2003 03:46:47 -0000 1.8 --- JarSpyPreferences.java 27 Mar 2003 03:48:30 -0000 1.9 *************** *** 28,32 **** public interface JarSpyPreferences { - public void badMethodOnPurpose(); /** * @return the location of the main window --- 28,31 ---- |
From: Jeff B. <br...@us...> - 2003-03-27 03:46:50
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences In directory sc8-pr-cvs1:/tmp/cvs-serv23788 Modified Files: JarSpyPreferences.java Log Message: test Index: JarSpyPreferences.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/preferences/JarSpyPreferences.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** JarSpyPreferences.java 25 Jan 2003 23:24:33 -0000 1.7 --- JarSpyPreferences.java 27 Mar 2003 03:46:47 -0000 1.8 *************** *** 28,31 **** --- 28,32 ---- public interface JarSpyPreferences { + public void badMethodOnPurpose(); /** * @return the location of the main window |
From: Jeff B. <br...@us...> - 2003-03-27 03:30:26
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv18382 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** build.xml 27 Mar 2003 00:14:44 -0000 1.27 --- build.xml 27 Mar 2003 03:30:20 -0000 1.28 *************** *** 150,159 **** </target> ! <target name="masterbuild" depends="clean,checkout,jar,tag" description="Cruise control master build"/> - - <target name="tag" description="Tag the CVS repository with this CC build label"> - <cvs cvsroot=":ext:br...@cv...:/cvsroot/jarspy" command="tag ${label}"/> - </target> </project> --- 150,155 ---- </target> ! <target name="masterbuild" depends="clean,checkout,jar" description="Cruise control master build"/> </project> |
From: Jeff B. <br...@us...> - 2003-03-27 00:14:47
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv5015 Modified Files: build.xml Log Message: *** empty log message *** Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** build.xml 27 Mar 2003 00:12:48 -0000 1.26 --- build.xml 27 Mar 2003 00:14:44 -0000 1.27 *************** *** 157,160 **** </target> - </project> --- 157,159 ---- |
From: Jeff B. <br...@us...> - 2003-03-27 00:12:51
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv4405 Modified Files: build.xml Log Message: *** empty log message *** Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** build.xml 26 Mar 2003 23:54:25 -0000 1.25 --- build.xml 27 Mar 2003 00:12:48 -0000 1.26 *************** *** 150,155 **** </target> ! <target name="masterbuild" depends="clean,checkout,jar" description="Cruise control master build"/> --- 150,159 ---- </target> ! <target name="masterbuild" depends="clean,checkout,jar,tag" description="Cruise control master build"/> + + <target name="tag" description="Tag the CVS repository with this CC build label"> + <cvs cvsroot=":ext:br...@cv...:/cvsroot/jarspy" command="tag ${label}"/> + </target> |
From: Jeff B. <br...@us...> - 2003-03-26 23:54:30
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv28825 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** build.xml 26 Mar 2003 23:47:12 -0000 1.24 --- build.xml 26 Mar 2003 23:54:25 -0000 1.25 *************** *** 146,150 **** <target name="checkout" description="Update package from CVS"> ! <cvs cvsroot=":ext:br...@cv...:/cvsroot/jarspy" package="JarSpy" dest=".."/> </target> --- 146,151 ---- <target name="checkout" description="Update package from CVS"> ! <cvs cvsroot=":ext:br...@cv...:/cvsroot/jarspy" ! package="JarSpy" dest=".."/> </target> |